You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KNN query in ES|QL uses LIMIT for setting k (#132944).
We should perform the same process for a MATCH query that targets a semantic_text field, so the k parameter is set according to the LIMIT when used with a dense_vector.
KNNquery in ES|QL usesLIMITfor setting k (#132944).We should perform the same process for a
MATCHquery that targets asemantic_textfield, so the k parameter is set according to theLIMITwhen used with adense_vector.