From 07f44cbdbfa0e7ccc11a80be0f347ba096b2b6fa Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:09:47 -0400 Subject: [PATCH] docs: graduated bundles and partial --- docs/docs/Components/bundles-anthropic.mdx | 3 +++ docs/docs/Components/bundles-cohere.mdx | 3 +++ docs/docs/Components/bundles-datastax.mdx | 3 +++ docs/docs/Components/bundles-openai.mdx | 3 +++ .../_partial-bundle-graduated-install.mdx | 22 +++++++++++++++++++ 5 files changed, 34 insertions(+) create mode 100644 docs/docs/_partial-bundle-graduated-install.mdx diff --git a/docs/docs/Components/bundles-anthropic.mdx b/docs/docs/Components/bundles-anthropic.mdx index 0c3f3f1153..323d6f32ae 100644 --- a/docs/docs/Components/bundles-anthropic.mdx +++ b/docs/docs/Components/bundles-anthropic.mdx @@ -5,11 +5,14 @@ slug: /bundles-anthropic import Icon from "@site/src/components/icon"; import PartialParams from '@site/docs/_partial-hidden-params.mdx'; +import { GraduatedBundleInstall } from '@site/docs/_partial-bundle-graduated-install.mdx';