Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH]: Support for host option in CLI run command (default: `localhos…
…t`) (#1262) ## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Added `--host <hostname/ip>` option to `run` command with default `localhost` (which works for the user's local preferred IP stack) - Made the CLI start on localhost by default (this is a more secure option than 0.0.0.0) - `chroma run --host 0.0.0.0` will now also print the correct hostname at startup - `Connect to chroma at: http://0.0.0.0:8000` - Removed unused chroma_data dir (committed by mistake) ## Test plan *How are these changes tested?* - [ ] Tests pass locally with `pytest` for python ## Documentation Changes @jeffchuber, should we have a dedicated page for the CLI (granted, it will grow in functionality)?
- Loading branch information