Retrieve detailed configuration and metadata for a specific vector store.
Returns the store’s embedding model, dimensions, indexed metadata field definitions, creation timestamp, and last update timestamp. Use this to verify store settings before performing operations or to display store information in your application.
The name of the vector store
Successful Response
Response model for vector store operations.
The name of the vector store
Dimensionality of the embedding vectors
Timestamp of creation
Timestamp of last update
Embedding configuration identifying the model and its type. None for raw-embedding-only stores.
Dictionary mapping metadata field names to their types