Closed alexanderguzhva closed 1 month ago
Not sure what you need, but basically there are two approaches to this:
This issue is stale because it has been open for 7 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.
I'm finalizing a separate library for speeding up training of
ProductQuantizer
andProductResidualQuantizer
, which is written in C++ and can be easily integrated in C++ code viafaiss::Index
interfaces.Does Faiss contain any examples of providing a
plugin
-style code for it's python wrapper, so it would be possible to inject the library into a python faiss as well? Or, maybe, to write a swig-wrapper for the library.@mdouze