Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Add Update Connector API to Ml-commons #1147

Closed
Zhangxunmt opened this issue Jul 19, 2023 · 1 comment
Closed

[Enhancement] Add Update Connector API to Ml-commons #1147

Zhangxunmt opened this issue Jul 19, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Zhangxunmt
Copy link
Collaborator

Currently Ml-commons does not support connector update after a connector is created. If a connector has minor typo or a connector needs minor update, users would have to recreate a new connector and re-register a Model associated to it. Also sometime the connector template remain the same but users would just need to update the API_keys or some rotational information, and they would want to avoid re-creating connectors or ML models.

The Update connector API will help customers to defined and update connectors more efficiently. Also when a connector is updated, we need to both update the connector index and the memory.

It's better to have both Connector and Model Update APIs at the same time, so users will run the remote inference workflow with less obstacles.

@Zhangxunmt Zhangxunmt added bug Something isn't working untriaged labels Jul 19, 2023
@Zhangxunmt Zhangxunmt self-assigned this Jul 19, 2023
@Zhangxunmt Zhangxunmt added enhancement New feature or request and removed untriaged labels Jul 19, 2023
@ylwu-amzn ylwu-amzn removed the bug Something isn't working label Aug 2, 2023
@Zhangxunmt Zhangxunmt changed the title [Improvement] Add Update Connector API to Ml-commons [Enhancement] Add Update Connector API to Ml-commons Aug 25, 2023
@ylwu-amzn ylwu-amzn moved this to In Progress in ml-commons projects Aug 30, 2023
@Zhangxunmt
Copy link
Collaborator Author

#1227

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Released
Development

No branches or pull requests

2 participants