JingsongLi opened a new pull request, #63: URL: https://github.com/apache/paimon-vector-index/pull/63
## Summary - add the remaining DiskANN architecture records and implementation plans - preserve design rationale for graph layout, filtering, caching, row-ID compression, memory bounds, and concurrent readers - update Java staging command examples from 0.2.0 to 0.3.0 - keep the architecture boundary consistent with the L2, inner-product, and cosine support merged in #62 ## Why PR #62 merged the DiskANN implementation, stable format documentation, user guides, public benchmark results, and API guidance. The detailed design and implementation records were intentionally kept out of that PR and are collected here so the decisions behind the implementation remain reviewable without mixing in runtime code changes. ## Impact This PR changes documentation and release-script help text only. It does not change the index format, runtime behavior, or public APIs. ## Verification - `git diff --check origin/main...HEAD` - `python3 tools/check_license_headers.py` - `python3 tools/validate_asf_yaml.py` - `bash -n tools/deploy_java_staging.sh` - `tools/deploy_java_staging.sh --help` -- 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]
