sebrauschert / LLM-RAG

This repo demonstrates the development of Retrieval Augmented Generation (RAG).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLM-RAG

This repo demonstrates the development of Retrieval-Augmented Generation (RAG). RAG enables LLM to generate answer text based on custom documents. This repo also presents the RAG as a chatbot in Streamlit app.

Below is the diagram of the development alt text

How to Run the App

streamlit run rag_chatbot.py

Interface Display

alt text

The Article

The article discussing the process of developing this application:

RAG and Streamlit Chatbot: Chat with Documents Using LLM

About

This repo demonstrates the development of Retrieval Augmented Generation (RAG).


Languages

Language:Jupyter Notebook 92.4%Language:Python 7.6%