-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
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
[FEATURE] Pls. add Similarity Score Threshold retriever to Flowise #991
Comments
Will definitely add that! In the meantime you can try using the Vector to Document node, that allows you to specify the similarity threshold |
|
Thank you! |
Describe the feature you'd like
Pls add Similarity Score Threshold retriever to Flowise.
Docs:
https://js.langchain.com/docs/modules/data_connection/retrievers/how_to/similarity-score-threshold-retriever
Additional context
It adds some nice advanced retrieval methods to Flowise.
According to Langchain's chatbot, we should simply be able to set some Vectorstore parameters:
but that input is not available yet in Vector Store Retriever node.
The text was updated successfully, but these errors were encountered: