create_document
Generate and store new documents in Chroma's vector database with unique IDs, content, and metadata, enabling efficient semantic search and document management.
Instructions
Create a new document in the Chroma vector database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | ||
document_id | Yes | ||
metadata | No |