Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy frontend #40

Merged
merged 2 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading