You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CLN] Pass Chroma API key via env var for chroma-load-start (#4469)
## Description of changes
This change updates chroma-load-start to read the APi key from the
environment. It is a bit more secure than passing the API key via the
process arguments, which is potentially readable by other processes on
the system.
## Test plan
Tested locally via tilt.
0 commit comments