// [→arcrun embed 模組] 手動 embedding 管理(embedAndStore / getVector / deleteVector) // 已移出插件:embedding / Vectorize 屬基本盤的 optional embed 模組,不是 graph 插件職責。 // // 鐵律:插件零 SQL / 零 D1 / 零 Vectorize。此檔不再持有任何向量邏輯。 // 保留薄殼 stub 以維持匯出相容;呼叫端(route)應改打基本盤 embed 模組,或停用此端點。 const NOT_IN_PLUGIN = 'embedding 屬基本盤 optional embed 模組([→arcrun embed 模組]),不在 graph 插件實作'; export function embedNotSupported(): never { throw new Error(NOT_IN_PLUGIN); }