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

 
 
 

Contributors