- Clone the repo
- cd directory
- python3 -m venv myvenv
- source myvenv/bin/activate
- pip install -r requirements.txt
- Install Ollama (https://ollama.com/download)
- run localrag.py
https://www.youtube.com/shorts/AzEl4ZuTF5Q
RAG is a way to enhance the capabilities of LLMs by combining their powerful language understanding with targeted retrieval of relevant information from external sources often with using embeddings in vector databases, leading to more accurate, trustworthy, and versatile AI-powered applications