@@ -1352,7 +1352,7 @@ virtual NRedisStack.Search.Aggregation.Reducer.AddOwnArgs(System.Collections.Gen
1352
1352
virtual NRedisStack.Search.Aggregation.Reducer.GetOwnArgsCount() -> int
1353
1353
NRedisStack.Search.Schema.AddFlatVectorField(NRedisStack.Search.FieldName! name, NRedisStack.Search.Schema.VectorField.VectorType type, int dimensions, NRedisStack.Search.Schema.VectorField.VectorDistanceMetric distanceMetric, System.Collections.Generic.Dictionary<string!, object!>? attributes = null, bool missingIndex = false) -> NRedisStack.Search.Schema!
1354
1354
NRedisStack.Search.Schema.AddHnswVectorField(NRedisStack.Search.FieldName! name, NRedisStack.Search.Schema.VectorField.VectorType type, int dimensions, NRedisStack.Search.Schema.VectorField.VectorDistanceMetric distanceMetric, int maxOutgoingConnections = 16, int maxConnectedNeighbors = 200, int maxTopCandidates = 10, double boundaryFactor = 0.01, System.Collections.Generic.Dictionary<string!, object!>? attributes = null, bool missingIndex = false) -> NRedisStack.Search.Schema!
1355
- NRedisStack.Search.Schema.AddSvsVanamaVectorField (NRedisStack.Search.FieldName! name, NRedisStack.Search.Schema.VectorField.VectorType type, int dimensions, NRedisStack.Search.Schema.VectorField.VectorDistanceMetric distanceMetric, NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm compressionAlgorithm = NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.NotSpecified, int constructionWindowSize = 200, int graphMaxDegree = 32, int searchWindowSize = 10, double rangeSearchApproximationFactor = 0.01, int trainingThreshold = 0, int reducedDimensions = 0, System.Collections.Generic.Dictionary<string!, object!>? attributes = null, bool missingIndex = false) -> NRedisStack.Search.Schema!
1355
+ NRedisStack.Search.Schema.AddSvsVamanaVectorField (NRedisStack.Search.FieldName! name, NRedisStack.Search.Schema.VectorField.VectorType type, int dimensions, NRedisStack.Search.Schema.VectorField.VectorDistanceMetric distanceMetric, NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm compressionAlgorithm = NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.NotSpecified, int constructionWindowSize = 200, int graphMaxDegree = 32, int searchWindowSize = 10, double rangeSearchApproximationFactor = 0.01, int trainingThreshold = 0, int reducedDimensions = 0, System.Collections.Generic.Dictionary<string!, object!>? attributes = null, bool missingIndex = false) -> NRedisStack.Search.Schema!
1356
1356
NRedisStack.Search.Schema.FlatVectorField
1357
1357
NRedisStack.Search.Schema.FlatVectorField.FlatVectorField(NRedisStack.Search.FieldName! name, NRedisStack.Search.Schema.VectorField.VectorType type, int dimensions, NRedisStack.Search.Schema.VectorField.VectorDistanceMetric distanceMetric, System.Collections.Generic.Dictionary<string!, object!>? attributes = null, bool missingIndex = false) -> void
1358
1358
NRedisStack.Search.Schema.HnswVectorField
@@ -1365,22 +1365,22 @@ NRedisStack.Search.Schema.HnswVectorField.MaxOutgoingConnections.get -> int
1365
1365
NRedisStack.Search.Schema.HnswVectorField.MaxOutgoingConnections.set -> void
1366
1366
NRedisStack.Search.Schema.HnswVectorField.MaxTopCandidates.get -> int
1367
1367
NRedisStack.Search.Schema.HnswVectorField.MaxTopCandidates.set -> void
1368
- NRedisStack.Search.Schema.SvsVanamaVectorField
1369
- NRedisStack.Search.Schema.SvsVanamaVectorField .CompressionAlgorithm.get -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm
1370
- NRedisStack.Search.Schema.SvsVanamaVectorField .CompressionAlgorithm.set -> void
1371
- NRedisStack.Search.Schema.SvsVanamaVectorField .ConstructionWindowSize.get -> int
1372
- NRedisStack.Search.Schema.SvsVanamaVectorField .ConstructionWindowSize.set -> void
1373
- NRedisStack.Search.Schema.SvsVanamaVectorField .GraphMaxDegree.get -> int
1374
- NRedisStack.Search.Schema.SvsVanamaVectorField .GraphMaxDegree.set -> void
1375
- NRedisStack.Search.Schema.SvsVanamaVectorField .RangeSearchApproximationFactor.get -> double
1376
- NRedisStack.Search.Schema.SvsVanamaVectorField .RangeSearchApproximationFactor.set -> void
1377
- NRedisStack.Search.Schema.SvsVanamaVectorField .ReducedDimensions.get -> int
1378
- NRedisStack.Search.Schema.SvsVanamaVectorField .ReducedDimensions.set -> void
1379
- NRedisStack.Search.Schema.SvsVanamaVectorField .SearchWindowSize.get -> int
1380
- NRedisStack.Search.Schema.SvsVanamaVectorField .SearchWindowSize.set -> void
1381
- NRedisStack.Search.Schema.SvsVanamaVectorField.SvsVanamaVectorField (NRedisStack.Search.FieldName! name, NRedisStack.Search.Schema.VectorField.VectorType type, int dimensions, NRedisStack.Search.Schema.VectorField.VectorDistanceMetric distanceMetric, System.Collections.Generic.Dictionary<string!, object!>? attributes = null, bool missingIndex = false) -> void
1382
- NRedisStack.Search.Schema.SvsVanamaVectorField .TrainingThreshold.get -> int
1383
- NRedisStack.Search.Schema.SvsVanamaVectorField .TrainingThreshold.set -> void
1368
+ NRedisStack.Search.Schema.SvsVamanaVectorField
1369
+ NRedisStack.Search.Schema.SvsVamanaVectorField .CompressionAlgorithm.get -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm
1370
+ NRedisStack.Search.Schema.SvsVamanaVectorField .CompressionAlgorithm.set -> void
1371
+ NRedisStack.Search.Schema.SvsVamanaVectorField .ConstructionWindowSize.get -> int
1372
+ NRedisStack.Search.Schema.SvsVamanaVectorField .ConstructionWindowSize.set -> void
1373
+ NRedisStack.Search.Schema.SvsVamanaVectorField .GraphMaxDegree.get -> int
1374
+ NRedisStack.Search.Schema.SvsVamanaVectorField .GraphMaxDegree.set -> void
1375
+ NRedisStack.Search.Schema.SvsVamanaVectorField .RangeSearchApproximationFactor.get -> double
1376
+ NRedisStack.Search.Schema.SvsVamanaVectorField .RangeSearchApproximationFactor.set -> void
1377
+ NRedisStack.Search.Schema.SvsVamanaVectorField .ReducedDimensions.get -> int
1378
+ NRedisStack.Search.Schema.SvsVamanaVectorField .ReducedDimensions.set -> void
1379
+ NRedisStack.Search.Schema.SvsVamanaVectorField .SearchWindowSize.get -> int
1380
+ NRedisStack.Search.Schema.SvsVamanaVectorField .SearchWindowSize.set -> void
1381
+ NRedisStack.Search.Schema.SvsVamanaVectorField.SvsVamanaVectorField (NRedisStack.Search.FieldName! name, NRedisStack.Search.Schema.VectorField.VectorType type, int dimensions, NRedisStack.Search.Schema.VectorField.VectorDistanceMetric distanceMetric, System.Collections.Generic.Dictionary<string!, object!>? attributes = null, bool missingIndex = false) -> void
1382
+ NRedisStack.Search.Schema.SvsVamanaVectorField .TrainingThreshold.get -> int
1383
+ NRedisStack.Search.Schema.SvsVamanaVectorField .TrainingThreshold.set -> void
1384
1384
NRedisStack.Search.Schema.VectorField.Dimensions.get -> int
1385
1385
NRedisStack.Search.Schema.VectorField.Dimensions.set -> void
1386
1386
NRedisStack.Search.Schema.VectorField.DistanceMetric.get -> NRedisStack.Search.Schema.VectorField.VectorDistanceMetric
0 commit comments