Skip to content

Claude/lance graph #12

Merged
AdaWorldAPI merged 3 commits into
mainfrom
claude/lance-graph-falkordb-integration-TIkjC
Mar 16, 2026
Merged

Claude/lance graph #12
AdaWorldAPI merged 3 commits into
mainfrom
claude/lance-graph-falkordb-integration-TIkjC

Conversation

@AdaWorldAPI
Copy link
Copy Markdown
Owner

No description provided.

claude added 3 commits March 16, 2026 02:38
- Add Hamming variant to DistanceMetric, parser, and lance_vector_search
- Add hamming_distance/similarity UDFs for FixedSizeBinary(2048) columns
- Add binary vector extraction (FixedSizeBinaryArray) to vector_ops
- Create ndarray_bridge.rs: BitVec↔Fingerprint zero-copy bridges with
  4-tier SIMD dispatch (VPOPCNTDQ → AVX-512BW → AVX2 → scalar)
- Create columnar.rs: Lance Arrow schemas for nodes (3 planes),
  edges (NARS truth), and stroke-packed fingerprints for cascade
- Create cascade_ops.rs: CascadeScanConfig, hamming predicate → cascade
  translation, selectivity estimation
- Wire semiring HammingMin/SimilarityMax to SIMD-dispatched popcount
- Add BitVec::as_bytes/from_bytes for Arrow FixedSizeBinary interop
- Produce .claude/FALKORDB_ANALYSIS.md: comprehensive FalkorDB architecture
  analysis (GraphBLAS pipeline, delta matrices, property storage)
- All 720 tests pass, clippy clean

https://claude.ai/code/session_01Dg6MsYU71FitYV2bB59bE3
…e pushdown

- VersionedGraph: commit_encounter_round, at_version, diff, tag, graph_seal_check
  backed by three Lance datasets (nodes, edges, fingerprints) with ACID snapshots
- GraphSealStatus: Wisdom (stable) vs Staunen (diverged) across versions
- GraphDiff: new_nodes, modified_nodes, new_edges between version pairs
- Storage backends: local/s3/azure/gcs via URI-based constructors
- Cost estimation: band-based selectivity (Foveal 0.1% → Reject 100%)
- Predicate pushdown: HammingPredicate detection, PushdownAnalysis with
  cascade vs full-scan strategy selection
- ScanStrategy: automatic cascade selection when selectivity < 5% and rows > 1000
- Fix Python bindings for Hamming DistanceMetric variant

757 tests passing, clippy clean.

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

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 d7b07bd into main Mar 16, 2026
AdaWorldAPI pushed a commit that referenced this pull request Apr 25, 2026
…sion backends

Adds query-lite and auth-rls-lite features. query-lite pulls datafusion
with default-features = false (no xz2/liblzma compression), avoiding
the `links = "lzma"` collision when combined with lance v2 in the same
workspace. auth-rls-lite = auth-jwt + query-lite — gives smb-office-rs
the RlsRewriter OptimizerRule without the full compression stack.

Feature map:
  auth-rls-lite → auth-jwt + query-lite (datafusion minimal)
  auth-rls      → auth-jwt + query     (datafusion full)
  auth          → auth-rls (back-compat)

RLS tests gated to `#[cfg(all(test, feature = "query"))]` since
SessionContext/MemTable need full datafusion.

Responds to smb-office-rs bus REQUEST at e1cf316 + PR #12.

https://claude.ai/code/session_01SbYsmmbPf9YQuYbHZN52Zh
AdaWorldAPI pushed a commit that referenced this pull request Apr 25, 2026
Responds to bus REQUEST e1cf316 + PR #12. The auth-rls-lite feature
gives RlsRewriter without the xz2/liblzma collision.

https://claude.ai/code/session_01SbYsmmbPf9YQuYbHZN52Zh
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