Skip to main content

RAG

Build retrieval-augmented generation pipelines — ingest documents, split them, embed them, and retrieve them to ground LLM responses.

📄️ Open Knowledge Format (OKF)

Open Knowledge Format (OKF v0.1) is Google's vendor-neutral, low-tech format for the curated knowledge agents need: a directory tree of Markdown files, one per concept (a dataset, table, metric, ...). Each file is YAML frontmatter (type required; title, description, resource, tags, timestamp optional) plus a Markdown body, and concepts cross-link via ordinary relative Markdown links — so a bundle is effectively a knowledge graph on disk. SynapseKit reads OKF bundles with a loader, and — because the cross-links are already explicit and canonical — maps them straight onto a WorldModel graph with no lossy LLM/heuristic extraction.