diff --git a/Directory.Build.props b/Directory.Build.props
index 80453fb9..077da3ac 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -23,6 +23,8 @@
true
true
true
+ ../../NRedisStack.snk
+ True
$(NoWarn);CS1591
$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::get_Windows())))
diff --git a/NRedisStack.snk b/NRedisStack.snk
new file mode 100644
index 00000000..f11f90ec
Binary files /dev/null and b/NRedisStack.snk differ
diff --git a/src/NRedisStack/PublicAPI/PublicAPI.Shipped.txt b/src/NRedisStack/PublicAPI/PublicAPI.Shipped.txt
index e3cae9d9..bbb8ea66 100644
--- a/src/NRedisStack/PublicAPI/PublicAPI.Shipped.txt
+++ b/src/NRedisStack/PublicAPI/PublicAPI.Shipped.txt
@@ -1352,7 +1352,7 @@ virtual NRedisStack.Search.Aggregation.Reducer.AddOwnArgs(System.Collections.Gen
virtual NRedisStack.Search.Aggregation.Reducer.GetOwnArgsCount() -> int
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? attributes = null, bool missingIndex = false) -> NRedisStack.Search.Schema!
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? attributes = null, bool missingIndex = false) -> NRedisStack.Search.Schema!
-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? attributes = null, bool missingIndex = false) -> NRedisStack.Search.Schema!
+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? attributes = null, bool missingIndex = false) -> NRedisStack.Search.Schema!
NRedisStack.Search.Schema.FlatVectorField
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? attributes = null, bool missingIndex = false) -> void
NRedisStack.Search.Schema.HnswVectorField
@@ -1365,22 +1365,22 @@ NRedisStack.Search.Schema.HnswVectorField.MaxOutgoingConnections.get -> int
NRedisStack.Search.Schema.HnswVectorField.MaxOutgoingConnections.set -> void
NRedisStack.Search.Schema.HnswVectorField.MaxTopCandidates.get -> int
NRedisStack.Search.Schema.HnswVectorField.MaxTopCandidates.set -> void
-NRedisStack.Search.Schema.SvsVanamaVectorField
-NRedisStack.Search.Schema.SvsVanamaVectorField.CompressionAlgorithm.get -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm
-NRedisStack.Search.Schema.SvsVanamaVectorField.CompressionAlgorithm.set -> void
-NRedisStack.Search.Schema.SvsVanamaVectorField.ConstructionWindowSize.get -> int
-NRedisStack.Search.Schema.SvsVanamaVectorField.ConstructionWindowSize.set -> void
-NRedisStack.Search.Schema.SvsVanamaVectorField.GraphMaxDegree.get -> int
-NRedisStack.Search.Schema.SvsVanamaVectorField.GraphMaxDegree.set -> void
-NRedisStack.Search.Schema.SvsVanamaVectorField.RangeSearchApproximationFactor.get -> double
-NRedisStack.Search.Schema.SvsVanamaVectorField.RangeSearchApproximationFactor.set -> void
-NRedisStack.Search.Schema.SvsVanamaVectorField.ReducedDimensions.get -> int
-NRedisStack.Search.Schema.SvsVanamaVectorField.ReducedDimensions.set -> void
-NRedisStack.Search.Schema.SvsVanamaVectorField.SearchWindowSize.get -> int
-NRedisStack.Search.Schema.SvsVanamaVectorField.SearchWindowSize.set -> void
-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? attributes = null, bool missingIndex = false) -> void
-NRedisStack.Search.Schema.SvsVanamaVectorField.TrainingThreshold.get -> int
-NRedisStack.Search.Schema.SvsVanamaVectorField.TrainingThreshold.set -> void
+NRedisStack.Search.Schema.SvsVamanaVectorField
+NRedisStack.Search.Schema.SvsVamanaVectorField.CompressionAlgorithm.get -> NRedisStack.Search.Schema.VectorField.VectorCompressionAlgorithm
+NRedisStack.Search.Schema.SvsVamanaVectorField.CompressionAlgorithm.set -> void
+NRedisStack.Search.Schema.SvsVamanaVectorField.ConstructionWindowSize.get -> int
+NRedisStack.Search.Schema.SvsVamanaVectorField.ConstructionWindowSize.set -> void
+NRedisStack.Search.Schema.SvsVamanaVectorField.GraphMaxDegree.get -> int
+NRedisStack.Search.Schema.SvsVamanaVectorField.GraphMaxDegree.set -> void
+NRedisStack.Search.Schema.SvsVamanaVectorField.RangeSearchApproximationFactor.get -> double
+NRedisStack.Search.Schema.SvsVamanaVectorField.RangeSearchApproximationFactor.set -> void
+NRedisStack.Search.Schema.SvsVamanaVectorField.ReducedDimensions.get -> int
+NRedisStack.Search.Schema.SvsVamanaVectorField.ReducedDimensions.set -> void
+NRedisStack.Search.Schema.SvsVamanaVectorField.SearchWindowSize.get -> int
+NRedisStack.Search.Schema.SvsVamanaVectorField.SearchWindowSize.set -> void
+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? attributes = null, bool missingIndex = false) -> void
+NRedisStack.Search.Schema.SvsVamanaVectorField.TrainingThreshold.get -> int
+NRedisStack.Search.Schema.SvsVamanaVectorField.TrainingThreshold.set -> void
NRedisStack.Search.Schema.VectorField.Dimensions.get -> int
NRedisStack.Search.Schema.VectorField.Dimensions.set -> void
NRedisStack.Search.Schema.VectorField.DistanceMetric.get -> NRedisStack.Search.Schema.VectorField.VectorDistanceMetric
diff --git a/src/NRedisStack/PublicAPI/PublicAPI.Unshipped.txt b/src/NRedisStack/PublicAPI/PublicAPI.Unshipped.txt
index 7dc5c581..815c9200 100644
--- a/src/NRedisStack/PublicAPI/PublicAPI.Unshipped.txt
+++ b/src/NRedisStack/PublicAPI/PublicAPI.Unshipped.txt
@@ -1 +1 @@
-#nullable enable
+#nullable enable
\ No newline at end of file
diff --git a/src/NRedisStack/Search/Schema.cs b/src/NRedisStack/Search/Schema.cs
index 716d8b9b..3bd07000 100644
--- a/src/NRedisStack/Search/Schema.cs
+++ b/src/NRedisStack/Search/Schema.cs
@@ -533,7 +533,7 @@ internal override void AddDirectAttributes(List