diff --git a/README.md b/README.md index 598d5d9..a2804d7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ SELECT vectorize.table( Trigger the job. This will update embeddings for all records which do not have them, or for records whos embeddings are out of date. By default, pg_cron will run this job every minute. ```sql -SELECT vectorize.job_execute('my_search_job'); +SELECT vectorize.job_execute('product_search'); ```