-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Improve makefile [edited] #2141
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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
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.
Merging this means that when you run
pip install langflow
most of the dependencies won't be there.
- I think at least the docs should be aligned with it.
- Docker image should contains all the integrations extras
pyproject.toml
Outdated
@@ -77,7 +77,7 @@ langchain-anthropic = "^0.1.6" | |||
langchain-astradb = "^0.3.0" | |||
langchain-openai = "^0.1.1" | |||
zep-python = { version = "^2.0.0rc5", allow-prereleases = true } | |||
langchain-google-vertexai = "^1.0.3" | |||
langchain-google-vertexai = { extras = ["langchain-google-vertexai"], version = "^1.0.3", optional = true } |
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.
this seems wrong, langchain-google-vertexai doesn't have an extra called "langchain-google-vertexai"
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.
I wasn't as careful as I should have been in implementing these changes. As a result, I have decided to revert the modifications
This reverts commit 8078056.
Improvements for the Makefile