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