From 8b94bf47285b34c4127562d4ba7c47c84a617dc3 Mon Sep 17 00:00:00 2001 From: Masih Moafi <132553157+MasihMoafi@users.noreply.github.com> Date: Wed, 12 Feb 2025 21:54:47 +0330 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 2a358af..680899b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,3 @@ -# LLMs -Performing various tasks using LLMs. - -These tasks include: RAG using two different methods, Email generation, summarization, text to speech, image segmentation, etc. - -Summarizing is one of my main areas of interest, as the LLMs I frequently use tend to be overly verbose. - README for Test Dorna Overview This repository contains an implementation of a Question-Answering (QA) system leveraging Retrieval-Augmented Generation (RAG) and other advanced techniques like Chroma and LangChain. The system uses a combination of pre-trained models and custom indexing to retrieve context from a set of documents and generate context-aware answers to questions. It also includes a web-browsing agent to fetch real-time information from the web.