KnowledgeRelationship
@forge/monorepo / backend/src / KnowledgeRelationship
Type Alias: KnowledgeRelationship
KnowledgeRelationship =
object
Defined in: backend/src/persistence/index.ts:1605
Properties
description?
readonlyoptionaldescription?:string
Defined in: backend/src/persistence/index.ts:1611
fromId
readonlyfromId:string
Defined in: backend/src/persistence/index.ts:1608
id
readonlyid:string
Defined in: backend/src/persistence/index.ts:1607
Deterministic: fromId|type|toId.
provenance
readonlyprovenance: readonlystring[]
Defined in: backend/src/persistence/index.ts:1615
Chunk ids this edge was extracted from, sorted. Never empty.
toId
readonlytoId:string
Defined in: backend/src/persistence/index.ts:1609
type
readonlytype:string
Defined in: backend/src/persistence/index.ts:1610
weight
readonlyweight:number
Defined in: backend/src/persistence/index.ts:1613
How many chunks asserted this edge. The obvious traversal ordering, and it needs no calibration.