From 24fe26dd102656002b30ce457a29eb275ad7207f Mon Sep 17 00:00:00 2001 From: Madhu Shantan Date: Thu, 5 Dec 2024 13:23:09 +0530 Subject: [PATCH] Updated README.md --- rag_tutorials/hybrid_search_rag/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rag_tutorials/hybrid_search_rag/README.md b/rag_tutorials/hybrid_search_rag/README.md index 3a3462d..44d810a 100644 --- a/rag_tutorials/hybrid_search_rag/README.md +++ b/rag_tutorials/hybrid_search_rag/README.md @@ -2,6 +2,12 @@ A powerful document Q&A application that leverages Hybrid Search (RAG) and Claude's advanced language capabilities to provide comprehensive answers. Built with RAGLite for robust document processing and retrieval, and Streamlit for an intuitive chat interface, this system seamlessly combines document-specific knowledge with Claude's general intelligence to deliver accurate and contextual responses. +## Demo video: + + +https://github.com/user-attachments/assets/b576bf6e-4a48-4a43-9600-48bcc8f359a5 + + ## Features - **Hybrid Search Question Answering**