[PR #105] [MERGED] Agentic RAG with Agno and Gemini 2.0 Flash Thinking (CAN MERGE) #9115

Closed
opened 2026-06-10 01:32:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/105
Author: @Madhuvod
Created: 1/31/2025
Status: Merged
Merged: 2/1/2025
Merged by: @Shubhamsaboo

Base: mainHead: gemini-thinking


📝 Commits (8)

  • 64d4052 New project with gemini thinking
  • 5f5bebf New project with gemini thinking1
  • 3891147 New project with gemini thinking
  • 7aa9a76 New project with gemini thinking3
  • 40ac9f8 rag document, url working
  • dbb707f added query rewrite
  • 5cbe84a full agentic rag code done with gemini
  • e2c2813 full agentic rag code done with gemini

📊 Changes

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

View changed files

rag_tutorials/gemini_agentic_rag/README.md (+90 -0)
rag_tutorials/gemini_agentic_rag/agentic_rag_gemini.py (+407 -0)
rag_tutorials/gemini_agentic_rag/requirements.txt (+6 -0)

📄 Description

No description provided


🔄 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/105 **Author:** [@Madhuvod](https://github.com/Madhuvod) **Created:** 1/31/2025 **Status:** ✅ Merged **Merged:** 2/1/2025 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `gemini-thinking` --- ### 📝 Commits (8) - [`64d4052`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/64d4052e10b8062d77bb5e0d7531983509ea5c30) New project with gemini thinking - [`5f5bebf`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/5f5bebfc9fdb60a2c2a98aed3e68e6f6a5a0c284) New project with gemini thinking1 - [`3891147`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/38911478ce06037e21d9978a06c8dad98e1caa47) New project with gemini thinking - [`7aa9a76`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/7aa9a761ff4dd928772a0b1ad4d7a20cfa68aee4) New project with gemini thinking3 - [`40ac9f8`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/40ac9f865db719d1951bf014ba2c69346696a91c) rag document, url working - [`dbb707f`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/dbb707f81ccea846abdcc075ae922150617bd54e) added query rewrite - [`5cbe84a`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/5cbe84a31c7891f18e676700df3172b7045e9837) full agentic rag code done with gemini - [`e2c2813`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/e2c2813ce0070d70e161c86a55f9cc203baa9456) full agentic rag code done with gemini ### 📊 Changes **3 files changed** (+503 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `rag_tutorials/gemini_agentic_rag/README.md` (+90 -0) ➕ `rag_tutorials/gemini_agentic_rag/agentic_rag_gemini.py` (+407 -0) ➕ `rag_tutorials/gemini_agentic_rag/requirements.txt` (+6 -0) </details> ### 📄 Description _No description provided_ --- <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-06-10 01:32:37 -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#9115