Skip to content
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

Inline langchain-databricks components #25

Merged
merged 8 commits into from
Dec 9, 2024

Conversation

prithvikannan
Copy link
Collaborator

@prithvikannan prithvikannan commented Dec 5, 2024

Inline ChatDatabricks, DatabricksEmbeddings, and DatabricksVectorSearch from langchain-databricks package and their corresponding unit tests.

Remove langchain-databricks as a dependency for databricks-langchain.

Signed-off-by: Prithvi Kannan <[email protected]>
Signed-off-by: Prithvi Kannan <[email protected]>
Signed-off-by: Prithvi Kannan <[email protected]>
@leonbi100
Copy link

@prithvikannan are we considering porting over the integration tests? I understand that's more complicated since they have their own CI/CD system

@@ -1,11 +1,8 @@
# Import modules from langchain-databricks

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we going to remove langchain-databricks as a dependency from the pyproject.toml file?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good callout, just updated.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think they're some new test issues with that change could you take a look?

@prithvikannan
Copy link
Collaborator Author

@prithvikannan are we considering porting over the integration tests? I understand that's more complicated since they have their own CI/CD system

yes we do plan to. this PR is just the unit tests, but we will move integration tests next.

Signed-off-by: Prithvi Kannan <[email protected]>
Signed-off-by: Prithvi Kannan <[email protected]>
Signed-off-by: Prithvi Kannan <[email protected]>
Signed-off-by: Prithvi Kannan <[email protected]>
Copy link

@leonbi100 leonbi100 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@prithvikannan prithvikannan merged commit 1f43c17 into main Dec 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants