[PR #37] [MERGED] LLM hybrid Search RAG assistant with Claude - Streamlit #111

Closed
opened 2025-11-06 14:33:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: llm_hybridrag-streamlit


📝 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

3 files changed (+286 additions, -0 deletions)

View changed files

rag_tutorials/hybrid_search_rag/README.md (+99 -0)
rag_tutorials/hybrid_search_rag/main.py (+175 -0)
rag_tutorials/hybrid_search_rag/requirements.txt (+12 -0)

📄 Description

done, everything works including the fallback mechanism. used Streamlit now, cut down the code to 175 lines and it has great readability. This is Claude btw


🔄 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/37 **Author:** [@Madhuvod](https://github.com/Madhuvod) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/5/2024 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `llm_hybridrag-streamlit` --- ### 📝 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 **3 files changed** (+286 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `rag_tutorials/hybrid_search_rag/README.md` (+99 -0) ➕ `rag_tutorials/hybrid_search_rag/main.py` (+175 -0) ➕ `rag_tutorials/hybrid_search_rag/requirements.txt` (+12 -0) </details> ### 📄 Description done, everything works including the fallback mechanism. used Streamlit now, cut down the code to 175 lines and it has great readability. This is Claude btw --- <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 2025-11-06 14:33:14 -06: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#111