zilliztech / feder

Visualize hnsw, faiss and other anns index
392 stars 32 forks source link

How to generate .index file ? #73

Closed luancaarvalho closed 1 year ago

luancaarvalho commented 1 year ago

Hello feder team !

I'm trying to use the project, but I don't know how to generate the .index file, can you help me on this, please ?

alwayslove2013 commented 1 year ago

Feder supports the index file generated by faiss(ivf_flat) or hnswlib(hnsw).

faiss: https://github.com/facebookresearch/faiss hnswlib: https://github.com/nmslib/hnswlib

We have also prepared some data examples. I hope this helps you~ https://github.com/zilliztech/feder/tree/main/test/data