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
Currently, when running the model search api, if the model index does not exist, it will throw an exception. If it does exist, it will return empty hits. The problem with this is that it leaks implementation details about the model system to the user. A user in general should not need to know about the backing system index in order to use the functionality.
Expected Behavior
If there are no models matching a query, return a consistent result, regardless of whether the backing index is created or not.
The text was updated successfully, but these errors were encountered:
Description
Currently, when running the model search api, if the model index does not exist, it will throw an exception. If it does exist, it will return empty hits. The problem with this is that it leaks implementation details about the model system to the user. A user in general should not need to know about the backing system index in order to use the functionality.
Expected Behavior
If there are no models matching a query, return a consistent result, regardless of whether the backing index is created or not.
The text was updated successfully, but these errors were encountered: