find_similar
Retrieve similar points by ID from a collection, enabling 'more like this' exploration starting from a specific chunk.
Instructions
Finds points similar to a given point by ID, using Qdrant's native similarity API. Use this to explore 'more like this' starting from a specific chunk the user is looking at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| point_id | Yes | ||
| collection | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes |