1
0
mirror of https://github.com/redis/go-redis.git synced 2025-09-07 07:47:24 +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", Type: "FLOAT32",
Dim: 8, Dim: 8,
DistanceMetric: "L2", DistanceMetric: "L2",
Compression: "LVQ8", Compression: "LeanVec",
ConstructionWindowSize: 200, ConstructionWindowSize: 200,
GraphMaxDegree: 32, GraphMaxDegree: 32,
SearchWindowSize: 15, SearchWindowSize: 15,