Skip to content

This a RAG Application where you can upload you documents and select model and start chatting with it

Notifications You must be signed in to change notification settings

shrijayan/simple_rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

Screen.Recording.2024-08-04.at.21.06.20.1.mp4

Setup

python3 -m venv venv_rag
source venv_rag/bin/activate
pip install -r requirements.txt

Inatall Ollama - in their Website

After installing

ollama pull llama3.1

(^ Run above only for the first time)

(⌄ Run below only for the rest of the times)

source venv_rag/bin/activate
python src/app.py

This is for a RAG Application Template

You can choose Home Model Database

Where in Model you can choose the model

Need to add Guard

About

This a RAG Application where you can upload you documents and select model and start chatting with it

Resources

Stars

Watchers

Forks

Packages

No packages published