Skip to content

docs(tools): add Hybrid RAG Issue & PR Assistant to GitHub Tools - #915

Open
Cagrik34 wants to merge 1 commit into
sdras:mainfrom
Cagrik34:patch-1
Open

docs(tools): add Hybrid RAG Issue & PR Assistant to GitHub Tools#915
Cagrik34 wants to merge 1 commit into
sdras:mainfrom
Cagrik34:patch-1

Conversation

@Cagrik34

@Cagrik34 Cagrik34 commented Aug 27, 2026

Copy link
Copy Markdown

Summary

Adds the open-source Hybrid RAG Issue & PR Assistant to the GitHub Tools and Management category.

Specifications

  • Retrieval Engine: Combines Okapi BM25 ($k_1=1.5, b=0.75$) and dense semantic cosine retrieval merged via Reciprocal Rank Fusion ($k=60$).
  • Grounding & Line Citations: AST structure-aware chunking outputting strict line-span citations ([filename#L<start>-L<end>]).
  • Runtime: Single zero-dependency standalone bundle compiled via @vercel/ncc on Node.js 24.
  • Marketplace Listing: https://github.com/marketplace/actions/hybrid-rag-issue-pr-assistant

Guideline Compliance

  • Added at the end of the category per contributing.md.
  • Single-line description without line wrapping.
  • Verified link accessibility and markdown syntax.

Add Hybrid RAG Issue & PR Assistant (`Cagrik34/hybrid-rag-action`) to the GitHub Tools and Management section.

- Architecture: Deterministic Okapi BM25 + dense semantic cosine retrieval merged via Reciprocal Rank Fusion (RRF, k=60).
- Runtime: Zero-dependency standalone @vercel/ncc bundle on Node.js 24.
- Verification: Cross-OS CI matrix validated (Ubuntu, Windows, macOS).
- Guideline Compliance: Appended to the end of the section per contributing.md specifications.
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