You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/aws/langchain_aws/vectorstores/valkey/README.md
+23-7Lines changed: 23 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,15 @@
1
1
# Valkey Vector Store
2
2
3
-
This module provides a vector store implementation for [Valkey](https://valkey.io/), a Redis-compatible in-memory data store that supports vector search capabilities.
3
+
This module provides a vector store implementation for [Valkey](https://valkey.io/), a Redis-compatible in-memory data store that supports vector search capabilities. Uses the [Valkey GLIDE](https://glide.valkey.io/) synchronous client for optimal performance.
4
4
5
5
## Installation
6
6
7
7
```bash
8
8
pip install langchain-aws[valkey]
9
9
```
10
10
11
+
This installs `valkey-glide-sync>=2.0.0` as the client library.
0 commit comments