Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/memory / / MigrationRow
Interface: MigrationRow
Defined in: packages/memory/src/migration/embedder-migration.ts:152
Single row exposed to the migration runner. The runner re-embeds text with the target embedder; the storage adapter is responsible for committing the new vector + updating embedder_id.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
id | readonly | string | packages/memory/src/migration/embedder-migration.ts:153 |
text | readonly | string | packages/memory/src/migration/embedder-migration.ts:154 |
write | readonly | (vector) => Promise<void> | packages/memory/src/migration/embedder-migration.ts:155 |