- git clone https://github.com/AllAboutAI-YT/easy-local-rag.git
- cd dir
- pip install -r requirements.txt
- Install Ollama (https://ollama.com/download)
- run upload.py (pdf, .txt, JSON)
- run localrag.py
https://www.youtube.com/c/AllAboutAI
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
Ollama is an open-source platform that simplifies the process of running powerful LLMs locally on your own machine, giving users more control and flexibility in their AI projects. https://www.ollama.com