ai-cfia / nachet-backend

A flask-based backend for Nachet to handle Azure endpoint and Azure storage API requests from the frontend.
MIT License
1 stars 3 forks source link

Sylvanie85/issue85 #90

Closed sylvanie85 closed 1 month ago

sylvanie85 commented 1 month ago

Modify existing nachet-backend code to use datastore #85

The backend is using the datastore to retrieve the pipelines and the seeds data. It also uses the datastore for the inference request, and saved it in the database.

New route /get-user-id to get the userId from a user email. The userId is necessary to do an inference request New route /seeds to get all the seeds name and id, this is related to issue #88