Skip to content

Commit 4b23a99

Browse files
committed
fix tests
1 parent c106abc commit 4b23a99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

search_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2352,13 +2352,12 @@ var _ = Describe("RediSearch commands Resp 2", Label("search"), func() {
23522352
Type: "FLOAT32",
23532353
Dim: 8,
23542354
DistanceMetric: "L2",
2355-
Compression: "LeanVec",
2355+
Compression: "LVQ8",
23562356
ConstructionWindowSize: 200,
23572357
GraphMaxDegree: 32,
23582358
SearchWindowSize: 15,
23592359
Epsilon: 0.01,
23602360
TrainingThreshold: 1024,
2361-
ReduceDim: 4,
23622361
}
23632362
val, err := client.FTCreate(ctx, "idx1",
23642363
&redis.FTCreateOptions{},

0 commit comments

Comments
 (0)