- The {providerName} bundle is a standalone partner package and is not included in a standard uv pip install langflow installation.
- To install it, run:
- uv pip install {packageName}
- After installation, restart Langflow. To confirm the bundle loaded, run:
- lfx extension list
- For more information, see Install Langflow bundle components.
+
+ {coreSupport && (
+ Basic {name} support is already included in all Langflow installations through the core Language Model component. This bundle adds an enhanced {name} component with additional provider-specific parameters.
+ )}
+ The {name} bundle is a standalone partner package and is not included in a standard uv pip install langflow.
+ To install it, do the following:
+
+ - Run
uv pip install {packageName}.
+ - Restart Langflow.
+ - To confirm the bundle loaded, run
lfx extension list.
+
+ For more information, see Install bundle components.
);
};
diff --git a/docs/docs/_partial-bundle-lfx-bundles-install.mdx b/docs/docs/_partial-bundle-lfx-bundles-install.mdx
index ec36281b10..25e903b63c 100644
--- a/docs/docs/_partial-bundle-lfx-bundles-install.mdx
+++ b/docs/docs/_partial-bundle-lfx-bundles-install.mdx
@@ -1,19 +1,13 @@
-:::note Bundle installation required
+:::info Bundle installation required
-This bundle is part of the **`lfx-bundles`** metapackage and is **not** included in a standard `uv pip install langflow` installation.
+This bundle is part of the `lfx-bundles` metapackage and is **not** included in a standard `uv pip install langflow` installation.
-To install it, run:
+To install it, do the following:
- ```bash
- uv pip install lfx-bundles
- ```
-
-Restart Langflow and confirm the bundle loaded:
-
- ```bash
- lfx extension list
- ```
+1. Run `uv pip install lfx-bundles`.
+2. Restart Langflow.
+3. To confirm the bundle loaded, run `lfx extension list`.
For more information, see [Install Langflow bundle components](/components-bundle-components).
-:::
+:::
\ No newline at end of file