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