JingsongLi opened a new pull request, #62: URL: https://github.com/apache/paimon-vector-index/pull/62
## Summary - add a native DiskANN implementation with Vamana graph construction, compressed adjacency and row IDs, PQ-guided search, exact reranking, cache-aware multi-range reads, and automatic storage profiles - replace the unreleased IVF-HNSW variants with IVF-SQ and improve IVF-FLAT, IVF-PQ, and IVF-RQ build/search I/O paths - expose adaptive tuning, batch search, concurrent reads, and storage-profile controls through Rust, C/C++, Java/JNI, and Python APIs - add stable storage fixtures and public ANN benchmark support for the new index families This is the first commit of a seven-commit local series. Architecture notes, user documentation, benchmark-result pages, and release-tool updates remain in follow-up commits and are intentionally excluded from this PR. ## Verification - cargo fmt --all -- --check - cargo test --workspace (366 passed, 1 ignored in the core crate; all FFI/JNI tests passed) - cargo clippy --all-targets --workspace -- -D warnings - mvn -f java/pom.xml test -q - Python API tests: 18 passed - ASF license-header and .asf.yaml validation -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
