mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-18 02:09:32 -05:00
[PR #779] [MERGED] Add multimodal agentic RAG demo #4162
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/779
Author: @Shubhamsaboo
Created: 5/4/2026
Status: ✅ Merged
Merged: 5/4/2026
Merged by: @Shubhamsaboo
Base:
main← Head:codex/multimodal-agentic-rag📝 Commits (1)
148872fAdd multimodal agentic RAG demo📊 Changes
19 files changed (+4680 additions, -0 deletions)
View changed files
📝
.gitignore(+2 -0)📝
README.md(+1 -0)➕
rag_tutorials/multimodal_agentic_rag/README.md(+122 -0)➕
rag_tutorials/multimodal_agentic_rag/assets/multimodal-agentic-rag-architecture.png(+0 -0)➕
rag_tutorials/multimodal_agentic_rag/backend/agentic_rag_agent/__init__.py(+3 -0)➕
rag_tutorials/multimodal_agentic_rag/backend/agentic_rag_agent/agent.py(+43 -0)➕
rag_tutorials/multimodal_agentic_rag/backend/app_state.py(+4 -0)➕
rag_tutorials/multimodal_agentic_rag/backend/rag_store.py(+550 -0)➕
rag_tutorials/multimodal_agentic_rag/backend/requirements.txt(+7 -0)➕
rag_tutorials/multimodal_agentic_rag/backend/server.py(+251 -0)➕
rag_tutorials/multimodal_agentic_rag/frontend/index.html(+13 -0)➕
rag_tutorials/multimodal_agentic_rag/frontend/package-lock.json(+1810 -0)➕
rag_tutorials/multimodal_agentic_rag/frontend/package.json(+26 -0)➕
rag_tutorials/multimodal_agentic_rag/frontend/src/App.tsx(+782 -0)➕
rag_tutorials/multimodal_agentic_rag/frontend/src/main.tsx(+10 -0)➕
rag_tutorials/multimodal_agentic_rag/frontend/src/styles.css(+1025 -0)➕
rag_tutorials/multimodal_agentic_rag/frontend/src/vite-env.d.ts(+1 -0)➕
rag_tutorials/multimodal_agentic_rag/frontend/tsconfig.json(+21 -0)➕
rag_tutorials/multimodal_agentic_rag/frontend/vite.config.ts(+9 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.