[PR #36] [MERGED] project #3- llm hybrid search + RAG claude #1083

Closed
opened 2026-04-17 05:14:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/36
Author: @Madhuvod
Created: 12/3/2024
Status: Merged
Merged: 12/5/2024
Merged by: @Shubhamsaboo

Base: mainHead: llm_hybrid_rag_claude


📝 Commits (10+)

  • dd2eda6 new project - llm hybrid search + RAG claude (unfinished)
  • c9ea965 solved the api masking issue - used ChatSettings class
  • 5193d04 document processing and response gen smooth
  • 956cf6d fully working
  • 84ef41f Update README.md
  • b96367f local version of the same
  • 2c59d48 Merge branch 'Shubhamsaboo:main' into llm_hybrid_rag_claude
  • 4930103 Merge remote-tracking branch 'origin/llm_hybrid_rag_claude' into llm_hybrid_rag_claude
  • 8c3b4fe Update README.md
  • 9f7bbf0 local implementation of the same

📊 Changes

7 files changed (+827 additions, -1 deletions)

View changed files

📝 rag_tutorials/autonomous_rag/README.md (+1 -1)
rag_tutorials/llm_app_hybrid_RAG_claude/LLM-Hybrid-RagLite-Claude.mp4 (+0 -0)
rag_tutorials/llm_app_hybrid_RAG_claude/README.md (+98 -0)
rag_tutorials/llm_app_hybrid_RAG_claude/chainlit.yaml (+97 -0)
rag_tutorials/llm_app_hybrid_RAG_claude/local_main.py (+279 -0)
rag_tutorials/llm_app_hybrid_RAG_claude/main.py (+340 -0)
rag_tutorials/llm_app_hybrid_RAG_claude/requirements.txt (+12 -0)

📄 Description

hey @Shubhamsaboo, this is an unfinished pr for our project LLM App with Hybrid Search and RAG - Claude, built on RAGlite and Chainlit.

The System is working as of now, but I still need to fix a couple of bugs. So don't merge yet please


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/36 **Author:** [@Madhuvod](https://github.com/Madhuvod) **Created:** 12/3/2024 **Status:** ✅ Merged **Merged:** 12/5/2024 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `llm_hybrid_rag_claude` --- ### 📝 Commits (10+) - [`dd2eda6`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/dd2eda6df881d56a26b1207c78066f39f6eb7ab0) new project - llm hybrid search + RAG claude (unfinished) - [`c9ea965`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/c9ea9655bda63af14bd67c2751f1887718b987fb) solved the api masking issue - used ChatSettings class - [`5193d04`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/5193d040f10c72e0b7b79705e41be0f02b0113f9) document processing and response gen smooth - [`956cf6d`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/956cf6d6fa754fb68bddce8c021f50319daa3a31) fully working - [`84ef41f`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/84ef41fb33723e63bc0b10dd9add18ef76128634) Update README.md - [`b96367f`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/b96367fc607b0ee921a2615f5313c629a727f9ae) local version of the same - [`2c59d48`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/2c59d48b70ac374411d19b5652a4493953568f1a) Merge branch 'Shubhamsaboo:main' into llm_hybrid_rag_claude - [`4930103`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/49301033123d4a12af810038e6b799ea7660d438) Merge remote-tracking branch 'origin/llm_hybrid_rag_claude' into llm_hybrid_rag_claude - [`8c3b4fe`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/8c3b4fe8ef406629ef35a0436adde571ffc40a37) Update README.md - [`9f7bbf0`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/9f7bbf096b6a2c85dee7716dc2a4920f4f2b4fd8) local implementation of the same ### 📊 Changes **7 files changed** (+827 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `rag_tutorials/autonomous_rag/README.md` (+1 -1) ➕ `rag_tutorials/llm_app_hybrid_RAG_claude/LLM-Hybrid-RagLite-Claude.mp4` (+0 -0) ➕ `rag_tutorials/llm_app_hybrid_RAG_claude/README.md` (+98 -0) ➕ `rag_tutorials/llm_app_hybrid_RAG_claude/chainlit.yaml` (+97 -0) ➕ `rag_tutorials/llm_app_hybrid_RAG_claude/local_main.py` (+279 -0) ➕ `rag_tutorials/llm_app_hybrid_RAG_claude/main.py` (+340 -0) ➕ `rag_tutorials/llm_app_hybrid_RAG_claude/requirements.txt` (+12 -0) </details> ### 📄 Description hey @Shubhamsaboo, this is an unfinished pr for our project LLM App with Hybrid Search and RAG - Claude, built on RAGlite and Chainlit. The System is working as of now, but I still need to fix a couple of bugs. So don't merge yet please --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 05:14:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#1083