chroma_add_documents
Enable AI models to store and organize text documents in a Chroma collection by specifying collection names, document IDs, and optional metadata for efficient retrieval.
Instructions
Add documents to a Chroma collection.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection_name | Yes | ||
documents | Yes | ||
ids | Yes | ||
metadatas | No |