Skip to content

Commit e30596d

Browse files
authored
chore: Updated note on ordering (#39)
1 parent 06f708c commit e30596d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/document-ids.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ as it allows you to change the document without changing the ID.
5454

5555
!!! tip "Predictable Ordering"
5656

57-
UUIDs especially v4 are not lexicographically sortable. In its current version (0.4.x-0.5.0) Chroma orders responses
58-
of `get()` by the ID of the documents. Therefore, if you need predictable ordering, you may want to consider a different ID strategy.
57+
UUIDs especially v4 are not lexicographically sortable. In its current version (0.4.x-0.5.10) Chroma orders responses
58+
of `get()` by the ID of the documents. Therefore, if you need predictable ordering, you may want to consider a different ID strategy. In version `0.5.11` ordering is done on [internal IDs](https://docs.trychroma.com/deployment/migration#v0.5.11)
5959

6060
!!! tip "Storage and Performance Overhead"
6161

0 commit comments

Comments
 (0)