Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
Our data team kept hitting the same problem. We needed UIs for business users, dashboards, CRUD apps, internal tools. Streamlit was our go to but it reruns the entire script on every interaction, the interfaces all look identical, and it gets painfu...
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...
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...