instructor icon indicating copy to clipboard operation
instructor copied to clipboard

There is no actual support for 'databricks' provider

Open asobh-ep opened this issue 1 month ago • 1 comments

The docs clearly show usage for a 'databricks' provider here: https://python.useinstructor.com/integrations/databricks/#basic-example

However, quite clearly the 'databricks' provider is not support by the from_provider() method as there is no code to handle setting up a client: https://github.com/567-labs/instructor/blob/main/instructor/auto_client.py

asobh-ep avatar Nov 11 '25 20:11 asobh-ep

Ah, this is a mistake on my part. This is because the Databricks simply wraps OpenAI client.

I've added it and added some additional documentation.

jxnl avatar Nov 12 '25 00:11 jxnl