mirror of
https://github.com/redis/go-redis.git
synced 2025-09-05 20:24:00 +03:00
fix tests
This commit is contained in:
@@ -2352,13 +2352,12 @@ var _ = Describe("RediSearch commands Resp 2", Label("search"), func() {
|
|||||||
Type: "FLOAT32",
|
Type: "FLOAT32",
|
||||||
Dim: 8,
|
Dim: 8,
|
||||||
DistanceMetric: "L2",
|
DistanceMetric: "L2",
|
||||||
Compression: "LeanVec",
|
Compression: "LVQ8",
|
||||||
ConstructionWindowSize: 200,
|
ConstructionWindowSize: 200,
|
||||||
GraphMaxDegree: 32,
|
GraphMaxDegree: 32,
|
||||||
SearchWindowSize: 15,
|
SearchWindowSize: 15,
|
||||||
Epsilon: 0.01,
|
Epsilon: 0.01,
|
||||||
TrainingThreshold: 1024,
|
TrainingThreshold: 1024,
|
||||||
ReduceDim: 4,
|
|
||||||
}
|
}
|
||||||
val, err := client.FTCreate(ctx, "idx1",
|
val, err := client.FTCreate(ctx, "idx1",
|
||||||
&redis.FTCreateOptions{},
|
&redis.FTCreateOptions{},
|
||||||
|
Reference in New Issue
Block a user