Skip to content

Commit 4e38d2e

Browse files
committed
README: add architecture
1 parent 1a2422b commit 4e38d2e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ Specifically, this repo may be for you if:
9595
- **Python API + GUI Server** (`server.py`) — FastAPI app that serves the public API and the page-render endpoints used by gooey-gui.
9696
- **Celery Workers** (`celeryapp/`) — run the actual recipes: consume jobs from RabbitMQ, call the GenAI providers, save results to Postgres, and publish progress updates to Redis.
9797
- **Django Admin** (`gooeysite/`) — admin UI over the same Postgres database.
98-
- Both the API server and the workers talk directly to Postgres (app data), Redis (cache + realtime pub/sub), and Vespa (vector + full-text search for the doc search / RAG features).
99-
- File uploads are stored in cloud storage (GCS), and the Functions recipe executes user-supplied JavaScript on a sandboxed Deno runtime (see the Functions runtime section below).
98+
- Services talk directly to Postgres (app data), Redis (cache + realtime pub/sub), and Vespa (vector + full-text search for the doc search / RAG features).
10099

101100
## 📋 Setup
102101

0 commit comments

Comments
 (0)