Vector Store Documentation
Last updated
Last updated
The Vector Store APIs allow you to create, manage, and search vector stores in Rememberizer. Vector stores enable you to store and retrieve documents using semantic similarity search.
Get the information of a document
Upload files to a Vector Store
Update file's content in a Vector Store
Search for Vector Store documents by semantic similarity
To create a new Vector Store, use the following endpoint:
To retrieve available configurations for vector stores, use:
This will return available embedding models, indexing algorithms, and search metrics that can be used when creating or configuring vector stores.
All Vector Store endpoints require authentication using either:
JWT token for management operations
API key for document and search operations