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

fix tests

This commit is contained in:
ofekshenawa
2025-08-01 14:08:05 +03:00
parent 4ce2160c78
commit c106abc5a3

View File

@@ -2352,7 +2352,7 @@ var _ = Describe("RediSearch commands Resp 2", Label("search"), func() {
Type: "FLOAT32",
Dim: 8,
DistanceMetric: "L2",
Compression: "LVQ8",
Compression: "LeanVec",
ConstructionWindowSize: 200,
GraphMaxDegree: 32,
SearchWindowSize: 15,