Skip to content

Commit

Permalink
Release new 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 325c399 commit ef06fbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions v2.4.x/site/en/userGuide/manage-indexes/index-with-gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ collection.search(

When using GPU indexes, be aware of certain constraints:

- For __GPU_IVF_FLAT__, the maximum value for __limit__ is 256.
- For __GPU_IVF_FLAT__, the maximum value for __limit__ is 1024.

- For __GPU_IVF_PQ__ and __GPU_CAGRA__, the maximum value for __limit__ is 1024.

Expand All @@ -211,4 +211,4 @@ When using GPU indexes, be aware of certain constraints:

- __In which scenarios are GPU indexes like CAGRA, GPU_IVF_PQ, GPU_IVF_FLAT, and GPU_BRUTE_FORCE most suitable?__

CAGRA indexes are ideal for scenarios that demand enhanced performance, albeit at the cost of consuming more memory. For environments where memory conservation is a priority, the __GPU_IVF_PQ__ index can help minimize storage requirements, though this comes with a higher loss in precision. The __GPU_IVF_FLAT__ index serves as a balanced option, offering a compromise between performance and memory usage. Lastly, the __GPU_BRUTE_FORCE__ index is designed for exhaustive search operations, guaranteeing a recall rate of 1 by performing traversal searches.
CAGRA indexes are ideal for scenarios that demand enhanced performance, albeit at the cost of consuming more memory. For environments where memory conservation is a priority, the __GPU_IVF_PQ__ index can help minimize storage requirements, though this comes with a higher loss in precision. The __GPU_IVF_FLAT__ index serves as a balanced option, offering a compromise between performance and memory usage. Lastly, the __GPU_BRUTE_FORCE__ index is designed for exhaustive search operations, guaranteeing a recall rate of 1 by performing traversal searches.
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v2.5.x",
"version": "v2.4.x",
"released": "yes"
}

0 comments on commit ef06fbd

Please sign in to comment.