diff --git a/docs/docs/Components/bundles-agentics.mdx b/docs/docs/Components/bundles-agentics.mdx index 49ce06e30a..eabdd1fb06 100644 --- a/docs/docs/Components/bundles-agentics.mdx +++ b/docs/docs/Components/bundles-agentics.mdx @@ -5,6 +5,9 @@ slug: /bundles-agentics import Icon from "@site/src/components/icon"; import PartialParams from '@site/docs/_partial-hidden-params.mdx'; +import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx'; + + The [Agentics](https://github.com/IBM/agentics/) component bundle uses LLMs to transform tabular data. Add or fill columns row-by-row with the [**aMap** component](#amap-component), collapse many rows into one with [**aReduce** component](#areduce-component), or generate synthetic rows with the [**aGenerate** component](#agenerate-component). diff --git a/docs/docs/Components/bundles-aiml.mdx b/docs/docs/Components/bundles-aiml.mdx index d4da5126b1..f751fb6f21 100644 --- a/docs/docs/Components/bundles-aiml.mdx +++ b/docs/docs/Components/bundles-aiml.mdx @@ -5,6 +5,9 @@ slug: /bundles-aiml import Icon from "@site/src/components/icon"; import PartialParams from '@site/docs/_partial-hidden-params.mdx'; +import PartialLfxBundlesInstall from '@site/docs/_partial-bundle-lfx-bundles-install.mdx'; + +