Skip to main content
Use the platform-specific default scheduling configuration. On , the default is ai.scheduling_timescaledb(). On self-hosted, the default is ai.scheduling_none(). A TimescaleDB background job is used to periodically trigger a cloud vectorizer on . This is not available in a self-hosted environment.

Samples

SELECT ai.create_vectorizer(
    'my_table'::regclass,
    scheduling => ai.scheduling_default(),
    -- other parameters...
);

Arguments

This function takes no arguments.

Returns

A JSON configuration object that you can use in ai.create_vectorizer.