Samples
Arguments
This function takes no arguments.Returns
A JSON configuration object that you can use inai.create_vectorizer.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Disable automatic indexing for embeddings
SELECT ai.create_vectorizer(
'blog_posts'::regclass,
indexing => ai.indexing_none(),
-- other parameters...
);
ai.create_vectorizer.