You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,8 +95,7 @@ Specifically, this repo may be for you if:
95
95
-**Python API + GUI Server** (`server.py`) — FastAPI app that serves the public API and the page-render endpoints used by gooey-gui.
96
96
-**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.
97
97
-**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).
0 commit comments