qdrant_find
Search Qdrant collections semantically by submitting a natural language query to retrieve relevant matches based on meaning.
Instructions
Search for relevant information in the Qdrant database using semantic similarity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language query to search for. The query is embedded using the same GPU model used for storage, ensuring accurate results. | |
| top_k | No | Maximum number of results to return (default: 5). | |
| collection_name | No | Name of the collection to search in. Required if no default collection is configured. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |