Skip to content

feat(rag): add provider-independent pipeline runtime - #21

Closed
adihex wants to merge 1 commit into
split/rag-corefrom
split/rag-pipeline-runtime
Closed

adihex wants to merge 1 commit into
split/rag-corefrom
split/rag-pipeline-runtime

Conversation

@adihex

@adihex adihex commented Aug 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • define typed injected dense/lexical retriever and generator protocols
  • fuse retrieval rankings with the existing reciprocal rank fusion core
  • build deterministic labeled context and preserve source citation metadata
  • return an explicit insufficient-information result without invoking generation

Scope

Corpus-free and provider-independent. No Gemini, Chroma, FastAPI, notebook, downloaded corpus, path, or network-test dependencies.

Tests

  • mise exec -- pnpm --filter @agentx/rag-pipeline test
  • python3 -m pip wheel --no-deps --wheel-dir /tmp/agentx-rag-wheel . (from apps/rag-pipeline)
  • mise exec -- pnpm build

Stacked on #17 / split/rag-core. Replacement slice for conflicted #10; do not merge automatically.

Co-authored-by: Aditya Balakrishnan <adibalak1925@gmail.com>
@adihex
adihex force-pushed the split/rag-pipeline-runtime branch from a83732a to 320ded8 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