Hi ,
In my databricks notebook , I would like to do some processing like calling an openAI model and generating the resonse. Now frontend(react) will call my notebook and my notebook should be executed and generate some response .Now this response I would like to send it back to the frontend.
So what are the steps do we need to follow so that our azuredatabricks can be exposed as an endpoint