Skip to content

QDRANT doc store with sparse retriever model like BM_25 #6443

Closed Answered by julian-risch
sinaayyy asked this question in Questions
Discussion options

You must be logged in to vote

@sinaayyy Yes, the QdrantDocumentStore supports BM25Retrievers, so you can do dense and sparse retrieval with this DocumentStore. You can find an example pipeline with a QdrantDocumentStore and a BM25Retriever here: https://github.com/qdrant/qdrant-haystack/blob/master/tests/integration/qdrant_haystack/document_stores/pipeline/test_haystack_pipeline.py
Using a dense retriever and a sparse retriever in combination is often referred to as hybrid search. This article might be interesting to you: https://qdrant.tech/articles/hybrid-search/
For hybrid retrieval with Haystack, we have a tutorial here: https://haystack.deepset.ai/tutorials/26_hybrid_retrieval
You can use the same DocumentStore a…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by julian-risch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants