@@ -338,6 +338,7 @@ golden rod
338338
339339testKnnWithSemanticText
340340required_capability: knn_function_v5
341+ required_capability: semantic_text_field_caps
341342
342343from semantic_text
343344| where knn(semantic_text_dense_field, [0, 1, 2])
@@ -353,6 +354,7 @@ live long and prosper
353354
354355testKnnWithSemanticTextAndKeyword
355356required_capability: knn_function_v5
357+ required_capability: semantic_text_field_caps
356358
357359from semantic_text
358360| where knn(semantic_text_dense_field, [0, 1, 2])
@@ -369,6 +371,7 @@ be excellent to each other | host3
369371
370372testKnnWithSemanticTextMultiValueField
371373required_capability: knn_function_v5
374+ required_capability: semantic_text_field_caps
372375
373376from semantic_text metadata _id
374377| where match(st_multi_value, "something") AND match(host, "host1")
@@ -381,6 +384,7 @@ _id: keyword | st_multi_value:text
381384
382385testKnnWithSemanticTextWithEvalsAndOtherFunctionsAndStats
383386required_capability: knn_function_v5
387+ required_capability: semantic_text_field_caps
384388
385389from semantic_text
386390| where qstr("description:some*")
@@ -397,6 +401,7 @@ result:long
397401testKnnWithSemanticTextAndKql
398402required_capability: knn_function_v5
399403required_capability: kql_function
404+ required_capability: semantic_text_field_caps
400405
401406from semantic_text
402407| where kql("host:host1") AND knn(semantic_text_dense_field, [0, 1, 2])
0 commit comments