Vector embedding search should include distance in results
The newly released capability is https://firebase.google.com/docs/firestore/vector-search is working very nicely! However, all similar products should return the distance metric in the query results (which the backend has no doubt already calculated) so that the client perform further analysis based on that distance
7
votes
Kevin Tam
shared this idea
-
Peter Friese commented
You can now retrieve the calculated vector distance, and also specify a distance threshold:
https://firebase.google.com/docs/firestore/vector-search#vector-distance
https://firebase.google.com/docs/firestore/vector-search#distance-threshold