Playground¶
Local only
The Apogee documentation platform bundles a JupyterHub container for local use. It is not part of this public site — run it on your own machine.
Run the notebooks locally¶
Then open http://localhost:8080/jupyter/ and sign in:
- User:
demo(oralice/bob) - Password:
apogee
JupyterLab opens with the Apogee modules (apogee-core, apogee-ai-rag, …)
pre-mounted at /srv/apogee/modules/ and already on PYTHONPATH. Ready-to-run
notebooks live at /srv/apogee/app-tests-docs/globaltrust-bank/notebooks/.
Quick smoke test¶
Open a new Python 3 notebook and paste:
If this prints the list of supported RAG variants, your environment is ready.
Why a server, not WASM?¶
apogee-ai-rag depends on native drivers for Postgres/pgvector, MongoDB, Qdrant, FAISS, etc. WASM-based notebooks (JupyterLite/Pyodide) cannot run those, so the local platform uses a real JupyterHub container.
Read next¶
- Quickstart
- The example project globaltrust-bank (under construction) ships with five executable notebooks.