Vertex AI Workspace for Terpedia
Set up a Workbench, ask questions, and generate reports with Gemini on Google Cloud.
Setup & launch a Workspace
Use a Vertex AI Workbench (Jupyter) instance in your GCP project, then run the Alembic client inside it.
-
Create a Workbench instance (if you don’t have one):
Open Vertex AI Workbench → Instances
and click Create new, or run:
gcloud workbench instances create terpedia-workbench \ --project=YOUR_PROJECT_ID \ --location=us-central1-b \ --vm-image-project=cloud-notebooks-managed \ --vm-image-family=workbench-instances \ --machine-type=n1-standard-4 - Open JupyterLab from the instance row (Open JupyterLab) in the console.
-
In a JupyterLab terminal, clone and install Alembic:
git clone https://github.com/Terpedia/alembic.git cd alembic pip install -r requirements.txt pip install -e . -
Set
GOOGLE_CLOUD_PROJECTin the notebook (or in a.envfile inalembic/), then use the client or CLI (see below).
Ask questions & write reports
Enter a question or report topic. You can run the generated command in your Workbench terminal, or (if configured) use an API endpoint.