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
OlajideOgun 624554a43a
DeepLake: Pass in rest of args to self._search_helper (#4080)
As of right now when trying to use functions like
`max_marginal_relevance_search()` or
`max_marginal_relevance_search_by_vector()` the rest of the kwargs are
not propagated to `self._search_helper()`. For example a user cannot
explicitly state the distance_metric they want to use when calling
`max_marginal_relevance_search`
1 year ago
..
__init__.py Harrison/tair (#3770) 1 year ago
analyticdb.py Harrison/one drive loader (#4081) 1 year ago
annoy.py fixes #1214 (#3003) 1 year ago
atlas.py consistently use getLogger(__name__), no root logger (#2989) 1 year ago
base.py Self-query with generic query constructor (#3607) 1 year ago
chroma.py Harrison/chroma get (#3938) 1 year ago
deeplake.py DeepLake: Pass in rest of args to self._search_helper (#4080) 1 year ago
elastic_vector_search.py ES similarity_search_with_score() and metadata filter (#3046) 1 year ago
faiss.py fixes #1214 (#3003) 1 year ago
lancedb.py Harrison/lancedb (#3634) 1 year ago
milvus.py fixes #1214 (#3003) 1 year ago
myscale.py Harrison/myscale (#3352) 1 year ago
opensearch_vector_search.py Harrison/opensearch logic (#3631) 1 year ago
pgvector.py Harrison/one drive loader (#4081) 1 year ago
pinecone.py Fix format string in pinecone error handling (#2897) 1 year ago
qdrant.py bug_fixes: use md5 instead of uuid id generation (#3442) 1 year ago
redis.py Harrison/relevancy score (#3907) 1 year ago
supabase.py fixes #1214 (#3003) 1 year ago
tair.py Harrison/tair (#3770) 1 year ago
utils.py fix #3884 (#3475) 1 year ago
weaviate.py Harrison/relevancy score (#3907) 1 year ago
zilliz.py Refactor Milvus/Zilliz (#3047) 1 year ago