instructor
instructor copied to clipboard
There is no actual support for 'databricks' provider
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
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.