Bridgeconn / vachan-api

The backend server that hosts all the API logic for the Vachan Engine.
Other
6 stars 19 forks source link

Versions API in all services #786

Open kavitharaju opened 4 months ago

kavitharaju commented 4 months ago

Each of the micro service in VE could maintain a JSON file with the items whose versions it want to expose in its code base. And an API could be used to fetch these values.

Example, In CMS, as we have the USFM-Grammar service, there are a few versions we could expose.

{ 
   "USFM-Grammar": "3.0.0-beta.5",
   "USJ": "1.0.5",
   "USFM": 3.0"
   . . .
}

Similarly in AI App...

{
   "NLLB": ...,
   "XLSR": ...,
   "CUDA": ...
   . . .
}
shimilgithub commented 2 weeks ago

completed for vachan CMS,vachan graphql,vachan access and vachan TBT