For information about the tables and views that pgai creates, please refer to the pgai documentation.
pgx_vectorizer creates the following tables.
pgx_vectorizer.worker_setting_table
Column | Type | Constraint | Description |
---|---|---|---|
type | text | PRIMARY KEY | The type of parameter to set. The name of the embedded provider or user |
parameter | text | PRIMARY KEY | Parameter name |
value | text | NOT NULL | Value to set for the parameter |