From f22107daf12f7395d5e731c58a51b38773e9f78b Mon Sep 17 00:00:00 2001 From: Shubham Saboo <31396011+Shubhamsaboo@users.noreply.github.com> Date: Fri, 8 Aug 2025 17:07:40 -0500 Subject: [PATCH] Update agentic rag gpt5 README.md --- rag_tutorials/agentic_rag_gpt5/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rag_tutorials/agentic_rag_gpt5/README.md b/rag_tutorials/agentic_rag_gpt5/README.md index ab11f50..556929d 100644 --- a/rag_tutorials/agentic_rag_gpt5/README.md +++ b/rag_tutorials/agentic_rag_gpt5/README.md @@ -4,7 +4,7 @@ An agentic RAG application built with the Agno framework, featuring GPT-5 and La ## ✨ Features -- **🤖 GPT-5-nano**: Latest OpenAI model for intelligent responses +- **🤖 GPT-5**: Latest OpenAI model for intelligent responses - **🗄️ LanceDB**: Lightweight vector database for fast similarity search - **🔍 Agentic RAG**: Intelligent retrieval augmented generation - **📝 Markdown Formatting**: Beautiful, structured responses @@ -150,4 +150,4 @@ python-dotenv>=1.0.0 - **Learning Tool**: Interactive exploration of complex topics - **Content Discovery**: Find relevant information across multiple sources -**Built with ❤️ using Agno, GPT-5, and LanceDB** \ No newline at end of file +**Built with ❤️ using Agno, GPT-5, and LanceDB**