From 94124aaa56e8e02ee8c40ee327fa0b8581947acf Mon Sep 17 00:00:00 2001 From: Alfred Nutile <365385+alnutile@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:47:31 -0400 Subject: [PATCH] Fix readme note the need for DBEngin for Redis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2abdbe74..48e31907 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Make two database is Postgres (use TablePlus https://tableplus.com/ or some othe Ok then run this in TablePlus: +> NOTE: if you are not using the HERD paid version then download https://dbngin.com and run Redis with that. + ```sql CREATE EXTENSION vector; ```