innoSageAgentOne / README.md
Asaad Almutareb
added missing strings in README for hf space
e6e6dc8
|
raw
history blame
No virus
548 Bytes
---
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