Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Aug 16, 2023
1 parent ba52bb9 commit 6ab45af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
```


Expand Down

0 comments on commit 6ab45af

Please sign in to comment.