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
The unit tests are currently designed for Elasticsearch clients up to 8.15.x. The 8.16 client introduced some changes in how hybrid search requests are made, using a retriever query instead of the knn query in older clients. The unit tests have assertions that depend on the requests issued by the 8.15 and older clients. These need to be updated, or better yet, the tests should not depend on what requests the low-level issues.
The text was updated successfully, but these errors were encountered:
The unit tests are currently designed for Elasticsearch clients up to 8.15.x. The 8.16 client introduced some changes in how hybrid search requests are made, using a retriever query instead of the
knn
query in older clients. The unit tests have assertions that depend on the requests issued by the 8.15 and older clients. These need to be updated, or better yet, the tests should not depend on what requests the low-level issues.The text was updated successfully, but these errors were encountered: