From b16419ad3e355e96ad0b2c982006d94809c41a16 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 --- packages/create-llama/templates/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/create-llama/templates/index.ts b/packages/create-llama/templates/index.ts index 169dd2ec6..1165c9467 100644 --- a/packages/create-llama/templates/index.ts +++ b/packages/create-llama/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