Configure the settings of a vector store.
Currently only supports updating indexed_metadata_fields. The name, embedding_dimensions, and embedding_model are immutable after creation.
Args: request: Configuration update with indexed_metadata_fields vector_store_name: The unique name of the vector store within the account vector_store_use_case: Injected vector store use case
Returns: The updated vector store details
The name of the vector store
Request to configure a vector store.
Dictionary mapping metadata field names to their types
Successful Response
Response model for vector store operations.
The name of the vector store
Dimension size of the embeddings
The embedding model
sentence-transformers/all-MiniLM-L12-v2, sentence-transformers/all-mpnet-base-v2, sentence-transformers/multi-qa-distilbert-cos-v1, sentence-transformers/paraphrase-multilingual-mpnet-base-v2, openai/text-embedding-ada-002, openai/text-embedding-3-small, openai/text-embedding-3-large, embed-english-v3.0, embed-english-light-v3.0, embed-multilingual-v3.0 Timestamp of creation
Timestamp of last update
Dictionary mapping metadata field names to their types