Skip to content

Commit 887ebaf

Browse files
committed
Remove from enterprise
1 parent c293911 commit 887ebaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ var _ = Describe("RediSearch commands", Label("search"), func() {
10441044
Expect(res2.Total).To(BeEquivalentTo(int64(2)))
10451045
})
10461046

1047-
It("should create search index with FLOAT16 and BFLOAT16 vectors", Label("search", "ftcreate"), func() {
1047+
It("should create search index with FLOAT16 and BFLOAT16 vectors", Label("search", "ftcreate", "NonRedisEnterprise"), func() {
10481048
val, err := client.FTCreate(ctx, "index", &redis.FTCreateOptions{},
10491049
&redis.FieldSchema{FieldName: "float16", FieldType: redis.SearchFieldTypeVector, VectorArgs: &redis.FTVectorArgs{FlatOptions: &redis.FTFlatOptions{Type: "FLOAT16", Dim: 768, DistanceMetric: "COSINE"}}},
10501050
&redis.FieldSchema{FieldName: "bfloat16", FieldType: redis.SearchFieldTypeVector, VectorArgs: &redis.FTVectorArgs{FlatOptions: &redis.FTFlatOptions{Type: "BFLOAT16", Dim: 768, DistanceMetric: "COSINE"}}},

0 commit comments

Comments
 (0)