Enet4 / faiss-rs

Rust language bindings for Faiss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support IndexIVFFlat

ava57r opened this issue · comments

Hello.

faiss-sys supported IndexIVFFlat functions.

We can add fixes

from
facebookresearch/faiss#1764

to
https://github.com/Enet4/faiss/tree/c_api_head

or we are waiting a new version faiss?

Regarding the new version, it is mostly a matter of time until I finish reviewing #12 and #14, after which I will just release a new version of faiss-rs with the note that users should install a patched version of Faiss.

Until then, a PR to add this index type based on the current upstream would be welcome.

I am speaking only https://github.com/Enet4/faiss/tree/c_api_head
I would like to dev impl IVFFlat.
I going to use fork https://github.com/Enet4/faiss/tree/c_api_head for local development.

resolved by #17