@@ -1350,3 +1350,67 @@ static readonly NRedisStack.Search.Query.GeoFilter.METERS -> string!
13501350static readonly NRedisStack.Search.Query.GeoFilter.MILES -> string!
13511351virtual NRedisStack.Search.Aggregation.Reducer.AddOwnArgs(System.Collections.Generic.List<object!>! args) -> void
13521352virtual NRedisStack.Search.Aggregation.Reducer.GetOwnArgsCount() -> int
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+ 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!
1356+ NRedisStack.Search.Schema.FlatVectorField
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+ NRedisStack.Search.Schema.HnswVectorField
1359+ NRedisStack.Search.Schema.HnswVectorField.BoundaryFactor.get -> double
1360+ NRedisStack.Search.Schema.HnswVectorField.BoundaryFactor.set -> void
1361+ NRedisStack.Search.Schema.HnswVectorField.HnswVectorField(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
1362+ NRedisStack.Search.Schema.HnswVectorField.MaxConnectedNeighbors.get -> int
1363+ NRedisStack.Search.Schema.HnswVectorField.MaxConnectedNeighbors.set -> void
1364+ NRedisStack.Search.Schema.HnswVectorField.MaxOutgoingConnections.get -> int
1365+ NRedisStack.Search.Schema.HnswVectorField.MaxOutgoingConnections.set -> void
1366+ NRedisStack.Search.Schema.HnswVectorField.MaxTopCandidates.get -> int
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
1384+ NRedisStack.Search.Schema.VectorField.Dimensions.get -> int
1385+ NRedisStack.Search.Schema.VectorField.Dimensions.set -> void
1386+ NRedisStack.Search.Schema.VectorField.DistanceMetric.get -> NRedisStack.Search.Schema.VectorField.VectorDistanceMetric
1387+ NRedisStack.Search.Schema.VectorField.DistanceMetric.set -> void
1388+ NRedisStack.Search.Schema.VectorField.Type.get -> NRedisStack.Search.Schema.VectorField.VectorType
1389+ NRedisStack.Search.Schema.VectorField.Type.set -> void
1390+ NRedisStack.Search.Schema.VectorField.VectorAlgo.SVS_VAMANA = 2 -> NRedisStack.Search.Schema.VectorField.VectorAlgo
1391+ NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm
1392+ NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.LeanVec4x8 = 5 -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm
1393+ NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.LeanVec8x8 = 6 -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm
1394+ NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.LVQ4 = 2 -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm
1395+ NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.LVQ4x4 = 3 -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm
1396+ NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.LVQ4x8 = 4 -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm
1397+ NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.LVQ8 = 1 -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm
1398+ NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.NotSpecified = 0 -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm
1399+ NRedisStack.Search.Schema.VectorField.VectorDistanceMetric
1400+ NRedisStack.Search.Schema.VectorField.VectorDistanceMetric.CosineDistance = 3 -> NRedisStack.Search.Schema.VectorField.VectorDistanceMetric
1401+ NRedisStack.Search.Schema.VectorField.VectorDistanceMetric.EuclideanDistance = 1 -> NRedisStack.Search.Schema.VectorField.VectorDistanceMetric
1402+ NRedisStack.Search.Schema.VectorField.VectorDistanceMetric.InnerProduct = 2 -> NRedisStack.Search.Schema.VectorField.VectorDistanceMetric
1403+ NRedisStack.Search.Schema.VectorField.VectorDistanceMetric.NotSpecified = 0 -> NRedisStack.Search.Schema.VectorField.VectorDistanceMetric
1404+ NRedisStack.Search.Schema.VectorField.VectorType
1405+ NRedisStack.Search.Schema.VectorField.VectorType.BFLOAT16 = 3 -> NRedisStack.Search.Schema.VectorField.VectorType
1406+ NRedisStack.Search.Schema.VectorField.VectorType.FLOAT16 = 4 -> NRedisStack.Search.Schema.VectorField.VectorType
1407+ NRedisStack.Search.Schema.VectorField.VectorType.FLOAT32 = 1 -> NRedisStack.Search.Schema.VectorField.VectorType
1408+ NRedisStack.Search.Schema.VectorField.VectorType.FLOAT64 = 2 -> NRedisStack.Search.Schema.VectorField.VectorType
1409+ NRedisStack.Search.Schema.VectorField.VectorType.NotSpecified = 0 -> NRedisStack.Search.Schema.VectorField.VectorType
1410+ override NRedisStack.RedisStackCommands.SerializedCommand.ToString() -> string!
1411+ static NRedisStack.Search.FieldName.implicit operator NRedisStack.Search.FieldName!(string! name) -> NRedisStack.Search.FieldName!
1412+ ~override NRedisStack.DataTypes.TimeStamp.ToString() -> string
1413+ ~override NRedisStack.DataTypes.TimeStamp.Equals(object obj) -> bool
1414+ NRedisStack.DataTypes.TimeStamp.Equals(NRedisStack.DataTypes.TimeStamp other) -> bool
1415+ static NRedisStack.DataTypes.TimeStamp.operator ==(NRedisStack.DataTypes.TimeStamp left, NRedisStack.DataTypes.TimeStamp right) -> bool
1416+ static NRedisStack.DataTypes.TimeStamp.operator !=(NRedisStack.DataTypes.TimeStamp left, NRedisStack.DataTypes.TimeStamp right) -> bool
0 commit comments