Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 8cc83ff

Browse files
authored
Remove legacy frontend (#40)
1 parent 3711223 commit 8cc83ff

File tree

11 files changed

+315
-1008
lines changed

11 files changed

+315
-1008
lines changed

.github/workflows/dev.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,3 @@ jobs:
5252
context: .
5353
file: docker/Dockerfile-backend
5454
push: false
55-
build-frontend:
56-
needs: [lint-check]
57-
runs-on: ubuntu-latest
58-
if: ${{ !github.event.pull_request.draft }}
59-
steps:
60-
- name: Checkout repository
61-
uses: actions/checkout@v4
62-
- name: Build docker image
63-
uses: docker/build-push-action@v2
64-
with:
65-
context: .
66-
file: docker/Dockerfile-frontend
67-
push: false

docker/Dockerfile-frontend

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/DEVELOPMENT-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Development is best done in a unix environment (Linux, Mac, or [Windows WSL](htt
4242
- Most dependencies (packages or tools) should be added to the environment through the Dockerfile. This allows us to maintain a consistent development enviornment. If you need a tool added, please make the appropriate changes to the Dockerfile and submit a Pull Request.
4343

4444
### Deploying GraphRAG
45-
The GraphRAG service consist of two components (a `backend` application and a `frontend` application). GraphRAG can be launched in multiple ways depending on where in the application stack you are developing and debugging.
45+
The GraphRAG service consist of two components - a `backend` application and a `frontend` UI application (coming soon). GraphRAG can be launched in multiple ways depending on where in the application stack you are developing and debugging.
4646

4747
- In Azure Kubernetes Service (AKS):
4848

frontend/.streamlit/config.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

frontend/README.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)