Back to Langflow

lfx-valkey

src/bundles/valkey/README.md

1.12.0.dev0732 B
Original Source

lfx-valkey

Valkey component(s) as a standalone Langflow Extension Bundle.

Install

bash
pip install lfx-valkey

The bundle is registered automatically via the langflow.extensions entry-point. After install, restart your Langflow server; the bundle's components will appear in the palette under the valkey group with the namespaced IDs ext:valkey:<Class>@official.

Develop

bash
cd src/bundles/valkey
pip install -e .
lfx extension validate src/lfx_valkey

Migration

Saved flows referencing the legacy class name(s) or the old import paths under lfx.components.valkey.* are rewritten to the new namespaced IDs by the migration table in src/lfx/src/lfx/extension/migration/migration_table.json.