This is a simple chatbot for all your pdfs.
- Multiple pdf query bot.
- Compatible with OpenAI and Open Source (LLMs,Embeddings)
- Responsive WebApp UI.
- Input using direct file system, drive links or webpages
- Uses webscraping (beautiful soup) to parse HTML and extract text from URLs
Clone the project
  git clone https://github.com/krishij03/docQA.gitGo to the project directory
  cd docQAInstall dependencies
  pip install -r requirements.txtStart the server
  streamlit run bot.py