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

fix: path to typescript folder

parent 980038c7
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