A web interface for GraphRAG.
- Ubuntu 24
- Docker & Docker Compose
- Azure CLI
sudo apt update -y
sudo snap install docker
sudo apt install docker-compose -y
If you want to set authentication, copy and set your config.yaml:
cp config.yaml.example config.yaml
bash start.sh
When the applications are started, you will have access to 3 URLs:
- Management App: http://localhost:9000/
- API Documentation: http://localhost:9002/docs
bash update.sh
If you want to make the app as your service, run:
bash service.sh
Before deploying the applications, run:
az login
bash deploy_api.sh