+ {coreSupport && (
+
+ Basic {name} support is available in all Langflow installations through the core Language Model component.
+ This bundle adds an enhanced {name} component with additional provider-specific parameters.
+
+ )}
+
+ If you installed lfx directly (not as part of langflow), install the {name} bundle separately:
+
+
+ - Run
uv pip install lfx-{packageName}.
+ - Restart Langflow.
+ - To confirm the bundle loaded, run
lfx extension list.
+
+ If you installed Langflow with uv pip install langflow, all bundle components are already included.
+ 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
new file mode 100644
index 0000000000..1a4b0642b2
--- /dev/null
+++ b/docs/docs/_partial-bundle-lfx-bundles-install.mdx
@@ -0,0 +1,9 @@
+:::tip
+If you installed `lfx` directly with `uv pip install lfx`, install the `lfx-bundles` package to use these components:
+
+```bash
+uv pip install lfx-bundles
+```
+
+If you installed Langflow with `uv pip install langflow`, all bundle components are already included.
+:::