Reorganize modules into layered directories

This commit is contained in:
Youzini-afk
2026-04-08 01:17:47 +08:00
parent 59942541ea
commit feec17f3e3
90 changed files with 284 additions and 219 deletions

View File

@@ -6,7 +6,7 @@ import vm from "node:vm";
async function loadVectorHelpers() {
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const sourcePath = path.resolve(__dirname, "../vector-index.js");
const sourcePath = path.resolve(__dirname, "../vector/vector-index.js");
const source = await fs.readFile(sourcePath, "utf8");
const pieces = [