Spaces:
Sleeping
Sleeping
metadata
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
install requirements:
install -r requirements.txt
copy example.env to .env and add your API keys and variables
run uvicron:
uvicorn app.main:app
ToDo
we are testing replacing the sentence-transformers with GPT4All's Embed4All Code still need to be cleaned