Connect first graph onboarding
Canonical repo copy: docs/connect-first-graph-onboarding.md — same operational steps; update that file first, then keep this page aligned.
Goal: Build your first knowledge graph in Restormel Connect using Surreal Cloud, two model capabilities (chat + embedding), the starter philosophy corpus, and Graph Designer — then run ingest and browse the result at
/keys/dashboard/claims.Start from the expandable guide on the dashboard Home or follow the phases below.
Phases
- Surreal Cloud — create an instance, paste your connection string on Ingest flow → Graph store.
- AI keys & routes — add Connections, then publish chat and embedding ingestion routes on Ingest routes.
- Starter corpus — load three demo documents on Ingest flow → Sources.
- Describe schema — use Graph Designer on Ingest flow → Domain with the suggested first-graph intent.
- First ingest — start a run on Ingest flow → Review & launch (requires
CONNECT_INGEST_WORKER_MODE=fullon the worker). - Explore — browse your knowledge graph.
Suggested Graph Designer intent
Extract philosophical claims and argument structure from short ethics and epistemology passages—premises, conclusions, objections, and discourse relations like supports, contradicts, and responds_to.
Embedding providers (first run)
Use OpenAI, Together, Voyage, or Vercel AI Gateway for the embedding route. Domain packs may reference other models in metadata — bind a supported provider in your published embedding route.
Related
- Connect API docs
- Verified context — what "supported" means, the five EBV states, the verification chain on every response, and how to audit a claim yourself
- Context-regression CI — gate PRs on graph quality with
keys connect eval --baseline - Keys + Testing onboarding
- Environment vocabulary