We have to access the Models on Vertex AI by sending requests to their endpoints.
Implementation Details, Design and Tasks
Change the request mechanism in the backend so that the new requests are sent to Vertex AI endpoints rather than our flask app.
Refactor the responses obtained from two endpoints to a single Bertresponse object and send it to the frontend.
Expected Output and Acceptance Criteria
The system should reliably return sentiment and tone scores in a BERT response object from api/request endpoint.
Task Description
We have to access the Models on Vertex AI by sending requests to their endpoints.
Implementation Details, Design and Tasks
Change the request mechanism in the backend so that the new requests are sent to Vertex AI endpoints rather than our flask app. Refactor the responses obtained from two endpoints to a single Bertresponse object and send it to the frontend.
Expected Output and Acceptance Criteria
The system should reliably return sentiment and tone scores in a BERT response object from api/request endpoint.