From 12b6393b746d4e1a0ed59c8ed24f6f1f0788b51c Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Mon, 30 Dec 2024 22:06:34 -0600 Subject: [PATCH] Updated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e69166..1df0847 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ A curated collection of awesome LLM apps built with RAG and AI agents. This repo - [👀 RAG App with Hybrid Search](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/rag_tutorials/hybrid_search_rag) - [🖥️ Local RAG App with Hybrid Search](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/rag_tutorials/local_hybrid_search_rag) - [📠 RAG Agent with Database Routing](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/rag_tutorials/rag_database_routing) +- [🔄 Corrective RAG Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/rag_tutorials/corrective_rag) ### LLM Apps with Memory - [💾 AI Arxiv Agent with Memory](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/llm_apps_with_memory_tutorials/ai_arxiv_agent_memory)