From ecf720f54e4491617f47a3cf6ae5e4bc38aa88d2 Mon Sep 17 00:00:00 2001 From: Dhruv Chaturvedi Date: Sun, 24 May 2026 22:31:17 +0530 Subject: [PATCH] fix(ci): update auto-generated files and fix docs build - Update component index with new IBM DB2 components (363 components, 97 modules) - Update frontend package-lock.json - Fix docs build by removing reference to missing image in bundles-db2.mdx Fixes CI failures: - Update Component Index - Update Starter Projects - Test Docs Build --- docs/docs/Components/bundles-db2.mdx | 4 +- src/frontend/package-lock.json | 41 +---- src/lfx/src/lfx/_assets/component_index.json | 167 +++++++++++-------- 3 files changed, 97 insertions(+), 115 deletions(-) diff --git a/docs/docs/Components/bundles-db2.mdx b/docs/docs/Components/bundles-db2.mdx index bdc84bd3e3..37db9a1c30 100644 --- a/docs/docs/Components/bundles-db2.mdx +++ b/docs/docs/Components/bundles-db2.mdx @@ -35,9 +35,7 @@ IBM Db2 Vector Store provides enterprise-grade vector search capabilities with b ### Use the IBM Db2 Vector Store component in a flow -The following example flow uses one **IBM Db2 Vector Store** component for both reads and writes: - -![IBM Db2 Vector Store receiving split text](/img/component-db2-vector-store.png) +The **IBM Db2 Vector Store** component can be used for both reads and writes: * When writing, it splits `JSON` from a [**URL** component](/url) into chunks, computes embeddings with attached **Embedding Model** component, and then loads the chunks and embeddings into the Db2 vector store. To trigger writes, click