Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 554 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 554 Bytes

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