Upload a ZIP of raw Worksoft Certify exports. The pipeline takes a full Neo4j backup,
flattens every script, enriches it with an LLM, generates embeddings, loads the result,
and validates it — then promotes the new graph or rolls the whole thing back.
The call is synchronous and can run for minutes; the summary comes back when the graph
is safe either way.
Maintenance break
You're not signed in
This console reads and rebuilds the TurboCore knowledge graph, so it
needs a TurboCore session. Sign in with your usual account, then come back to this page.
Anything fails and the previous graph is restored untouched.
Build the graph
Upload a full Worksoft Certify export as a .zip
and the entire graph is rebuilt from it — backed up first, validated after, promoted only if it
checks out. Only one build can run at a time.
Create the KGPOST /regenerate
Drop a ZIP here, or click to choose
A raw Worksoft Certify export — the folder tree with its Manifest.txt, zipped. Only .zip is accepted.
Run LLM enrichment enrich
Generate business descriptions and classifications for every process. Needs a configured LLM provider. Turn off for a fast structural-only build.
Enrichment model llm_providerllm_model
Which LLM writes the enrichment. Only providers configured in the server's environment are selectable.
Regenerate embeddings regenerate_embeddings
Rebuild p.embedding and the vector index for semantic search. Needs OPENAI_API_KEY.
Enrichment concurrency enrich_concurrency
Parallel LLM calls during enrichment. Higher is faster until you hit rate limits.
Replaces the entire graph. A full backup is taken first, and a failed run rolls back to it. Expect minutes with enrichment on — keep this tab open.