Basic Setup within Datrabricks using azure-openai #1104
-
I am trying to run LangTest within Databricks. I have an Azure OpenAI deployment I've used for a number of other purposes so I'm confident it's set up correctly. But when I run a simple Harness, it fails to invoke the langchain at the rpediction step with this error:
Here is my setup within my Databricks notebook:
and here is the code which throws an error in the
It can be quite tricky to ensure that all the various versions of the packages are aligned correctly, especially as Databricks provides some defaults which often need overriding, so I suspect that might be the issue. But since LangTest doesn't explicitly define which versions of the packages it needs, I'm finding it hard to get going. Any help would be strongly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @GrahamJWills , I found the bug and will fix it as soon as possible next release. |
Beta Was this translation helpful? Give feedback.
This issue has been fixed in LangTest 2.5.0. Please upgrade to the latest version and let us know if you encounter any further issues. 🚀
Quick Guide for Databricks Integration:
Key Features:
Example Workflow:
Load Data into Spark DataFrame:
Test Configuration: