Skip to content

feat(graph): add ZeckF64 neighborhood vector search (Heel/Hip/Twig/Leaf)#17

Merged
AdaWorldAPI merged 1 commit intomainfrom
claude/complete-ndarray-library-Op9kK
Mar 18, 2026
Merged

feat(graph): add ZeckF64 neighborhood vector search (Heel/Hip/Twig/Leaf)#17
AdaWorldAPI merged 1 commit intomainfrom
claude/complete-ndarray-library-Op9kK

Conversation

@AdaWorldAPI
Copy link
Owner

Implements the primary search path for lance-graph using progressive 8-byte edge encodings and 3-hop neighborhood vector traversal.

ZeckF64 encoding: byte 0 = 7 SPO band classifications (boolean lattice, 19 legal patterns, ~85% error detection), bytes 1-7 = distance quantiles. ScopeBuilder: O(N²) pairwise construction of [ZeckF64; N] vectors. SearchCascade: HEEL (1 vec) → HIP (50 vecs) → TWIG (50 vecs) → LEAF.

32 tests (22 unit + 10 integration), all passing.

https://claude.ai/code/session_01NUMNX67KZrFiTQK7erFQuH

Implements the primary search path for lance-graph using progressive
8-byte edge encodings and 3-hop neighborhood vector traversal.

ZeckF64 encoding: byte 0 = 7 SPO band classifications (boolean lattice,
19 legal patterns, ~85% error detection), bytes 1-7 = distance quantiles.
ScopeBuilder: O(N²) pairwise construction of [ZeckF64; N] vectors.
SearchCascade: HEEL (1 vec) → HIP (50 vecs) → TWIG (50 vecs) → LEAF.

32 tests (22 unit + 10 integration), all passing.

https://claude.ai/code/session_01NUMNX67KZrFiTQK7erFQuH
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@AdaWorldAPI AdaWorldAPI merged commit 5a28fb3 into main Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants