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.
2023-02-26 17:55:28 -08:00
..
analyze_document.ipynb improve docs for indexes (#1146) 2023-02-19 23:14:50 -08:00
chat_vector_db.ipynb Making it possible to use "certainty" as a parameter for the weaviate similarity_search (#1218) 2023-02-26 17:55:28 -08:00
graph_qa.ipynb improve docs for indexes (#1146) 2023-02-19 23:14:50 -08:00
qa_with_sources.ipynb Add Support for OpenSearch Vector database (#1191) 2023-02-20 18:39:34 -08:00
question_answering.ipynb Correct typo in "Question Answering" How-To Guide (#1221) 2023-02-21 17:02:58 -08:00
summarize.ipynb improve docs for indexes (#1146) 2023-02-19 23:14:50 -08:00
vector_db_qa_with_sources.ipynb Add Support for OpenSearch Vector database (#1191) 2023-02-20 18:39:34 -08:00
vector_db_qa.ipynb improve docs for indexes (#1146) 2023-02-19 23:14:50 -08:00
vector_db_text_generation.ipynb improve docs for indexes (#1146) 2023-02-19 23:14:50 -08:00