cfcodefans
cfcodefans
Sorry for the late reply. I guess I missed one part in test > LD_LIBRARY_PATH=. mvn test -Dtest=com.thenetcircle.services.faiss4j.tests.Examples#testLib this is run in root path of the project and the faiss...
libfaiss.a and libfaiss.so, you might find it in /usr/local/lib/, and please cp both to project root.
> > > Hi, I follow the documentation and also get flowing error: > > ``` > java.lang.UnsatisfiedLinkError: /data/zhaohh/soft/faiss4j/swigfaiss4j.so: > /data/zhaohh/soft/faiss4j/swigfaiss4j.so: undefined symbol: _ZTIN5faiss9IndexFlatE > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at...