Screen.Recording.2024-08-04.at.21.06.20.1.mp4
python3 -m venv venv_rag
source venv_rag/bin/activate
pip install -r requirements.txt
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