langchain/docs/extras/modules/data_connection
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
..
document_loaders/integrations Add text_content kwarg to BrowserlessLoader (#7856) 2023-07-17 17:02:19 -07:00
document_transformers Lost in the middle: We have been ordering documents the WRONG way. (for long context) (#7520) 2023-07-18 07:45:15 -07:00
retrievers WeaviateHybridSearchRetriever option to enable scores. (#7861) 2023-07-18 07:57:17 -07:00
text_embedding/integrations Add GPT4All embeddings (#7743) 2023-07-15 10:04:29 -04:00
vectorstores/integrations fix nb (#7843) 2023-07-17 09:39:11 -07:00