Number of dimensions in the embedding vectors.
Common embedding model dimensions:
The embeddings model to use for generating vectors. This should be a LangChain Embeddings implementation.
Optional
fieldsFields to extract text from for embedding generation.
Path syntax supports:
["$"] Embeds the entire document as one vector
Configuration for indexing documents for semantic search in the store.
This configures how documents are embedded and indexed for vector similarity search.