cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Community Articles
Dive into a collaborative space where members like YOU can exchange knowledge, tips, and best practices. Join the conversation today and unlock a wealth of collective wisdom to enhance your experience and drive success.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

You can use built-in AI functions directly in Databricks SQL

JstelaBR
Databricks Partner

Databricks provides built-in AI functions that can be used directly in SQL or notebooks, without managing models or infrastructure.

Example:

SELECT ticket_id, ai_generate( 'Summarize this support ticket:\n{{text}}', 'databricks-dbrx-instruct', description ) AS summary FROM support_tickets;

 
This is useful for:
  • Text summarization

  • Classification

  • Enrichment pipelines

  • No model deployment required.

0 REPLIES 0