Add similarity threshold to (.findNearest) queries in addition to returning similarity scores. #2079
Labels
api: firestore
Issues related to the googleapis/nodejs-firestore API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
I'm trying to be able to add a thresold to my similarity search with vectors but it doesn't semm to be mentioned here anywhere?
https://firebase.google.com/docs/firestore/vector-search#node.js_2
Describe the solution you'd like
Adding a field called similarityThreshold to the vector search query would be perfect:
Also adding to the queryies of such types (.findNearest) the similarity score with the search vector is highly beneficial for debugging purposes, we're currenlty using pgvector on postgres but would love to migrate everything on firestore but these may be annoying to deal with.
Describe alternatives you've considered
There is nothing mentioned in the docs, I hope it's already implemented but not docuemented/typed properly?
The text was updated successfully, but these errors were encountered: