You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain/vectorstores
Francisco Ingham f9ddcb5705
Hotfix: distance_func and collection_name must not be in kwargs (#735)
If `distance_func` and `collection_name` are in `kwargs` they are sent
to the `QdrantClient` which results in an error being raised.

Co-authored-by: Francisco Ingham <>
1 year ago
..
__init__.py Harrison/quadrant (#665) 1 year ago
base.py add search kwargs (#664) 1 year ago
elastic_vector_search.py add search kwargs (#664) 1 year ago
faiss.py add faiss local saving/loading (#676) 1 year ago
pinecone.py Add namespace to Pinecone.from_index (#716) 1 year ago
qdrant.py Hotfix: distance_func and collection_name must not be in kwargs (#735) 1 year ago
utils.py MMR example selector (#377) 1 year ago
weaviate.py add search kwargs (#664) 1 year ago