Fix panel dependency host import depth

This commit is contained in:
Youzini-afk
2026-04-08 02:04:33 +08:00
parent 06fb2ce530
commit 9471d66c23
3 changed files with 3 additions and 3 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";