Skip to content

Commit

Permalink
Generate en docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Nov 28, 2024
1 parent 7483875 commit 325c399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ collection.search(
</svg>
</button></h2><p>When using GPU indexes, be aware of certain constraints:</p>
<ul>
<li><p>For <strong>GPU_IVF_FLAT</strong>, the maximum value for <strong>limit</strong> is 256.</p></li>
<li><p>For <strong>GPU_IVF_FLAT</strong>, the maximum value for <strong>limit</strong> is 1024.</p></li>
<li><p>For <strong>GPU_IVF_PQ</strong> and <strong>GPU_CAGRA</strong>, the maximum value for <strong>limit</strong> is 1024.</p></li>
<li><p>While there is no set limit for <strong>limit</strong> on <strong>GPU_BRUTE_FORCE</strong>, it is recommended not to exceed 4096 to avoid potential performance issues.</p></li>
<li><p>Currently, GPU indexes do not support COSINE distance. If COSINE distance is required, data should be normalized first, and then inner product (IP) distance can be used as a substitute.</p></li>
Expand Down

0 comments on commit 325c399

Please sign in to comment.