faiss-6: index pre-processing and post-processing
In some cases, the Index needs to be pre processed or post processed
ID mapping
By default, faiss will record an order id(1,2,3...,) for each input vector. You can also specify any required id for the vector in use. Some index types have add_with_ids method can correspond to a 64 bit id for each vector and return the specified id when searchi ...
Posted by w32 on Tue, 08 Feb 2022 17:51:30 +0100