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
- Python
- TypeScript
Here are the parameters available for configuring Valkey:
Cluster Mode
To use Valkey with cluster mode enabled (CME), setcluster_mode to true:
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.