opensearch-project/neural-search

Check if ml-commons plugin is installed in the Cluster

Open

#480 opened on Oct 30, 2023

View on GitHub
 (9 comments) (0 reactions) (0 assignees)Java (124 forks)auto 404
Maintenanceenhancementhelp wanted

Repository metrics

Stars
 (116 stars)
PR merge metrics
 (PR metrics pending)

Description

What is the bug?

Neural-search is using ml-commons APIs here. There can be a case when the cluster doesn't have ml-commons installed and can return in failure of these APIs on neural-search side.

How can one reproduce the bug?

  1. Have a cluster running with just neural-search plugin installed.

What is the expected behavior?

A check should be added in build.gradle here for ml-commons plugin.

What is your host/environment?

Ubuntu

Do you have any screenshots?

If applicable, add screenshots to help explain your problem.

Do you have any additional context?

Add any other context about the problem.

Contributor guide