Top
Enterprise Postgres 17 SP1 Knowledge DataManagement FeatureUser's Guide

3.11.2 Vectorization Schedule

You can generate vector data from text data in the following ways.

The timing of vectorization is determined by the schedule specified when defining vectorization. If schedule_none is specified, periodic vectorization will not be performed. To perform vectorization at a specified time, run the run_vectorize_worker function. If schedule_vectorizer is specified, periodic vectorization will be performed within the database.

Automatic vectorization can be disabled with the ai.disable_vectorizer_schedule function. It can also be re-enabled with the ai.enable_vectorizer_schedule function.