✅ Running locally

  1. Install dependencies: pip install -r requirements.txt

  2. Run ingest.py to ingest the content from the links into the vectorstore (only needs to be done once).

  3. Run the app: make start

  4. Open localhost:9000 in your browser.

setting up the Openai key

  • Run this in your terminal

    export OPENAI_API_KEY=<your_api_key>