Get Started
Chroma
Chroma vector database agent for document storage, similarity search, and collection management.
Available Tools(13)
chroma_create_collection
Create a new Chroma collection with configurable HNSW parameters.
chroma_add_documents
Add documents to a Chroma collection.
chroma_get_collection_count
Get the number of documents in a Chroma collection.
chroma_get_collection_info
Get information about a Chroma collection.
chroma_list_collections
List all collection names in the Chroma database with pagination support.
chroma_peek_collection
Peek at documents in a Chroma collection.
chroma_update_documents
Update documents in a Chroma collection.
chroma_delete_collection
Delete a Chroma collection.
chroma_delete_documents
Delete documents from a Chroma collection.
chroma_fork_collection
Fork a Chroma collection.
chroma_get_documents
Get documents from a Chroma collection with optional filtering.
chroma_modify_collection
Modify a Chroma collection's name or metadata.
chroma_query_documents
Query documents from a Chroma collection with advanced filtering.
Chroma