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.