-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Adding installation from a PR branch to install options
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,16 @@ The core Chroma package installs the full Chroma version which can be uses for l | |
```bash | ||
pip install git+https://github.com/chroma-core/[email protected] | ||
``` | ||
|
||
|
||
=== "From PR Branch" | ||
|
||
It is sometimes useful to install a version of Chroma that has still some unrelease functionality. Like a PR that either fixes a bug or brings | ||
in a new functionality you may need. To test such unreleased code it is possible to install directly from GH PR branch. | ||
|
||
```bash | ||
pip install git+https://github.com/chroma-core/chroma.git@<branch_name> | ||
``` | ||
|
||
|
||
## ChromaDB Python Client | ||
|
||
|