qdrant-get-documents
Retrieve documents by point IDs from a Qdrant collection for efficient data access.
Instructions
Retrieve multiple documents by their IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point_ids | Yes | List of point IDs to retrieve | |
| collection_name | Yes | The collection to get documents from |