Expand description
KG import/export format adapters. See docs/protocol.md for the
full pipeline description, parse strategy notes, and deferred format list.
Structs§
- Edge
Record - Edge record shape produced by format adapters. Deserialization rejects non-finite weights.
- Entity
Record - Entity record shape produced by format adapters.
- Json
Format Adapter - A
FormatAdapterthat parses a JSON array of objects.
Enums§
- Adapter
Error - An error produced by a format adapter.
Constants§
- PHAS
E0_ FORMATS - Phase P0: format names accepted by the v0.5 adapter registry.
Traits§
- Format
Adapter - A format adapter for the KG import pipeline.