Skip to content
Snippets Groups Projects
Commit 232b633a authored by thucpn's avatar thucpn Committed by Marcus Schiesser
Browse files

fix: path to typescript folder

parent f416b1f8
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,12 @@ const installTSTemplate = async ({
vectorDBFolder = vectorDb;
}
const VectorDBPath = path.join(compPath, "vectordbs", vectorDBFolder);
const VectorDBPath = path.join(
compPath,
"vectordbs",
"typescript",
vectorDBFolder,
);
relativeEngineDestPath =
framework === "nextjs"
? path.join("app", "api", "chat")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment