Skip to content

Commit

Permalink
chore: Added target path tip in CLI run
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed May 23, 2024
1 parent 151f062 commit 691d455
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/running/running-chroma.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ expose it to your entire network then you can specify `0.0.0.0``

`--path` The path where to persist your Chroma data locally.

!!! tip "Target Path Install"

It is possible to install Chroma in a specific directory by running `pip install chromadb -t /path/to/dir`.
To run Chroma CLI from the installation dir expor the Python Path `export PYTHONPATH=$PYTHONPATH:/path/to/dir`.

### Docker

Running Chroma server locally can be achieved via a simple docker command as shown below.
Expand Down

0 comments on commit 691d455

Please sign in to comment.