Skip to content

Commit b122892

Browse files
authored
chore: Remove the obsolete retrieval service (#543)
This PR also simplifies github workflow configs. > [!NOTE] > We would be restoring scripts like `run_generate_embeddings.py`, `models/`, etc. in #546. In a future PR, we would also reimplementing data initialization/export scripts using Toolbox
1 parent 4fcb5ae commit b122892

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2
-15671
lines changed

.github/sync-repo-settings.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ branchProtectionRules:
2929
requiresStrictStatusChecks: true
3030
requiredStatusCheckContexts:
3131
- "cla/google"
32-
- "retrieval_service"
3332
- "llm_demo"
34-
- "retrieval-service-app-pr (retrieval-app-testing)"
35-
- "retrieval-service-postgres-pr (retrieval-app-testing)"
36-
- "retrieval-service-alloydb-pr (retrieval-app-testing)"
37-
- "retrieval-service-cloudsql-pg-pr (retrieval-app-testing)"
3833
- "llm-demo-langgraph-pr (retrieval-app-testing)"
3934
# Set team access
4035
permissionRules:

.github/workflows/lint.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,8 @@ permissions: read-all
3030

3131
jobs:
3232
integration:
33-
name: ${{ matrix.dir }}
33+
name: Cymbal Air
3434
runs-on: ubuntu-latest
35-
strategy:
36-
matrix:
37-
dir: [retrieval_service]
38-
fail-fast: false
3935
permissions:
4036
contents: read
4137
id-token: write
@@ -51,11 +47,9 @@ jobs:
5147
python-version: "3.11"
5248

5349
- name: Install requirements
54-
working-directory: ${{ matrix.dir }}
5550
run: pip install -r requirements.txt -r requirements-test.txt
5651

5752
- name: Run lints
58-
working-directory: ${{ matrix.dir }}
5953
run: |
6054
black --check .
6155
isort --check .

.github/workflows/lint_fallback.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ on:
2121

2222
jobs:
2323
integration:
24-
name: ${{ matrix.dir }}
24+
name: Cymbal Air
2525
runs-on: ubuntu-latest
26-
strategy:
27-
matrix:
28-
dir: [retrieval_service]
2926
permissions:
3027
contents: none
3128

retrieval_service/Dockerfile

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

retrieval_service/alloydb.tests.cloudbuild.yaml

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

retrieval_service/app.tests.cloudbuild.yaml

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

retrieval_service/app/__init__.py

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

retrieval_service/app/app.py

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

0 commit comments

Comments
 (0)