docs: generalize world definition to be data-model agnostic - #98
Open
EthanThatOneKid wants to merge 1 commit into
Open
docs: generalize world definition to be data-model agnostic#98EthanThatOneKid wants to merge 1 commit into
EthanThatOneKid wants to merge 1 commit into
Conversation
The 'world' glossary entry and the opening of worlds/index defined a world as an RDF knowledge graph engine. Reframe the world contract as a stateful, synchronizable, AI-native dataset, with the RDF knowledge graph and hybrid search as Worlds' default data model — so relational stores such as Polygres qualify as worlds too. Update the style-guide terminology entry to match. Generated with Codebuff 🤖 Co-Authored-By: Codebuff <noreply@codebuff.com>
EthanThatOneKid
force-pushed
the
generalize-world-definition
branch
from
August 4, 2026 23:39
511591b to
8bd066c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The world data structure was defined as an RDF knowledge graph engine
(
glossary.mdx### world, opening ofworlds/index.mdx), which made theconcept too specific: a world should be able to be any stateful,
synchronizable, AI-native dataset — including a relational database — not only
an RDF graph.
This PR generalizes the world contract while keeping the RDF knowledge graph
(+ hybrid search) as Worlds' default data model:
glossary.mdx— theworldentry is now a stateful, versioned,synchronizable, AI-native dataset; the RDF graph + hybrid search index is
described as Worlds' default model, and the entry states the contract is
data-model agnostic (relational database or another syncable store).
worlds/index.mdx— opening paragraph reframed: a world can also bebacked by a relational database or another syncable store, without naming
specific products.
contribute/style.mdx— terminology rule for lowercase world/worldsupdated to match (knowledge graphs under the default engine; contract is
data-model agnostic).
Validation
prettier --checkpasses on all changed files.#world//glossary#worldcross-links and the#reciprocal-rank-fusion-rrfanchor are unchanged.Note
mintlify validateis network-dependent (fetches OpenAPI specs) and timed outlocally; it runs in CI.