-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: to support similarity with relevance scores #12
Conversation
c15cf64
to
da9bf05
Compare
fix conflicts and lints. |
From the CI error report, I just realized that the latest code supports multiple searches(I used to use the deprecated one...). So the problem may be more complicated than I thought, and the methods in the base class may not be available. |
@cheriL thank you for your contribution. can you tell me what 's the issue without this contribution.
So I think maybe your contribution want to solve this sort of issue. |
@zc277584121 My problem is similar to your example. |
@cheriL Currently the |
I agree that the multi-vector situation is quite complex. Thanks for your work on this project! |
so i close this one |
Description: to support
_similarity_search_with_relevance_scores
func in base classVectorStore
with milvus.