From 4b98759a375019fcc4742d54f8125a8ab249cb7e Mon Sep 17 00:00:00 2001 From: Marcus Schiesser <mail@marcusschiesser.de> Date: Thu, 28 Dec 2023 15:12:03 +0800 Subject: [PATCH] Update packages/create-llama/templates/index.ts --- templates/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/index.ts b/templates/index.ts index 169dd2ec..1165c946 100644 --- a/templates/index.ts +++ b/templates/index.ts @@ -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`; -- GitLab