This repo contains code of projects around RAG
Projects:
- RAG from Scratch - Leisure activity recommendation bot built using RAG from Scratch with ollama (LLAMA2) running locally.
- Content-based Q & A chatbot using RAG and LLAMA2 running locally - Get content from any website, parse it and use it for your chatbot powered by llama2.
- Chat with a webpage using local llama3 and RAG - A web-based chat application that helps to chat with any webpage using local llama3 and RAG. Developed using Streamlit, ollama and langchain_community.