Skip to content

Retrieval-Augmented Generation (RAG) powered QnA app in Python using Hugging Face models and FAISS.

License

Notifications You must be signed in to change notification settings

anushi2511/RAG-QnA-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Powered RAG-Based Question Answering System

A simple Retrieval-Augmented Generation (RAG) Question Answering system built in Python with a Streamlit web app interface.
It retrieves relevant context from a document database using FAISS and generates accurate answers using a language model (Hugging Face).

Features

  • Load your documents.
  • Retrieve relevant context for each query.
  • Generate answers using a connected LLM.
  • Fast search with FAISS vector store.
  • Easy to customize for different datasets.
  • User-friendly Streamlit web interface.

Tech Stack

  • Python
  • Streamlit for the web app
  • FAISS for vector search
  • LangChain for orchestration
  • Hugging Face API for LLM integration

License

MIT License

About

Retrieval-Augmented Generation (RAG) powered QnA app in Python using Hugging Face models and FAISS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages