Skip to content

feat(rag): add deterministic local document index - #24

Closed
adihex wants to merge 1 commit into
split/rag-pipeline-runtimefrom
split/rag-local-index
Closed

adihex wants to merge 1 commit into
split/rag-pipeline-runtimefrom
split/rag-local-index

Conversation

@adihex

@adihex adihex commented Aug 28, 2026

Copy link
Copy Markdown
Owner

Adds a corpus-free in-memory indexing and lexical retrieval adapter for the provider-independent RAG runtime.

  • caller-owned stable document IDs and metadata
  • collision-free deterministic chunk IDs
  • idempotent full rebuild semantics
  • deterministic token-overlap ranking
  • no network, model, database, or corpus dependency

Stacked on #21.

Validation:

  • 17 Python unit tests passed
  • uv build --wheel succeeded
  • mise exec -- pnpm build succeeded in a clean detached worktree

Amp-Thread-ID: https://ampcode.com/threads/T-01a047e7-d402-72a8-ad22-eb5d3d3df6b1
Co-authored-by: Aditya Balakrishnan <adibalak1925@gmail.com>
@adihex
adihex force-pushed the split/rag-local-index branch from 2404fd8 to 9ade8f9 Compare August 28, 2026 14:14

adihex commented Aug 28, 2026

Copy link
Copy Markdown
Owner Author

Landed on main as part of the consolidated, rebased stack ending at e9bd4bd. Verified this PR has no patches absent from origin/main, so closing the now-redundant stacked PR.

@adihex adihex closed this Aug 28, 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