mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
60c70effe9
## Description This PR intends to add support for Qdrant's new [sparse vector retrieval](https://qdrant.tech/articles/sparse-vectors/) by introducing a new retriever class, `QdrantSparseVectorRetriever`. Necessary usage docs and integration tests have been added for the retriever. --------- Co-authored-by: Bagatur <baskaryan@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
test_base.py | ||
test_bm25.py | ||
test_imports.py | ||
test_knn.py | ||
test_remote_retriever.py | ||
test_svm.py | ||
test_tfidf.py | ||
test_you.py |