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§
- Exported
Edge - A directed edge record in the portable archive.
- Exported
Entity - An entity record in the portable archive.
- Import
Summary - Outcome of a successful import operation.
- KgArchive
- Portable JSON archive of a namespace-scoped knowledge graph.