稻草人新闻RSS 聚合阅读

← 返回 💻 编程 & 软件工程

Running open-Jev in SQL on Databricks

Databricks 23 小时前 www.databricks.com

Over the weekend, “System One” decision models such as Jev have launched, which are a growing class of foundation models that are able to produce well-calibrated decisions from a discrete set of options. These models are usually extremely fast and also cheap, allowing a broad range of applications on large data. Potential use cases range from analyzing customer support transcripts, to applying complex decisions at scale across your data.

The open source community has also been busy launching open weight versions of these decision models, from Smelf-open-jev, to Laya, to Kev. But the power of these models are only unlocked when they can touch large amounts of data. Today we are excited to share how you can serve open weight decision models on Databricks, and run them directly on your governed data. You can even access these models directly from your SQL console or production jobs in Lakeflow via ai_query. Moreover, products like AI Runtime enable you to customize or post-train these models to tailor them to your specific enterprise context.

In this post, we’ll show how you can use such a model, SemIf-OpenJev, directly in Databricks, to classify hotel reviews as good or bad.

From notebook to endpoint

We’ve packaged the workflow into an importable Databricks Notebook.

Getting started takes three steps:

  1. Pick the model name/schema
  2. Select Serverless GPU
  3. Click Run All

The notebook uses Databricks AI Runtime to provide serverless, on-demand GPU compute without requiring you to set up or manage GPU infrastructure.

From there, it:

  • Downloads the SemIf-OpenJev model files.
  • Logs and registers the model using Express Deployments.
  • Creates a GPU Model Serving endpoint automatically.

At that point, you have the open source classifier running behind a managed endpoint that you can call from applications — or directly from SQL.

Call the model from SQL with ai_query

One useful part of this setup is that the endpoint doesn’t need to expose a standard chat-completions interface.

Databricks ai_query supports arbitrary custom model APIs, so you can send SemIf’s structured request format directly from SQL.

For example:

在原文站打开 ↗

Cloudflare Workers 每 3 分钟抓一批,9 批轮完最快约 27 分钟 · 点右上 ↻ 立刻全量抓一次