refactor(memory): remove duplicate embedding input facade · openclaw/openclaw@c149d21
vincentkoc
·
2026-06-22
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +import type { EmbeddingInput } from "../../packages/memory-host-sdk/src/engine-embeddings.js"; |
1 | 2 | // Resolves plugin-provided memory embedding providers from config and registry. |
2 | 3 | import type { OpenClawConfig } from "../config/types.openclaw.js"; |
3 | 4 | import type { SecretInput } from "../config/types.secrets.js"; |
4 | | -import type { EmbeddingInput } from "../memory-host-sdk/host/embedding-inputs.js"; |
5 | 5 | |
6 | 6 | /** Chunk submitted to memory embedding batch processing. */ |
7 | 7 | export type MemoryEmbeddingBatchChunk = { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。