From b400a3199956adb6ca66fd72b01f2ea547116d8e Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:01:12 -0400 Subject: [PATCH] docs: add back nextplaid bundle to release notes --- docs/docs/Support/release-notes.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/Support/release-notes.mdx b/docs/docs/Support/release-notes.mdx index 19dd409076..fc3f0ff15f 100644 --- a/docs/docs/Support/release-notes.mdx +++ b/docs/docs/Support/release-notes.mdx @@ -51,6 +51,15 @@ To avoid the impact of potential breaking changes and test new versions, the Lan Highlights of this release include the following changes. For all changes, see the [Changelog](https://github.com/langflow-ai/langflow/releases). +### New features and enhancements + +- NextPlaid multi-vector bundle + + The **NextPlaid** bundle adds two new components for ColBERT-style multi-vector retrieval. + + The **NextPlaid** vector store, backed by a running [NextPlaid](https://github.com/meetdoshi90/next-plaid) server, stores each document as a matrix of token embeddings, and the **vLLM Multivector Embeddings** component generates the token-level multi-vector embeddings required by NextPlaid. + + For more information, see [NextPlaid bundle](./bundles-nextplaid). - LFX is now engine-only