Skip to content

alimurtzaa/RAG-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 RAG Chatbot

A Retrieval-Augmented Generation (RAG) chatbot built with FastAPI (backend API) and Streamlit (frontend UI).
This chatbot allows you to upload documents, process them into embeddings, and ask questions to get accurate, context-aware answers.


πŸš€ Features

  • πŸ“‚ Upload PDF/DOCX/Text documents
  • πŸ”Ž Vector-based document retrieval using embeddings
  • πŸ’¬ Chat with your documents in real time
  • ⚑ FastAPI backend for serving the RAG pipeline
  • 🎨 Streamlit frontend for interactive UI

πŸ—οΈ Tech Stack

  • Python 3.10+
  • FastAPI β†’ Backend REST API
  • Streamlit β†’ Frontend UI
  • LangChain / Chroma β†’ Vector DB for retrieval
  • OpenAI β†’ LLM for response generation

Example Workflow

  • Start FastAPI server
  • Open Streamlit app
  • Upload a document (PDF/DOCX/TXT)
  • Ask questions about the uploaded doc
  • Get contextual answers from your LLM πŸŽ‰

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages