Merge pull request #330 from Jinash-Rouniyar/main

feat: Add Contextual AI RAG agent
This commit is contained in:
Shubham Saboo
2025-09-07 02:39:23 -05:00
committed by GitHub
4 changed files with 395 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ A curated collection of **Awesome LLM apps built with RAG, AI Agents, Multi-agen
* [🧐 Agentic RAG with Reasoning](rag_tutorials/agentic_rag_with_reasoning/)
* [📰 AI Blog Search (RAG)](rag_tutorials/ai_blog_search/)
* [🔍 Autonomous RAG](rag_tutorials/autonomous_rag/)
* [🔄 Contextual AI RAG Agent](rag_tutorials/contextualai_rag_agent/)
* [🔄 Corrective RAG (CRAG)](rag_tutorials/corrective_rag/)
* [🐋 Deepseek Local RAG Agent](rag_tutorials/deepseek_local_rag_agent/)
* [🤔 Gemini Agentic RAG](rag_tutorials/gemini_agentic_rag/)