File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
v2.6.x/site/en/userGuide/indexes/gpu Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments