surfaceembeddingembed_status
Embeddingscalar · returns varchar

EMBED_STATUS

Check embedding coverage for a table/column

Per-row — runs once for each row.

embeddingembedding-modelspecialist-zootext

Arguments

nametypedescription
table_nameVARCHARSource table name
column_nameVARCHARText column
id_columnVARCHARID column

About

Check embedding status for a table/column - how many rows are embedded vs total. SQL Usage: SELECT embed_status('products', 'description', 'id'); Returns JSON stats: { "table": "products", "column": "description", "rows_total": 1000, "rows_embedded": 850, "rows_pending": 150, "coverage_pct": 85.0, "embedding_model": "fastembed/nomic-embed-text-v1.5" }

Nearby rabbit holes

same domain
Climb back to The Looking Glass