[PR #59] [MERGED] RAG with database routing - first initialization #132

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

📋 Pull Request Information

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

Base: mainHead: rag-doc-router


📝 Commits (6)

  • 0d3e3fc RAG with database routing - first initialization
  • 29251a2 simple implementation of chain based - db routing
  • 7035e9e added everything - testing time
  • d0c0798 final changes
  • f9c755d added qdrant as db
  • ba74784 resolves a few issues from other folders

📊 Changes

5 files changed (+458 additions, -3 deletions)

View changed files

📝 ai_agent_tutorials/ai_recruitment_agent_team/README.md (+2 -2)
📝 ai_agent_tutorials/multimodal_design_agent_team/requirements.txt (+1 -1)
rag_tutorials/rag_database_routing/README.md (+56 -0)
rag_tutorials/rag_database_routing/rag_database_routing.py (+388 -0)
rag_tutorials/rag_database_routing/requirements.txt (+11 -0)

📄 Description

yet to fix a few features, working on them


🔄 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/59 **Author:** [@Madhuvod](https://github.com/Madhuvod) **Created:** 12/23/2024 **Status:** ✅ Merged **Merged:** 12/26/2024 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `rag-doc-router` --- ### 📝 Commits (6) - [`0d3e3fc`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/0d3e3fc0afd8ddea7b55248a72b4fe167447229b) RAG with database routing - first initialization - [`29251a2`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/29251a2c5db908edd895a2aa4ba340158977d85b) simple implementation of chain based - db routing - [`7035e9e`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/7035e9e64186c130020f69ca1e1112d75c357149) added everything - testing time - [`d0c0798`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/d0c0798711b38e942545580bdad8b2fcdd4ca2b7) final changes - [`f9c755d`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/f9c755dd32a40b8c95c4aab11d41b3d28705eb73) added qdrant as db - [`ba74784`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/ba7478407a98d28178a95ef1da22429d3bf020ca) resolves a few issues from other folders ### 📊 Changes **5 files changed** (+458 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `ai_agent_tutorials/ai_recruitment_agent_team/README.md` (+2 -2) 📝 `ai_agent_tutorials/multimodal_design_agent_team/requirements.txt` (+1 -1) ➕ `rag_tutorials/rag_database_routing/README.md` (+56 -0) ➕ `rag_tutorials/rag_database_routing/rag_database_routing.py` (+388 -0) ➕ `rag_tutorials/rag_database_routing/requirements.txt` (+11 -0) </details> ### 📄 Description yet to fix a few features, working on them --- <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:56:45 -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#132