Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Create Llama
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
run-llama
Create Llama
Commits
98a82b0b
Unverified
Commit
98a82b0b
authored
5 months ago
by
Thuc Pham
Committed by
GitHub
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: chroma env variables (#367)
parent
7db72b6f
No related branches found
Branches containing commit
Tags
v0.1.24
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.changeset/great-students-appear.md
+5
-0
5 additions, 0 deletions
.changeset/great-students-appear.md
helpers/env-variables.ts
+2
-2
2 additions, 2 deletions
helpers/env-variables.ts
with
7 additions
and
2 deletions
.changeset/great-students-appear.md
0 → 100644
+
5
−
0
View file @
98a82b0b
---
"
create-llama"
:
patch
---
docs: chroma env variables
This diff is collapsed.
Click to expand it.
helpers/env-variables.ts
+
2
−
2
View file @
98a82b0b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment