facebookresearch / faiss

A library for efficient similarity search and clustering of dense vectors.
https://faiss.ai
MIT License
29.53k stars 3.49k forks source link

Alternative in C for an edge device ? #3000

Closed linux-devil closed 6 days ago

linux-devil commented 11 months ago

Do we have an alternative in C, as we look forward to integrate FAISS on the edge device running Ambarella CV 25 ?

mdouze commented 11 months ago

I am very interested in ports of Faiss to all kinds of architectures. However, a C++ compiler is the minimum requirement currently. It would not make sense to rewrite everything in C.

junjieqi commented 6 days ago

closed since C++ compiler is minimum requirement