Skip to content
Snippets Groups Projects
Unverified Commit 98a82b0b authored by Thuc Pham's avatar Thuc Pham Committed by GitHub
Browse files

docs: chroma env variables (#367)

parent 7db72b6f
No related branches found
Tags v0.1.24
No related merge requests found
---
"create-llama": patch
---
docs: chroma env variables
......@@ -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
......
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