Skip to content

Commit

Permalink
deploy: e30596d
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Oct 14, 2024
1 parent 80bf6dc commit d1dfba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions core/document-ids/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2327,8 +2327,8 @@ <h3 id="uuids">UUIDs<a class="headerlink" href="#uuids" title="Permanent link">&
<h4 id="caveats">Caveats<a class="headerlink" href="#caveats" title="Permanent link">&para;</a></h4>
<div class="admonition tip">
<p class="admonition-title">Predictable Ordering</p>
<p>UUIDs especially v4 are not lexicographically sortable. In its current version (0.4.x-0.5.0) Chroma orders responses
of <code>get()</code> by the ID of the documents. Therefore, if you need predictable ordering, you may want to consider a different ID strategy.</p>
<p>UUIDs especially v4 are not lexicographically sortable. In its current version (0.4.x-0.5.10) Chroma orders responses
of <code>get()</code> by the ID of the documents. Therefore, if you need predictable ordering, you may want to consider a different ID strategy. In version <code>0.5.11</code> ordering is done on <a href="https://docs.trychroma.com/deployment/migration#v0.5.11">internal IDs</a></p>
</div>
<div class="admonition tip">
<p class="admonition-title">Storage and Performance Overhead</p>
Expand Down Expand Up @@ -2508,7 +2508,7 @@ <h2 id="semantic-strategies">Semantic Strategies<a class="headerlink" href="#sem
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 31, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 14, 2024</span>
</span>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit d1dfba5

Please sign in to comment.