📄️ Create a new vector collection
Creates a new vector collection with the specified name and dimension. (equivilant to creating an index and namespace on pinecone)
📄️ List vector collections
Returns a list of vector collections for the authenticated user. A collection is equivilant to a namespace, this is not a pinecone enterprise 'collection'.
📄️ Delete a vector collection or specific vectors
Deletes the entire collection or specified vector IDs from the collection.
📄️ Update or insert a vector into a collection
Upserts a vector into the specified collection with metadata and data.
📄️ List vector IDs in a collection
Retrieves a list of vector IDs for the specified collection.
📄️ Get a specific record in a vector collection
Fetches the content of a specific record in the vector collection by ID.
📄️ Query vectors in a collection
Queries the vectors in the specified collection based on input criteria.