Skip to content
Snippets Groups Projects
Commit 0914d6ec authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

fix(create-llama): component choice (#377)

parent c778e450
Branches
Tags
No related merge requests found
......@@ -40,7 +40,7 @@ const getVectorDbChoices = (framework: TemplateFramework) => {
];
const vectodbLang = framework === "fastapi" ? "python" : "typescript";
const compPath = path.join(__dirname, "components");
const compPath = path.join(__dirname, "..", "templates", "components");
const vectordbPath = path.join(compPath, "vectordbs", vectodbLang);
const availableChoices = fs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment