Skip to content

feat(core): add persistent exact semantic index - #51

Merged
seonghobae merged 3 commits into
docs/product-technical-gap-baselinefrom
codex/exact-semantic-index
Aug 31, 2026
Merged

feat(core): add persistent exact semantic index#51
seonghobae merged 3 commits into
docs/product-technical-gap-baselinefrom
codex/exact-semantic-index

Conversation

@seonghobae

@seonghobae seonghobae commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add an immutable, atomically replaceable exact semantic-unit index owned by Rust
  • bind snapshots and results to model, dimension, vector, input, and output digests
  • require caller-supplied authorized candidate identities and support digest-equivalent packed identity transport

This is a stacked prerequisite on #41. It does not by itself prove LineageWeave’s 20 ms full-path SLO.

Validation

  • cargo +1.97.1 llvm-cov --package rankweave-core --fail-under-lines 100 --fail-under-functions 100 --fail-under-regions 100 (21 passed; 100%)
  • cargo +1.97.1 clippy --workspace --all-targets --all-features -- -D warnings
  • PYTHONPATH=. uvx uv@0.12.1 run --frozen --extra dev pytest (688 passed)
  • macOS cp310-abi3 wheel and sdist archive verification
  • synthetic 6,578 x 3,072 benchmark: exact rank 18.249 / 9.083 / 5.023 ms at 1 / 2 / 4 workers, identical digests; cold build 336.780 / 317.419 / 306.615 ms

Signed-off-by: Seongho Bae seongho.bae@gmail.com


Devin Review

Signed-off-by: Seongho Bae <me@seonghobae.me>
Signed-off-by: Seongho Bae <me@seonghobae.me>
@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: e04cb15b-ee17-4ba6-9d0b-a46c1249c980

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

devin-ai-integration[bot]

This comment was marked as resolved.

Signed-off-by: Seongho Bae <me@seonghobae.me>
@seonghobae
seonghobae merged commit 02fd038 into docs/product-technical-gap-baseline Aug 31, 2026
8 checks passed
@seonghobae
seonghobae deleted the codex/exact-semantic-index branch August 31, 2026 10:41
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.

1 participant