feat(blasgraph): add ZeckF64 neighborhood search — Heel/Hip/Twig/Leaf…#16
Merged
AdaWorldAPI merged 1 commit intomainfrom Mar 18, 2026
Merged
feat(blasgraph): add ZeckF64 neighborhood search — Heel/Hip/Twig/Leaf…#16AdaWorldAPI merged 1 commit intomainfrom
AdaWorldAPI merged 1 commit intomainfrom
Conversation
… cascade Implement the primary neighborhood vector search system for lance-graph. ZeckF64 encodes SPO triple distances as progressive 8-byte values (94% precision from byte 0 alone). The 4-stage cascade explores ~200K nodes in 3 hops loading only ~1.2MB from disk. New modules: - zeckf64: 8-byte progressive edge encoding with lattice-legal scent byte - neighborhood: scope-based neighborhood vectors (10K nodes/scope) - heel_hip_twig_leaf: 4-stage search cascade (Heel→Hip→Twig→Leaf) - lance_neighborhood: Arrow schemas for Lance persistence - neighborhood_csr: CSR bridge for graph algorithms (secondary path) - clam_neighborhood: CLAM ball-tree for Pareto convergence conjecture test 38 new tests, 555 total tests passing, 0 warnings. https://claude.ai/code/session_01CdqyUTUfjKZuk8YGJzv6LB
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… cascade
Implement the primary neighborhood vector search system for lance-graph. ZeckF64 encodes SPO triple distances as progressive 8-byte values (94% precision from byte 0 alone). The 4-stage cascade explores ~200K nodes in 3 hops loading only ~1.2MB from disk.
New modules:
38 new tests, 555 total tests passing, 0 warnings.
https://claude.ai/code/session_01CdqyUTUfjKZuk8YGJzv6LB