-
Notifications
You must be signed in to change notification settings - Fork 8.3k
docs: modular dependency imports for langflow-base #11250
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
base: docs-1.8-release
Are you sure you want to change the base?
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
|
Build successful! ✅ |
aimurphy
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.
approved with a few suggestions
| ``` | ||
|
|
||
| ### Install optional dependency groups | ||
| ### Install optional dependency groups for langflow |
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.
| ### Install optional dependency groups for langflow | |
| ### Install optional dependency groups for `langflow` |
| uv pip install "langflow[postgresql,openai]" | ||
| ``` | ||
|
|
||
| ### Install optional dependency groups for langflow-base |
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.
| ### Install optional dependency groups for langflow-base | |
| ### Install optional dependency groups for `langflow-base` |
|
|
||
| The `langflow-base` package (base) provides its own optional dependency groups that are separate from those in the `langflow` package. The `langflow-base` package can be installed as a standalone package with these optional dependency groups. This is useful if you only need the core Langflow infrastructure without the full `langflow` package, or if you want to install `langflow-base` dependencies separately. | ||
|
|
||
| The `langflow` package (main) depends on `langflow-base`, so when you install `langflow`, it automatically includes `langflow-base` as a dependency. |
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.
| The `langflow` package (main) depends on `langflow-base`, so when you install `langflow`, it automatically includes `langflow-base` as a dependency. | |
| The `langflow` package (`main`) depends on `langflow-base`, so when you install `langflow`, it automatically includes `langflow-base` as a dependency. |
#6732 adds support for installing the
langflow-basepackage with modular dependencies.