|
1 | 1 | #nullable enable |
| 2 | +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! |
| 3 | +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! |
| 4 | +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! |
| 5 | +NRedisStack.Search.Schema.FlatVectorField |
| 6 | +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 |
| 7 | +NRedisStack.Search.Schema.HnswVectorField |
| 8 | +NRedisStack.Search.Schema.HnswVectorField.BoundaryFactor.get -> double |
| 9 | +NRedisStack.Search.Schema.HnswVectorField.BoundaryFactor.set -> void |
| 10 | +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 |
| 11 | +NRedisStack.Search.Schema.HnswVectorField.MaxConnectedNeighbors.get -> int |
| 12 | +NRedisStack.Search.Schema.HnswVectorField.MaxConnectedNeighbors.set -> void |
| 13 | +NRedisStack.Search.Schema.HnswVectorField.MaxOutgoingConnections.get -> int |
| 14 | +NRedisStack.Search.Schema.HnswVectorField.MaxOutgoingConnections.set -> void |
| 15 | +NRedisStack.Search.Schema.HnswVectorField.MaxTopCandidates.get -> int |
| 16 | +NRedisStack.Search.Schema.HnswVectorField.MaxTopCandidates.set -> void |
| 17 | +NRedisStack.Search.Schema.SvsVanamaVectorField |
| 18 | +NRedisStack.Search.Schema.SvsVanamaVectorField.CompressionAlgorithm.get -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm |
| 19 | +NRedisStack.Search.Schema.SvsVanamaVectorField.CompressionAlgorithm.set -> void |
| 20 | +NRedisStack.Search.Schema.SvsVanamaVectorField.ConstructionWindowSize.get -> int |
| 21 | +NRedisStack.Search.Schema.SvsVanamaVectorField.ConstructionWindowSize.set -> void |
| 22 | +NRedisStack.Search.Schema.SvsVanamaVectorField.GraphMaxDegree.get -> int |
| 23 | +NRedisStack.Search.Schema.SvsVanamaVectorField.GraphMaxDegree.set -> void |
| 24 | +NRedisStack.Search.Schema.SvsVanamaVectorField.RangeSearchApproximationFactor.get -> double |
| 25 | +NRedisStack.Search.Schema.SvsVanamaVectorField.RangeSearchApproximationFactor.set -> void |
| 26 | +NRedisStack.Search.Schema.SvsVanamaVectorField.ReducedDimensions.get -> int |
| 27 | +NRedisStack.Search.Schema.SvsVanamaVectorField.ReducedDimensions.set -> void |
| 28 | +NRedisStack.Search.Schema.SvsVanamaVectorField.SearchWindowSize.get -> int |
| 29 | +NRedisStack.Search.Schema.SvsVanamaVectorField.SearchWindowSize.set -> void |
| 30 | +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 |
| 31 | +NRedisStack.Search.Schema.SvsVanamaVectorField.TrainingThreshold.get -> int |
| 32 | +NRedisStack.Search.Schema.SvsVanamaVectorField.TrainingThreshold.set -> void |
| 33 | +NRedisStack.Search.Schema.VectorField.Dimensions.get -> int |
| 34 | +NRedisStack.Search.Schema.VectorField.Dimensions.set -> void |
| 35 | +NRedisStack.Search.Schema.VectorField.DistanceMetric.get -> NRedisStack.Search.Schema.VectorField.VectorDistanceMetric |
| 36 | +NRedisStack.Search.Schema.VectorField.DistanceMetric.set -> void |
| 37 | +NRedisStack.Search.Schema.VectorField.Type.get -> NRedisStack.Search.Schema.VectorField.VectorType |
| 38 | +NRedisStack.Search.Schema.VectorField.Type.set -> void |
| 39 | +NRedisStack.Search.Schema.VectorField.VectorAlgo.SVS_VAMANA = 2 -> NRedisStack.Search.Schema.VectorField.VectorAlgo |
| 40 | +NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm |
| 41 | +NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.LeanVec4x8 = 5 -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm |
| 42 | +NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.LeanVec8x8 = 6 -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm |
| 43 | +NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.LVQ4 = 2 -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm |
| 44 | +NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.LVQ4x4 = 3 -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm |
| 45 | +NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.LVQ4x8 = 4 -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm |
| 46 | +NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.LVQ8 = 1 -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm |
| 47 | +NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm.NotSpecified = 0 -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm |
| 48 | +NRedisStack.Search.Schema.VectorField.VectorDistanceMetric |
| 49 | +NRedisStack.Search.Schema.VectorField.VectorDistanceMetric.CosineDistance = 3 -> NRedisStack.Search.Schema.VectorField.VectorDistanceMetric |
| 50 | +NRedisStack.Search.Schema.VectorField.VectorDistanceMetric.EuclideanDistance = 1 -> NRedisStack.Search.Schema.VectorField.VectorDistanceMetric |
| 51 | +NRedisStack.Search.Schema.VectorField.VectorDistanceMetric.InnerProduct = 2 -> NRedisStack.Search.Schema.VectorField.VectorDistanceMetric |
| 52 | +NRedisStack.Search.Schema.VectorField.VectorDistanceMetric.NotSpecified = 0 -> NRedisStack.Search.Schema.VectorField.VectorDistanceMetric |
| 53 | +NRedisStack.Search.Schema.VectorField.VectorType |
| 54 | +NRedisStack.Search.Schema.VectorField.VectorType.BFLOAT16 = 3 -> NRedisStack.Search.Schema.VectorField.VectorType |
| 55 | +NRedisStack.Search.Schema.VectorField.VectorType.FLOAT16 = 4 -> NRedisStack.Search.Schema.VectorField.VectorType |
| 56 | +NRedisStack.Search.Schema.VectorField.VectorType.FLOAT32 = 1 -> NRedisStack.Search.Schema.VectorField.VectorType |
| 57 | +NRedisStack.Search.Schema.VectorField.VectorType.FLOAT64 = 2 -> NRedisStack.Search.Schema.VectorField.VectorType |
| 58 | +NRedisStack.Search.Schema.VectorField.VectorType.NotSpecified = 0 -> NRedisStack.Search.Schema.VectorField.VectorType |
| 59 | +override NRedisStack.RedisStackCommands.SerializedCommand.ToString() -> string! |
| 60 | +static NRedisStack.Search.FieldName.implicit operator NRedisStack.Search.FieldName!(string! name) -> NRedisStack.Search.FieldName! |
2 | 61 | ~override NRedisStack.DataTypes.TimeStamp.ToString() -> string |
3 | 62 | ~override NRedisStack.DataTypes.TimeStamp.Equals(object obj) -> bool |
4 | 63 | NRedisStack.DataTypes.TimeStamp.Equals(NRedisStack.DataTypes.TimeStamp other) -> bool |
|
0 commit comments