Database Access

Use an SSH tunnel (recommended). Credentials are not shown here.

Outputs DB (Postgres)
Contains imported pipeline outputs (philosophy classification, zotero manifests, etc.).
Host: 127.0.0.1 · Port: 55433
RAG Stack DB (Postgres/pgvector)
Backs the RAG stack; includes embeddings/metadata storage.
Host: 127.0.0.1 · Port: 55432
Philosophy DB (Postgres)
Older philosophy database instance.
Host: 127.0.0.1 · Port: 5433

Typical approach from your laptop: create an SSH tunnel, then connect your GUI to localhost:<port>. Example tunnel (replace USER and SERVER): ssh -N -L 55433:127.0.0.1:55433 USER@SERVER

Back to menu →