mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
dda11d2a05
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. |
||
---|---|---|
.. | ||
amazon_kendra_retriever.ipynb | ||
arxiv.ipynb | ||
azure_cognitive_search.ipynb | ||
bm25.ipynb | ||
chaindesk.ipynb | ||
chatgpt-plugin.ipynb | ||
cohere-reranker.ipynb | ||
docarray_retriever.ipynb | ||
elastic_search_bm25.ipynb | ||
knn.ipynb | ||
merger_retriever.ipynb | ||
metal.ipynb | ||
pinecone_hybrid_search.ipynb | ||
pubmed.ipynb | ||
svm.ipynb | ||
tf_idf.ipynb | ||
vespa.ipynb | ||
weaviate-hybrid.ipynb | ||
wikipedia.ipynb | ||
zep_memorystore.ipynb |