Performs semantic searches across multiple Qdrant vector store collections using user-provided queries.
Qdrant Retrieve allows you to perform semantic search across multiple collections within a Qdrant vector database. It accepts multiple queries, allows you to configure the number of results returned, and tracks the source collection for each retrieved document. This server connects to a Qdrant instance via URL and utilizes an embedding model to enable accurate semantic retrieval of documents.
Key Features
01Configurable result count
02Multi-query support
03Collection source tracking
04Semantic search across multiple collections
050 GitHub stars
Use Cases
01Build question-answering systems that rely on semantic similarity
02Retrieve relevant information from a knowledge base stored in Qdrant
03Enhance search functionality in applications by leveraging semantic understanding