JingsongLi opened a new pull request, #1: URL: https://github.com/apache/paimon-vector-index/pull/1
## Summary - Bring over basic building blocks from poc branch: distance (L2/IP/Cosine + SIMD), blas (sgemm), kmeans (k-means++/hierarchical/streaming), and product quantizer (train/encode/decode/distance table) - Project infrastructure: .gitignore, LICENSE, NOTICE, deny.toml, workspace Cargo.toml - Skips higher-level modules (ivfpq, opq, fastscan, shuffler, io) and language bindings (jni, python) ## Test plan - [ ] `cargo build` passes - [ ] `cargo test` passes (unit tests included in each module) -- 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]
