qdrant-scroll-points
Retrieve paginated points from a Qdrant collection using scroll. Specify collection name, limit, and optional offset for efficient large-scale data retrieval.
Instructions
Paginated retrieval of points using scroll.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_name | Yes | The collection to scroll through | |
| limit | No | Maximum number of points to return | |
| offset | No | Offset for pagination |