-
Notifications
You must be signed in to change notification settings - Fork 38
Add timeout and retry params to ChatDatabricks #165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add timeout and retry params to ChatDatabricks #165
Conversation
Signed-off-by: Sid Murching <[email protected]>
… release Signed-off-by: Sid Murching <[email protected]>
Signed-off-by: Sid Murching <[email protected]>
| "unitycatalog-langchain[databricks]>=0.2.0", | ||
| "databricks-connect>=16.1.1,<16.4", | ||
| "openai>=1.97.1", | ||
| "databricks-sdk>=0.63.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: update this after SDK releases
| "pytest", | ||
| "typing_extensions", | ||
| "databricks-sdk>=0.34.0", | ||
| "databricks-sdk>=0.63.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we add it to the normal list of dependencies, i think we can delete it from the dev reqs
bbqiu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, but can't merge yet without the db-sdk release
Signed-off-by: Sid Murching <[email protected]>
Signed-off-by: Sid Murching <[email protected]>
Signed-off-by: Sid Murching <[email protected]>
Signed-off-by: Sid Murching <[email protected]>
Signed-off-by: Sid Murching <[email protected]>
Add standard langchain timeout and retry params to ChatDatabricks. Depends on a Databricks SDK release containing the changes in databricks/databricks-sdk-py#1025