chroma_get_documents
Retrieve documents from a Chroma collection using optional filters like IDs, metadata, or content. Specify response attributes, limit results, and skip entries for precise data extraction.
Instructions
Get documents from a Chroma collection with optional filtering.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection_name | Yes | ||
ids | No | ||
include | No | ||
limit | No | ||
offset | No | ||
where | No | ||
where_document | No |