A web interface for GraphRAG.
Our team members:
To deploy and run this solution, the following resources need to be activated:
- 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 2 URLs:
- Management App: http://localhost:9000/
- API Documentation: http://localhost:9000/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
You need copy env file and update first.
cp .env.example .env
Deploy API:
bash deploy_api.sh