Skip to content

Graphorin API reference v0.13.8


Graphorin API reference / @graphorin/store-sqlite / / SqliteEntityWithEmbedding

Interface: SqliteEntityWithEmbedding

Defined in: packages/store-sqlite/src/memory-store.ts:2172

Stable

Entity row (plus optional embedding) returned by the graph store reads.

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
createdAtreadonlystring-GraphEntity.createdAtpackages/core/dist/types/memory.d.ts
embedderIdreadonlystring | null--packages/store-sqlite/src/memory-store.ts:2174
idreadonlystring-GraphEntity.idpackages/core/dist/types/memory.d.ts
mergedInto?readonlystringCanonical pointer. undefined ⇒ this entity is itself a root. Otherwise it is the id of the surviving entity this one was merged into; single-level by construction, so mergedInto ?? id resolves the canonical id without a recursive walk.GraphEntity.mergedIntopackages/core/dist/types/memory.d.ts
namereadonlystringDisplay name as first observed (the surface form that minted it).GraphEntity.namepackages/core/dist/types/memory.d.ts
normalizedNamereadonlystringCase/space-folded key used for lexical dedup + the canonical unique index.GraphEntity.normalizedNamepackages/core/dist/types/memory.d.ts
updatedAt?readonlystring-GraphEntity.updatedAtpackages/core/dist/types/memory.d.ts
userIdreadonlystring-GraphEntity.userIdpackages/core/dist/types/memory.d.ts
vectorreadonlyFloat32Array<ArrayBufferLike> | null--packages/store-sqlite/src/memory-store.ts:2173