langchain/libs/partners/qdrant/langchain_qdrant
Vincent Emonet 3645181d0e
qdrant: Add similarity_search_with_score_by_vector() function to the QdrantVectorStore (#29641)
Added `similarity_search_with_score_by_vector()` function to the
`QdrantVectorStore` class.

It is required when we want to query multiple time with the same
embeddings. It was present in the now deprecated original `Qdrant`
vectorstore implementation, but was absent from the new one. It is also
implemented in a number of others `VectorStore` implementations

I have added tests for this new function

Note that I also argued in this discussion that it should be part of the
general `VectorStore`
https://github.com/langchain-ai/langchain/discussions/29638

Co-authored-by: Erick Friis <erick@langchain.dev>
2025-02-07 00:55:58 +00:00
..
__init__.py
_utils.py partners: Use simsimd types (#25299) 2024-08-23 10:41:39 -04:00
fastembed_sparse.py docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
py.typed
qdrant.py qdrant: Add similarity_search_with_score_by_vector() function to the QdrantVectorStore (#29641) 2025-02-07 00:55:58 +00:00
sparse_embeddings.py
vectorstores.py Improvement[Partner] Improve qdrant vector store (#27251) 2024-11-07 02:42:41 +00:00