Embedding provider identifier.
'openai' | 'cohere' | 'local'
Optional modelModel name to use for generating embeddings. When omitted the provider's default model is used.
'text-embedding-3-small'
Optional dimensionsDimensionality of produced vectors. Must match the dimensionality expected by the configured vector store.
1536
Configuration for the embedding model used to encode memory content and document chunks into dense vectors.