Skip to main content

Valkey Vector Store

Valkey is an open source (BSD) high-performance key/value datastore that supports a variety of workloads and rich datastructures including vector search.

Installation

Usage

Parameters

Here are the parameters available for configuring Valkey:

Cluster Mode

To use Valkey with cluster mode enabled (CME), set cluster_mode to true:
When cluster mode is enabled, the connector uses ValkeyCluster instead of the standalone client, which handles MOVED/ASK redirections automatically. Search queries are coordinated across all shards by the valkey-search module’s built-in coordinator. See the valkey-search documentation for details on cluster mode behavior.