Skip to content

Commit

Permalink
[RELEASE] 0.5.9 (#2857)
Browse files Browse the repository at this point in the history
Release Chroma v0.5.9
  • Loading branch information
itaismith authored Sep 25, 2024
1 parent c515df8 commit d7f8b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chromadb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

__settings = Settings()

__version__ = "0.5.7"
__version__ = "0.5.9"


# Workaround to deal with Colab's old sqlite3 version
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.trychroma.com/pages/deployment/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We will aim to provide:

## Migration Log

### v0.6.0
### v0.5.9

The results returned by `collection.get()` is now ordered by internal ids. Whereas previously, the results were ordered by user provided ids, although this behavior was not explicitly documented. We would like to make the change because using user provided ids may not be ideal for performance in hosted Chroma, and we hope to propagate the change to local Chroma for consistency of behavior. In general, newer documents in Chroma has larger internal ids.

Expand Down

0 comments on commit d7f8b67

Please sign in to comment.