kaivalnp commented on PR #14178: URL: https://github.com/apache/lucene/pull/14178#issuecomment-2635103176
### Some more points / thoughts - Built for Faiss `v1.10.0` (version is validated at runtime) - Can be compiled with lower versions of Java, and run with 22+ (using an MR-JAR) - The current implementation does not honour `KnnCollector#earlyTerminated` - Will not fall back to exact search (count-based) - Will not stop on timeout (time-based) - Can use optimized instructions by running: ```sh # patchelf --replace-needed OLD_DEPENDENCY NEW_DEPENDENCY SHARED_LIBRARY patchelf --replace-needed libfaiss.so libfaiss_{avx2,avx512,sve}.so libfaiss_c.so ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org