langchain/tests/integration_tests/retrievers
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
..
docarray DocArray as a Retriever (#6031) 2023-06-17 09:09:33 -07:00
document_compressors Add new types of document transformers (#7379) 2023-07-12 23:53:30 -04:00
__init__.py
test_arxiv.py
test_azure_cognitive_search.py [Small upgrade] Allow document limit in AzureCognitiveSearchRetriever (#7690) 2023-07-13 23:04:40 -04:00
test_contextual_compression.py Rm retriever kwargs (#7013) 2023-07-02 08:22:24 -06:00
test_merger_retriever.py Add serialized object to retriever start callback (#7074) 2023-07-05 18:04:43 +01:00
test_pupmed.py Harrison/pubmed integration (#5664) 2023-06-03 16:25:28 -07:00
test_weaviate_hybrid_search.py WeaviateHybridSearchRetriever option to enable scores. (#7861) 2023-07-18 07:57:17 -07:00
test_wikipedia.py