From c92a82163b69a79dde80ec668ff1c63033ffd23f Mon Sep 17 00:00:00 2001 From: Masih Moafi <132553157+MasihMoafi@users.noreply.github.com> Date: Sun, 9 Mar 2025 16:58:31 +0330 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 852fe85..40ebd93 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -https://github.com/user-attachments/assets/04627f5d-3538-4ac1-89ba-f2ef942b4ed9 - # 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 `gemma2:9b` to provide context-aware responses. Additionally, it incorporates a web-browsing agent for retrieving live data.