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/docs/modules/indexes/chain_examples
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
..
analyze_document.ipynb improve docs for indexes (#1146) 1 year ago
chat_vector_db.ipynb Making it possible to use "certainty" as a parameter for the weaviate similarity_search (#1218) 1 year ago
graph_qa.ipynb improve docs for indexes (#1146) 1 year ago
qa_with_sources.ipynb Add Support for OpenSearch Vector database (#1191) 1 year ago
question_answering.ipynb Correct typo in "Question Answering" How-To Guide (#1221) 1 year ago
summarize.ipynb improve docs for indexes (#1146) 1 year ago
vector_db_qa.ipynb improve docs for indexes (#1146) 1 year ago
vector_db_qa_with_sources.ipynb Add Support for OpenSearch Vector database (#1191) 1 year ago
vector_db_text_generation.ipynb improve docs for indexes (#1146) 1 year ago