Update README.md

This commit is contained in:
Masih Moafi 2025-02-25 17:18:16 +03:30 committed by GitHub
parent 5cd606d34e
commit 0e16ca1841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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