We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc52846 commit 15cf82fCopy full SHA for 15cf82f
src/Weaviate.Client.Tests/Integration/TestCollections.cs
@@ -578,7 +578,7 @@ public async Task Test_Collections_Export_NonDefaultValues_MultiTenacy()
578
Assert.Equal(100, config?.DynamicEfMin);
579
Assert.Equal(-1, config?.Ef);
580
Assert.Equal(128, config?.EfConstruction);
581
- if (ServerVersionIsInRange("0.0.0", "1.33.0"))
+ if (ServerVersionIsInRange("0.0.0", "1.33.5"))
582
{
583
Assert.Equal(
584
VectorIndexConfig.VectorIndexFilterStrategy.Sweeping,
0 commit comments