Get vector store information
Last updated
Last updated
This endpoint requires authentication using an API key in the x-api-key
header.
401
Unauthorized - Invalid or missing API key
404
Not Found - Vector Store not found
500
Internal Server Error
This endpoint retrieves information about the vector store associated with the provided API key. It's useful for checking configuration details, including the embedding model, dimensionality, and search metric being used. This information can be valuable for optimizing search queries and understanding the vector store's capabilities.
Retrieve information about the vector store associated with the API key.
The API key for authentication.