Add to langchain_chroma.Chroma
the method max_marginal_relevance_search_with_relevance_scores
#31627
MaximeSongIdris
announced in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
We already have the following method
maximal_marginal_relevance
, but it is missing the relevance score like insimilarity_search_with_relevance_scores
.Here is a version of the method written as a function :
Motivation
Useful after MMR retrieval to print relevance score and compute metrics based on that.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions