Skip to content

AI-Powered Document Q&A Bot Stack: Python, LangChain, OpenAI, FAISS, Streamlit, FastAPI Highlights: Upload PDF → Chunk → Vectorize → Search → Answer using GPT Shows LLM, vector DB, chatbot flow Production-quality backend with LangChain and caching

Notifications You must be signed in to change notification settings

coderRobust/doc-ai-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

""" ## AI-Powered Document Q&A Bot

Upload a PDF and ask questions. Uses LangChain, FAISS, and OpenAI.

## Run Instructions:
1. Install: `pip install -r requirements.txt`
2. Run API: `uvicorn app.main:app --reload`
3. Run Streamlit: `streamlit run streamlit_ui/app.py`

"""

About

AI-Powered Document Q&A Bot Stack: Python, LangChain, OpenAI, FAISS, Streamlit, FastAPI Highlights: Upload PDF → Chunk → Vectorize → Search → Answer using GPT Shows LLM, vector DB, chatbot flow Production-quality backend with LangChain and caching

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages