list_vector_tables
Discover all vector columns in your PostgreSQL database, including table names and vector dimensions. Optionally filter by schema.
Instructions
List every column of type vector in the database, with its table and dimensionality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Restrict to one schema, or all schemas if omitted |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |