Has there been any interest or momentum on providing Valkey vector store support for LangChain in Python? Valkey is a high-performance open source alternative to Redis, backing ElastiCache, suitable for KV caching. Normally the Redis client / adapter would work with a Valkey backend but there are some protocol incompatibilities warranting a separate, community-maintained Valkey adapter (using GLIDE). More details here in this issue ticket.
hi @jonathan.neufeld
have you seen that? Valkey vector store integration
Woops, I should have clarified for Python as opposed to JS.
Makes sense - maybe you could raise a PR then? ![]()
You got it, working on itβ¦
1 Like
Here we are: Introduce Valkey Vector Store for LangChain AWS
1 Like