Resolved! How to use databricks model serving endpoint with databricks application ?
Hi DB Community ,I have a databricks streamlit application that is viewing and inserting data into lakebase postgres database tables . Now I want to modernise this and implement databricks gen ai models . So instead of giving/selecting inputs , users...
- 350 Views
- 1 replies
- 1 kudos
Latest Reply
Hi @gokkul ,Check below databricks apps cookbook docs. The idea is to use databricks sdk inside databricks apps (or any other application) to invoke a model. So your app can ask user for an input and then pass it internally to serving_endpoints.query...
- 1 kudos