diff --git a/.changeset/great-students-appear.md b/.changeset/great-students-appear.md
new file mode 100644
index 0000000000000000000000000000000000000000..6bf0ab24fc0c2616009a205ca0af967eaefce042
--- /dev/null
+++ b/.changeset/great-students-appear.md
@@ -0,0 +1,5 @@
+---
+"create-llama": patch
+---
+
+docs: chroma env variables
diff --git a/helpers/env-variables.ts b/helpers/env-variables.ts
index 0576993c26a916b611aa374068e6918dd3af60c5..f1c23de27aae431644556bb0ea964602244ae40c 100644
--- a/helpers/env-variables.ts
+++ b/helpers/env-variables.ts
@@ -182,11 +182,11 @@ const getVectorDBEnvs = (
         },
         {
           name: "CHROMA_HOST",
-          description: "The API endpoint for your Chroma database",
+          description: "The hostname for your Chroma database. Eg: localhost",
         },
         {
           name: "CHROMA_PORT",
-          description: "The port for your Chroma database",
+          description: "The port for your Chroma database. Eg: 8000",
         },
       ];
       // TS Version doesn't support config local storage path