Update README.md

This commit is contained in:
Masih Moafi 2025-03-09 16:58:31 +03:30 committed by GitHub
parent a80e9ef5b7
commit c92a82163b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.