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

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

parent 1e3c05c4
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ const createEnvLocalFile = async ( ...@@ -42,6 +42,7 @@ const createEnvLocalFile = async (
switch (opts?.vectorDb) { switch (opts?.vectorDb) {
case "mongo": { case "mongo": {
content += `# For generating a connection URI, see https://www.mongodb.com/docs/guides/atlas/connection-string\n`;
content += `MONGO_URI=\n`; content += `MONGO_URI=\n`;
content += `MONGODB_DATABASE=\n`; content += `MONGODB_DATABASE=\n`;
content += `MONGODB_VECTORS=\n`; content += `MONGODB_VECTORS=\n`;
......
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