mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-14 03:30:25 +00:00
feat: add support for Valkey vector database (#24769)
* feat: add support for Valkey vector database Signed-off-by: Riley Des <riley.desserre@improving.com> * feat: add CLIENT SETNAME to Valkey vector store connections Set client_name on GlideClientConfiguration for both the main client and batch client so connections are identifiable in CLIENT LIST, monitoring dashboards, and CloudWatch metrics. Signed-off-by: Riley Des <riley.desserre@improving.com> --------- Signed-off-by: Riley Des <riley.desserre@improving.com>
This commit is contained in:
committed by
GitHub
parent
8644532f5b
commit
567c4aabe9
@@ -41,6 +41,7 @@ dependencies = [
|
||||
|
||||
"pycrdt==0.12.47",
|
||||
"redis==7.4.0",
|
||||
"valkey-glide-sync==2.3.1",
|
||||
|
||||
"pytz==2026.1.post1",
|
||||
"APScheduler==3.11.2",
|
||||
|
||||
Reference in New Issue
Block a user