chroma_update_documents
Update documents in a Chroma collection by specifying IDs and providing new embeddings, metadatas, or text documents. Ensures accurate modifications and returns a confirmation of the number of documents updated.
Instructions
Update documents in a Chroma collection.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection_name | Yes | ||
documents | No | ||
embeddings | No | ||
ids | Yes | ||
metadatas | No |