Replies: 1 comment
|
FAISS does not support arbitrary user-defined (callback) metrics — search runs in C++/SIMD, so there's no hook for a Python distance function. The built-in metrics are Practical workarounds:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Would it be possible to use the faiss package with user-defined metrics?
Thanks a lot for this package :D
All reactions