qdrant_points_count
Count points in a Qdrant collection, with optional filters to match specific criteria. Get the total number of vectors or a filtered subset count.
Instructions
Count points in a collection, optionally matching a filter.
Example: {"collection_name": "docs"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exact | No | ||
| count_filter | No | ||
| collection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of points which satisfy the conditions |