Skip to main content

lfx-nextplaid

NextPlaid multi-vector vector store (plus its companion vLLM multivector embeddings) as a standalone Langflow Extension Bundle.

NextPlaid stores each document as a matrix of token embeddings rather than a single vector, enabling ColBERT/ColPali-style late interaction (MaxSim scoring) for significantly higher retrieval quality on semantic search. The bundle ships two components:

  • NextPlaidVectorStoreComponent — vector store backed by a running NextPlaid server via the langchain-plaid client. Supports text (ColBERT) and image (ColPali) ingestion with full upsert semantics via stable document IDs.
  • VllmMultivectorEmbeddingsComponent — produces the token-matrix embeddings NextPlaid ingests by calling vLLM's /pooling endpoint with task: token_embed. Compatible with ColBERT models such as answerdotai/answerai-colbert-small-v1.

Requirements

Install

pip install lfx-nextplaid

The bundle is registered automatically via the langflow.extensions entry-point. After install, restart your Langflow server; the components appear in the palette under the nextplaid bundle group.

Develop

cd src/bundles/nextplaid
pip install -e .
lfx extension validate src/lfx_nextplaid

Manifest

The extension manifest is shipped at src/lfx_nextplaid/extension.json and points at the bundle at components/nextplaid. Components register under the canonical namespaced IDs ext:nextplaid:NextPlaidVectorStoreComponent@official and ext:nextplaid:VllmMultivectorEmbeddingsComponent@official.

Migration

Saved flows referencing the legacy class names or the old import paths under lfx.components.nextplaid.* / lfx.components.vllm.VllmMultivectorEmbeddingsComponent are rewritten to the new namespaced IDs by the migration table in src/lfx/src/lfx/extension/migration/migration_table.json.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lfx_nextplaid-0.1.2-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file lfx_nextplaid-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: lfx_nextplaid-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for lfx_nextplaid-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 77b10663f95c73253f3f424f5a5fb95ac5d3b070ed964545a9397e07395e5dbb
MD5 dbbba373006d40512a585175ae82e69b
BLAKE2b-256 ab128d954bd9fdaedddd777719a94c201acf2b3048a682da27179931b305b852

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page