From 145c0944c12430d8e63fc869ffb02a3a0edd1598 Mon Sep 17 00:00:00 2001 From: Adam Hendel Date: Wed, 20 Dec 2023 10:35:32 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a35b85..dbefdd3 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ Create a job to vectorize the products table. We'll specify the tables primary k ```sql ALTER SYSTEM SET vectorize.openai_key TO ''; + +SELECT pg_reload_conf(); ``` ```sql