1
0
mirror of https://github.com/redis/go-redis.git synced 2025-09-02 22:01:16 +03:00

fix tests

This commit is contained in:
ofekshenawa
2025-08-01 15:15:39 +03:00
parent c106abc5a3
commit 4b23a992c6

View File

@@ -2352,13 +2352,12 @@ var _ = Describe("RediSearch commands Resp 2", Label("search"), func() {
Type: "FLOAT32",
Dim: 8,
DistanceMetric: "L2",
Compression: "LeanVec",
Compression: "LVQ8",
ConstructionWindowSize: 200,
GraphMaxDegree: 32,
SearchWindowSize: 15,
Epsilon: 0.01,
TrainingThreshold: 1024,
ReduceDim: 4,
}
val, err := client.FTCreate(ctx, "idx1",
&redis.FTCreateOptions{},