chroma_get_collection_count
Retrieve the total number of documents in a specified Chroma collection using this tool, enabling efficient data management and analysis for AI-driven applications.
Instructions
Get the number of documents in a Chroma collection.
Args:
collection_name: Name of the collection to count
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"collection_name": {
"title": "Collection Name",
"type": "string"
}
},
"required": [
"collection_name"
],
"title": "chroma_get_collection_countArguments",
"type": "object"
}