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
Marc Puig 3989c793fd
Making it possible to use "certainty" as a parameter for the weaviate similarity_search (#1218)
Checking if weaviate similarity_search kwargs contains "certainty" and
use it accordingly. The minimal level of certainty must be a float, and
it is computed by normalized distance.
1 year ago
..
__init__.py Add Support for OpenSearch Vector database (#1191) 1 year ago
base.py Harrison/add documents (#1197) 1 year ago
chroma.py Harrison/add documents (#1197) 1 year ago
elastic_vector_search.py Harrison/add documents (#1197) 1 year ago
faiss.py Harrison/add documents (#1197) 1 year ago
milvus.py Harrison/add documents (#1197) 1 year ago
opensearch_vector_search.py Harrison/add documents (#1197) 1 year ago
pinecone.py Harrison/add documents (#1197) 1 year ago
qdrant.py Harrison/add documents (#1197) 1 year ago
utils.py MMR example selector (#377) 1 year ago
weaviate.py Making it possible to use "certainty" as a parameter for the weaviate similarity_search (#1218) 1 year ago