Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 512 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 512 Bytes
title emoji colorFrom colorTo sdk pinned license
DeployProductionRAG
📉
blue
purple
docker
false
apache-2.0

Creating a ChatWithYourPDF App using Chainlit and LangChain!

Launching the Chainlit Application Locally

  1. git clone ... this repository
  2. pip install -r requirements.txt in whatever virtual environment you prefer
  3. Create or modify the .env.example -> .env and enter your OpenAI API key
  4. Navigate to the root of your local repository and run: chainlit run app.py