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
there are two kinds of connectors: standalone and those bound to a specific model. The former uses this API, and the latter uses the Model API. Since they're in two different interfaces, this one is not ambiguous and should not need the word 'standalone' in the definition.
for backwards compatibility, i recommend adding @depricated to create_standalone_connector(), and then invoking create_connector():
there are two kinds of connectors: standalone and those bound to a specific model. The former uses this API, and the latter uses the Model API. Since they're in two different interfaces, this one is not ambiguous and should not need the word 'standalone' in the definition.
for backwards compatibility, i recommend adding
@depricated
tocreate_standalone_connector()
, and then invokingcreate_connector()
:opensearch-py-ml/opensearch_py_ml/ml_commons/model_connector.py
Line 17 in ec7e023
The text was updated successfully, but these errors were encountered: