""" ## 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` """