Skip to content

Commit

Permalink
Remove legacy frontend (Azure-Samples#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbradley1 authored Jul 1, 2024
1 parent 3711223 commit 8cc83ff
Show file tree
Hide file tree
Showing 11 changed files with 315 additions and 1,008 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,3 @@ jobs:
context: .
file: docker/Dockerfile-backend
push: false
build-frontend:
needs: [lint-check]
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build docker image
uses: docker/build-push-action@v2
with:
context: .
file: docker/Dockerfile-frontend
push: false
18 changes: 0 additions & 18 deletions docker/Dockerfile-frontend

This file was deleted.

2 changes: 1 addition & 1 deletion docs/DEVELOPMENT-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Development is best done in a unix environment (Linux, Mac, or [Windows WSL](htt
- 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.

### Deploying GraphRAG
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.
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.

- In Azure Kubernetes Service (AKS):

Expand Down
5 changes: 0 additions & 5 deletions frontend/.streamlit/config.toml

This file was deleted.

22 changes: 0 additions & 22 deletions frontend/README.md

This file was deleted.

Loading

0 comments on commit 8cc83ff

Please sign in to comment.