Skip to content

Commit 88e7f1f

Browse files
committed
Comments: clarify compression/reduce interaction
1 parent 8ed55f4 commit 88e7f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NRedisStack/Search/Schema.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,7 @@ public Schema AddHnswVectorField(FieldName name, VectorType type, int dimensions
879879
/// <summary>
880880
/// Add a <see href="VectorAlgo.SVS_VAMANA"/> vector to the schema.
881881
/// </summary>
882+
/// <remarks>Note that <param name="reducedDimensions"/> is only applicable when using LeanVec compression.</remarks>
882883
public Schema AddSvsVanamaVectorField(FieldName name, VectorType type, int dimensions, VectorDistanceMetric distanceMetric,
883884
VectorCompressionAlgorithm compressionAlgorithm = VectorCompressionAlgorithm.NotSpecified,
884885
int constructionWindowSize = SvsVanamaVectorField.DEFAULT_CONSTRUCTION_WINDOW_SIZE,

0 commit comments

Comments
 (0)