This repository contains a Retrieval-Augmented Generation (RAG) Chatbot using FAISS for efficient document retrieval and LLM-based response generation.
π Live Demo
(Click the link above to try the chatbot!)
-
Embedding Model:
mixedbread-ai/mxbai-embed-large-v1
- Converts text into dense vector embeddings.
-
Dataset:
KarthikaRajagopal/wikipedia-2
- Wikipedia-based dataset used for retrieval.
-
FAISS Indexing: FAISS Documentation
- Speeds up similarity search for document retrieval.
-
Chatbot Model:
Meta-Llama-3-8B-Instruct
- Generates responses based on retrieved documents.
Clone this repository and install dependencies:
git clone https://github.com/KarthikaRajagopal44/RAG-Chatbot.git
cd RAG_Chatbot
pip install -r requirements.txt