From 641fbea532fb29f257b69f0889018fc9875ec058 Mon Sep 17 00:00:00 2001 From: Shubham Saboo <31396011+Shubhamsaboo@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:17:19 -0500 Subject: [PATCH] Update README.md --- rag_tutorials/agentic_rag_with_reasoning/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rag_tutorials/agentic_rag_with_reasoning/README.md b/rag_tutorials/agentic_rag_with_reasoning/README.md index e99b7f8..6569297 100644 --- a/rag_tutorials/agentic_rag_with_reasoning/README.md +++ b/rag_tutorials/agentic_rag_with_reasoning/README.md @@ -60,7 +60,7 @@ You'll need the following API keys: 3. **Run the Application:** ```bash - streamlit run agentic_rag.py + streamlit run rag_reasoning_agent.py ``` 4. **Configure API Keys:** @@ -96,4 +96,4 @@ The application uses a sophisticated RAG pipeline: ### UI Flow - Enter API keys → Add knowledge sources → Ask questions - Reasoning process and answer generation displayed side-by-side -- Sources cited for transparency and verification \ No newline at end of file +- Sources cited for transparency and verification