This message was deleted.
# ask-for-help
s
This message was deleted.
c
The model registry feature is under Yatai project, which provides a rich set of REST apis for managing models https://github.com/bentoml/Yatai
s
Oh I see - so the open source version doesn’t have this feature
And no REST apis for existing BentoML apis either I guess?
c
open source version does have this feature
Yatai is just another open source project under the BentoML group
sister project 🙂
what do you mean existing BentoML apis?
s
Oh I didn’t know that - cool, I’ll check it out. Thanks!
By existing BentoML apis, I mean the python apis in the docs - I was wondering if there are REST api counterparts (https://docs.bentoml.org/en/latest/reference/index.html)
Looks like the license is different for Yatai though
Any reasons for this?
c
I see, BentoML itself is a python framework for users to create ML service that can be exposed via REST APIs, those APIs won’t include the model management api since when deployed, it typically only carry the models included in that service.
Model management APIs are only available in Yatai, which contains the BentoML registry feature
s
Right - do you mind also shedding some light on why the licensing is different for Yatai? Are there any restrictions like non-commercial use, etc?
c
It’s similar to elastic search projects, it’s definitely ok for commercial use
The idea is just to prevent cloud providers host this and sell it to compete with our business 😅
👍 1
s
Right - got it. Thank you for explaining it!
🙌 1