Closed Aisuko closed 3 months ago
At the moment only the Inference version is defined in env. Is this the only service i need to account for at the moment?
At the moment only the Inference version is defined in env. Is this the only service i need to account for at the moment?
I believe it's fine. How about you? Do you want to add more? @cbh778899
At the moment only the Inference version is defined in env. Is this the only service i need to account for at the moment?
I believe it's fine. How about you? Do you want to add more? @cbh778899
Yup this one is fine, the embedding eng and inference eng are using the same version, so either of them is enough...It is possible to include also the version of API itself, but like the rebel project, it has to be updated everytime we publish a new version, and it is included in the API doc, so perhaps no need.
https://github.com/SkywardAI/voyager/blob/d4837b1553cbb63242882a98357c143ec31e2cbf/Makefile#L37-L50
WE want to build a API and the activity like below
https://github.com/SkywardAI/kirin/blob/9cdf258adfb960d309e4af91fe6ff2c01ae555d0/backend/tests/unit_tests/test_api_version.py#L37-L47