Skip to content

Commit 371879d

Browse files
Milvus-doc-botMilvus-doc-bot
authored andcommitted
Release new docs to master
1 parent d1cc322 commit 371879d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v2.6.x/site/en/userGuide/indexes/gpu/gpu-cagra.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ index_params.add_index(
2424
index_name="vector_index", # Name of the index to create
2525
metric_type="L2", # Metric type used to measure similarity
2626
params={
27-
"intermediate_graph_degree": 32, # Affects recall and build time by determining the graph’s degree before pruning
28-
"graph_degree": 64, # Affets search performance and recall by setting the graph’s degree after pruning
27+
"intermediate_graph_degree": 64, # Affects recall and build time by determining the graph’s degree before pruning
28+
"graph_degree": 32, # Affets search performance and recall by setting the graph’s degree after pruning
2929
"build_algo": "IVF_PQ", # Selects the graph generation algorithm before pruning
3030
"cache_dataset_on_device": "true", # Decides whether to cache the original dataset in GPU memory
3131
"adapt_for_cpu": "false", # Decides whether to use GPU for index-building and CPU for search

0 commit comments

Comments
 (0)