JFaiss-CPU
JFaiss-CPU copied to clipboard
Faiss bindings for Java
Hi! Thank you for your repo! I have a project written in scala that builds with Gradle. I try to add your library like this ``` dependencies { ... compile...
Because of limited Memory, I need store index to hard disk, but API didn't provide similar interfact, coud have any methods?
i hava less then 2w * 128 vectors, when train, it crashed sometimes. when search by ivf, Concurrent 10,crashed always, it seem Memory leak occur. if someone use it for...
hello~ thanks your share I have a question. why the value is int type in longarray.class setitem(int index, int value) ? How do I convert to long? 