Skip to main content

Module portability

Module portability 

Source
Expand description

KG export / import — portable JSON archive for namespace-scoped knowledge graphs.

Embeddings are excluded (regenerable from text + model). Edges are collected by querying all entity IDs in the namespace first, then fetching incident edges.

Structs§

ExportedEdge
A directed edge record in the portable archive.
ExportedEntity
An entity record in the portable archive.
ImportSummary
Outcome of a successful import operation.
KgArchive
Portable JSON archive of a namespace-scoped knowledge graph.