opensearch-project / neural-search

Plugin that adds dense neural retrieval into the OpenSearch ecosytem
Apache License 2.0
61 stars 65 forks source link

Neural Search Plugin CI's are failing #816

Closed vibrantvarun closed 2 months ago

vibrantvarun commented 3 months ago

Currently, the Neural Search Plugin CI's are failing and serveral BWC tests are also failing.

vibrantvarun commented 3 months ago

The issue could be due to below 2 PR's https://github.com/opensearch-project/neural-search/pull/814

https://github.com/opensearch-project/k-NN/pull/1783

vibrantvarun commented 3 months ago

@shatejas Can you look into this.

navneet1v commented 3 months ago

@vibrantvarun #814 is not even merged, how that can be cause of this failure?

navneet1v commented 3 months ago

The fixes are merged. Will see if the issue was due ti flaky test or interface change from knn plugin.

navneet1v commented 3 months ago

Started re-runs of the gh actions

vibrantvarun commented 2 months ago

@navneet1v did the tests pass after the rerun?