TurboCore × Worksoft

Turn Certify exports
into a knowledge graph.

checking…

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.

01
Backup
Full neo4j-admin dump plus an artifact snapshot — the rollback point.
02
Rebuild
Flatten → LLM enrich → embed → load Processes, Steps, TCodes, Variables.
03
Validate
Required labels non-empty, invariants hold, counts sane.
04
Promote or roll back
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_provider llm_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.