-
Notifications
You must be signed in to change notification settings - Fork 2k
[ENH] CLI - Set Chroma env variables #4711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
|
Enhance CLI: Add Chroma Environment Variable Commands to This PR introduces two new options to the Key Changes: Affected Areas: This summary was automatically generated by @propel-code-bot |
## Description of changes Adding `chroma db connect --env-file` which sets environment variables required for connecting to ChromaCloud in the `.env` file in the current directory (or create it). The `chroma db connect --env-vars` option will output to the terminal. ## Test plan Manual testing. ## Documentation Changes Included in this PR under CLI docs.
Description of changes
Adding
chroma db connect --env-filewhich sets environment variables required for connecting to ChromaCloud in the.envfile in the current directory (or create it). Thechroma db connect --env-varsoption will output to the terminal.Test plan
Manual testing.
Documentation Changes
Included in this PR under CLI docs.