Spaces:
Sleeping
Sleeping
File size: 548 Bytes
3d7c58a e6e6dc8 3d7c58a e6e6dc8 3d7c58a 9237552 0a99a69 921a447 9237552 921a447 9237552 5d55367 921a447 9237552 921a447 9237552 5d55367 921a447 9237552 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ---
title: InnoSage Backend Agent
emoji: 🤖
colorFrom: blue
colorTo: indigo
sdk: docker
python: 3.11
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 |