--- title: Foodkit Knowledge Base emoji: 🐢 colorFrom: blue colorTo: green sdk: gradio sdk_version: 3.29.0 app_file: app.py pinned: false license: unknown --- Make sure `OPENAI_API_KEY` environment variable is set with your API key. Configure list of URLs to index in [urls.txt](urls.txt). Fetch, parse and transform the source documents to markdown using `./bin/fetch.sh`. Embed the documents using `tba`. Start the project with `python3 app.py` and navigate to `https://127.0.0.1:7860`.