From 6e781f616cb37966aad04adae3c885fa4cc2fff6 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Thu, 20 Feb 2025 11:24:00 +0530 Subject: [PATCH] Doc: Update Redis config (#2233) --- docs/components/vectordbs/dbs/redis.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/components/vectordbs/dbs/redis.mdx b/docs/components/vectordbs/dbs/redis.mdx index 771a6589..58030c03 100644 --- a/docs/components/vectordbs/dbs/redis.mdx +++ b/docs/components/vectordbs/dbs/redis.mdx @@ -26,7 +26,8 @@ config = { "embedding_model_dims": 1536, "redis_url": "redis://localhost:6379" } - } + }, + "version": "v1.1" } m = Memory.from_config(config)