docs: add back nextplaid bundle to release notes

This commit is contained in:
Mendon Kissling
2026-06-22 17:01:12 -04:00
parent 74a6cb8bd8
commit b400a31999

View File

@ -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