Skip to content

Commit 98a82b0

Browse files
authored
docs: chroma env variables (#367)
1 parent 7db72b6 commit 98a82b0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/great-students-appear.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-llama": patch
3+
---
4+
5+
docs: chroma env variables

helpers/env-variables.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,11 @@ const getVectorDBEnvs = (
182182
},
183183
{
184184
name: "CHROMA_HOST",
185-
description: "The API endpoint for your Chroma database",
185+
description: "The hostname for your Chroma database. Eg: localhost",
186186
},
187187
{
188188
name: "CHROMA_PORT",
189-
description: "The port for your Chroma database",
189+
description: "The port for your Chroma database. Eg: 8000",
190190
},
191191
];
192192
// TS Version doesn't support config local storage path

0 commit comments

Comments
 (0)