qdrant-get-point
Retrieve a specific point from a Qdrant collection by its ID. Provide the point ID and collection name to fetch the exact stored data.
Instructions
Get a specific point by its ID from a Qdrant collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point_id | Yes | The ID of the point to retrieve | |
| collection_name | Yes | The collection to get the point from |