langchain/tests/integration_tests
Bill Zhang dda11d2a05
WeaviateHybridSearchRetriever option to enable scores. (#7861)
Description: This PR adds the option to retrieve scores and explanations
in the WeaviateHybridSearchRetriever. This feature improves the
usability of the retriever by allowing users to understand the scoring
logic behind the search results and further refine their search queries.

Issue: This PR is a solution to the issue #7855 
Dependencies: This PR does not introduce any new dependencies.

Tag maintainer: @rlancemartin, @eyurtsev

I have included a unit test for the added feature, ensuring that it
retrieves scores and explanations correctly. I have also included an
example notebook demonstrating its use.
2023-07-18 07:57:17 -07:00
..
agent
cache
callbacks support adding custom metadata to runs (#7120) 2023-07-05 11:11:38 -07:00
chains Some mitigations for RCE in PAL chain (#7870) 2023-07-17 22:58:47 -07:00
chat_models Added support for examples for VertexAI chat models. (#7636) 2023-07-14 02:03:04 -04:00
document_loaders feat: optional post-processing for Unstructured loaders (#7850) 2023-07-17 12:13:05 -07:00
embeddings Harrison/octo ml (#6897) 2023-06-28 23:04:11 -07:00
evaluation [Breaking] Update Evaluation Functionality (#7388) 2023-07-13 02:13:06 -07:00
examples feat: Add UnstructuredTSVLoader (#7367) 2023-07-10 03:07:10 -04:00
graphs Add HugeGraphQAChain to support gremlin generating chain (#7132) 2023-07-04 10:21:21 -06:00
llms Add LLM for ChatGLM(2)-6B API (#7774) 2023-07-17 07:27:17 -07:00
memory Harrison/split schema dir (#7025) 2023-07-01 13:39:19 -04:00
prompts
retrievers WeaviateHybridSearchRetriever option to enable scores. (#7861) 2023-07-18 07:57:17 -07:00
smith/evaluation [Breaking] Update Evaluation Functionality (#7388) 2023-07-13 02:13:06 -07:00
utilities Harrison/dataforseo (#7214) 2023-07-05 16:02:02 -04:00
vectorstores Implement async API for Qdrant vector store (#7704) 2023-07-15 09:33:26 -04:00
__init__.py
.env.example
conftest.py
test_document_transformers.py Add new types of document transformers (#7379) 2023-07-12 23:53:30 -04:00
test_kuzu.py
test_long_context_reorder.py Lost in the middle: We have been ordering documents the WRONG way. (for long context) (#7520) 2023-07-18 07:45:15 -07:00
test_nebulagraph.py
test_nlp_text_splitters.py Add spacy sentencizer (#7442) 2023-07-10 02:52:05 -04:00
test_pdf_pagesplitter.py
test_schema.py Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
test_text_splitter.py