From 8a2429e1f9a13ee357f167d498140e081ffcf471 Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Sat, 14 Dec 2024 22:26:28 -0600 Subject: [PATCH] chore: updated README --- rag_tutorials/rag_agent_cohere/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rag_tutorials/rag_agent_cohere/README.md b/rag_tutorials/rag_agent_cohere/README.md index 1d30b7c..e781e23 100644 --- a/rag_tutorials/rag_agent_cohere/README.md +++ b/rag_tutorials/rag_agent_cohere/README.md @@ -2,10 +2,6 @@ A RAG Agentic system built with Cohere's new model Command-r7b-12-2024, Qdrant for vector storage, Langchain for RAG and LangGraph for orchestration. This application allows users to upload documents, ask questions about them, and get AI-powered responses with fallback to web search when needed. -## Demo - - - ## Features - **Document Processing**