Skip to content

KarthikaRajagopal44/RAG-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

RAG-Chatbot

RAG Chatbot Demo πŸš€

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!)


πŸ›  How It Works

  1. Embedding Model: mixedbread-ai/mxbai-embed-large-v1

    • Converts text into dense vector embeddings.
  2. Dataset: KarthikaRajagopal/wikipedia-2

    • Wikipedia-based dataset used for retrieval.
  3. FAISS Indexing: FAISS Documentation

    • Speeds up similarity search for document retrieval.
  4. Chatbot Model: Meta-Llama-3-8B-Instruct

    • Generates responses based on retrieved documents.

πŸš€ Running the Chatbot Locally

Clone this repository and install dependencies:

git clone https://github.com/KarthikaRajagopal44/RAG-Chatbot.git
cd RAG_Chatbot
pip install -r requirements.txt

About

RAG Chatbot using FAISS for efficient document retrieval and LLM-based response generation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published