📄️ Create a new vector collection
Create a new vector collection for storing and managing embeddings. Essential for building semantic search and AI-powered retrieval systems.
📄️ List vector collections
Retrieve a list of all vector collections in your database with detailed metadata and statistics.
📄️ Delete a vector collection or specific vectors
Permanently remove a vector collection and its contents from the database. This operation cannot be undone, so use with caution.
📄️ Update or insert a vector into a collection
Modify and update existing vector collections with new settings or metadata. Manage your vector database efficiently.
📄️ List vector IDs in a collection
Retrieve a list of all vector IDs within a collection. Useful for inventory management and data verification.
📄️ Get a specific record in a vector collection
Retrieve specific vector records from your collection by their IDs. Access embedding vectors and associated metadata for analysis or processing.
📄️ Query vectors in a collection
Search your vector database using semantic queries. Find similar content and perform advanced vector similarity searches.