Skip to content

Commit

Permalink
[RELEASE] 0.5.10 (#2862)
Browse files Browse the repository at this point in the history
Release version 0.5.10
  • Loading branch information
itaismith authored Sep 26, 2024
1 parent d7f8b67 commit 07c7cdc
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.9"
__version__ = "0.5.10"


# 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.5.9
### v0.5.10

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 07c7cdc

Please sign in to comment.