--- title: {{title}} emoji: {{emoji}} colorFrom: {{colorFrom}} colorTo: {{colorTo}} sdk: docker sdk_version: "{{sdkVersion}}" app_file: main.py pinned: false --- # FastAPI Backend for InnovationPathfinderAI GenAI Research Assistant for Innovation Labs ## Getting Started To get started 1. install requirements: `install -r requirements.txt` 2. copy example.env to .env and add your API keys and variables 3. run uvicron: `uvicorn app.main:app` ## ToDo we are testing replacing the sentence-transformers with GPT4All's Embed4All Code still need to be cleaned