Skip to content

An AI-powered chatbot that leverages RAG (Retrieval-Augmented Generation) to answer your questions based on the content of uploaded PDFs

Notifications You must be signed in to change notification settings

Balaji-R-05/askdocs-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AskDocs AI: AI-Powered PDF Q&A Bot

AskDocs AI is an AI-powered chatbot that leverages RAG (Retrieval-Augmented Generation) to answer your questions based on the content of uploaded PDFs.

Demo 1

Demo 2

Tech Stack

  • Python
  • Langchain
  • ChromaDB
  • Streamlit
  • Groq cloud

Setup Instruction

python -m venv venv
venv\Scripts\activate # Windows
source venv/bin/activate # macOS/Linux
pip install -r requirements.txt
streamlit run main.py

About

An AI-powered chatbot that leverages RAG (Retrieval-Augmented Generation) to answer your questions based on the content of uploaded PDFs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages