Basic Setup within Datrabricks using azure-openai #1104
Unanswered
GrahamJWills
asked this question in
Q&A
Replies: 1 comment
-
Hi @GrahamJWills , I found the bug and will fix it as soon as possible next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
run
call: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.
All reactions