qdrant_points_get
Retrieve points from a Qdrant collection by their IDs. Provide collection name and IDs to get matching points, with unknown IDs silently omitted.
Instructions
Retrieve points by id; unknown ids are simply omitted, not an error.
Fails only if the collection itself doesn't exist.
Example: {"collection_name": "docs", "ids": [1, 2]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| with_payload | No | ||
| with_vectors | No | ||
| collection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes |