Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/memory / / EmbeddedWriteOptions
Interface: EmbeddedWriteOptions
Defined in: packages/memory/src/internal/storage-adapter.ts:36
Stable
Shape of the embedding payload threaded through the optional embedded write helpers exposed by adapters such as @graphorin/store-sqlite. Matches the storage adapter's SqliteMemoryWriteOptions byte-for-byte but is declared structurally here so @graphorin/memory does not import the storage package directly.