Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.24 KB

README.md

File metadata and controls

68 lines (46 loc) · 1.24 KB

GraphRAG WebUI

A web interface for GraphRAG.

Requirements

Install Docker & Docker Compose

sudo apt update -y
sudo snap install docker
sudo apt install docker-compose -y

Set Authentication (Optional)

If you want to set authentication, copy and set your config.yaml:

cp config.yaml.example config.yaml

Start App

bash start.sh

When the applications are started, you will have access to 3 URLs:

Update GraphRAG WebUI

bash update.sh

Make App as system Service

If you want to make the app as your service, run:

bash service.sh

Deploy to production environment

Before deploying the applications, run:

az login

Deploy API

bash deploy_api.sh