From 0e16ca18410f120de7b03ca01ea274f9f9585077 Mon Sep 17 00:00:00 2001 From: Masih Moafi <132553157+MasihMoafi@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:18:16 +0330 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5e26004..cc3678f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# My website's chatbot + +https://github.com/user-attachments/assets/5401931c-fb7e-445d-a913-1350951da5b0 + # Deploying Agentic RAG Systems to Perform Various Tasks Using LLMs This repository showcases the implementation of a Retrieval-Augmented Generation (RAG) system for answering questions using large language models (LLMs) and document retrieval. The system integrates document indexing, chunking, and similarity search with advanced language models like `llama3.2` to provide context-aware responses. Additionally, it incorporates a web-browsing agent for retrieving live data.