[PR #38] [MERGED] local llama version of the hybrid search RAG system #112

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

📋 Pull Request Information

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

Base: mainHead: local-llm_hybridrag-streamlit


📝 Commits (3)

  • 5edd3dd local llama version of the hybrid search RAG system
  • c58f3f5 Remove .gitignore from tracking
  • 563d84a added the video demo

📊 Changes

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

View changed files

rag_tutorials/local_hybrid_search_rag/README.md (+132 -0)
rag_tutorials/local_hybrid_search_rag/local_main.py (+217 -0)
rag_tutorials/local_hybrid_search_rag/requirements.txt (+15 -0)

📄 Description

done, working completely fine. no issues at all. used llama 3.2 3b Instruct


🔄 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/38 **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:** `local-llm_hybridrag-streamlit` --- ### 📝 Commits (3) - [`5edd3dd`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/5edd3dd590a3ae7b512e7e081926079551c1899d) local llama version of the hybrid search RAG system - [`c58f3f5`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/c58f3f51dae84bcdaee33616078526ec691cc5fc) Remove .gitignore from tracking - [`563d84a`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/563d84a5926c8e03a09959a90ae95c1961897d00) added the video demo ### 📊 Changes **3 files changed** (+364 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `rag_tutorials/local_hybrid_search_rag/README.md` (+132 -0) ➕ `rag_tutorials/local_hybrid_search_rag/local_main.py` (+217 -0) ➕ `rag_tutorials/local_hybrid_search_rag/requirements.txt` (+15 -0) </details> ### 📄 Description done, working completely fine. no issues at all. used llama 3.2 3b Instruct --- <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:15 -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#112