JFaiss-CPU icon indicating copy to clipboard operation
JFaiss-CPU copied to clipboard

Faiss bindings for Java

Results 5 JFaiss-CPU issues
Sort by recently updated
recently updated
newest added

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? ![image](https://user-images.githubusercontent.com/21967676/93212174-d17be680-f794-11ea-9f64-61086002eeb8.png)