From 44d3128ae603046e3cc9e0474fb5281956fcd36d Mon Sep 17 00:00:00 2001 From: Labriji Saad Date: Wed, 17 Apr 2024 15:04:20 +0200 Subject: [PATCH] Updated README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec62f5e..8d238f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🤖 `LLM` RAG +# `LLM RAG` - Streamlit RAG Language Model App 🤖 ## 🌟 Overview This is a Streamlit app leveraging a RAG (Retrieval-Augmented Generation) Language Model (LLM) with FAISS to offer answers from uploaded markdown files 📂. The app allows users to upload files, ask questions related to the content of these files, and receive relevant answers generated by the RAG LLM 📚.