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

Improve makefile [edited] #2141

Merged
merged 7 commits into from
Jun 13, 2024
Merged

Improve makefile [edited] #2141

merged 7 commits into from
Jun 13, 2024

Conversation

italojohnny
Copy link
Member

@italojohnny italojohnny commented Jun 11, 2024

Improvements for the Makefile

Copy link

vercel bot commented Jun 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langflow ❌ Failed (Inspect) Jun 12, 2024 4:32pm

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. enhancement New feature or request labels Jun 11, 2024
Copy link
Contributor

@ogabrielluiz ogabrielluiz left a comment

Choose a reason for hiding this comment

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

LGTM

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jun 11, 2024
Copy link
Contributor

@nicoloboschi nicoloboschi left a 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 }
Copy link
Contributor

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"

Copy link
Member Author

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

@dosubot dosubot bot removed the lgtm This PR has been approved by a maintainer label Jun 12, 2024
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Jun 12, 2024
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Jun 12, 2024
@italojohnny italojohnny changed the title Make Dependencies Optional Improve makefile [edited] Jun 12, 2024
@ogabrielluiz ogabrielluiz merged commit 5ce1192 into dev Jun 13, 2024
5 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants