qdrant-find
Search for semantically similar documents stored by LlamaIndex in Qdrant to retrieve relevant context and knowledge base content.
Instructions
Search for documents stored by LlamaIndex in Qdrant. Use this tool when you need to:
Find relevant documents or text chunks by semantic similarity
Access stored knowledge base content
Retrieve context from previously indexed documents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to search for | |
| collection_name | Yes | The collection to search in | |
| limit | No | Maximum number of results to return | |
| offset | No | Number of results to skip for pagination | |
| score_threshold | No | Minimum similarity score threshold (0.0 to 1.0). Results below this score will be filtered out. |