Skip to content
Snippets Groups Projects
Commit 4b98759a authored by Marcus Schiesser's avatar Marcus Schiesser Committed by GitHub
Browse files

Update packages/create-llama/templates/index.ts

parent ed85da77
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ const createEnvLocalFile = async (
switch (opts?.vectorDb) {
case "mongo": {
content += `# For generating a connection URI, see https://www.mongodb.com/docs/guides/atlas/connection-string\n`;
content += `MONGO_URI=\n`;
content += `MONGODB_DATABASE=\n`;
content += `MONGODB_VECTORS=\n`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment