Fix host import paths after directory reorganization

This commit is contained in:
Youzini-afk
2026-04-08 01:35:37 +08:00
parent 16eb24c5cd
commit 3be915ba7a
17 changed files with 71 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
// ST-BME: 向量模式、后端索引与直连兜底
import { getRequestHeaders } from "../../../../script.js";
import { getRequestHeaders } from "../../../../../script.js";
import { embedBatch, embedText, searchSimilar } from "./embedding.js";
import { getActiveNodes } from "../graph/graph.js";
import { describeMemoryScope, normalizeMemoryScope } from "../graph/memory-scope.js";