You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Microsoft.Azure.Cosmos/src/Fluent/Settings/VectorIndexDefinition.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public VectorIndexDefinition<T> WithQuantizationByteSize(
75
75
/// </summary>
76
76
/// <param name="indexingSearchListSize">
77
77
/// This represents the size of the candidate list of approximate neighbors stored while building the DiskANN index as part of the optimization processes.
78
-
/// Large values may improve recall at the expense of latency. This is an optional parameter and applies to index type DiskANN only.
78
+
/// This is an optional parameter and applies to index type DiskANN only. The allowed range for this parameter is between 25 and 500.
79
79
/// </param>
80
80
/// <returns>An instance of the current <see cref="VectorIndexDefinition{T}"/>.</returns>
0 commit comments