-
Notifications
You must be signed in to change notification settings - Fork 28
Is Euclidean distance not supported? #33
Copy link
Copy link
Open
Labels
Description
I'm very happy to see open source Vector Database!
Simbase is great for me, thanks :D
I have a question (or maybe new feature request..)
Supported similarity(score) functions are "cosinesq" and "jensenshannon"
cosine similarity function does not count vector magnitude..
But in my application, vector magnitude is meaningful for similar vector search.
I want similarity function using "Euclidean distance" to be supported also :D
Give some guides, thanks for your great vector DB :D
Reactions are currently unavailable