tembo-io / pg_vectorize

The simplest way to build AI workloads on Postgres
https://tembo.io/pg_vectorize/
739 stars 33 forks source link

Update error handling for vectorize.init_rag() when table not present #80

Closed EvanHStanton closed 8 months ago

EvanHStanton commented 8 months ago

Before:

ERROR:  SpiTupleTable positioned before the start or after the end

After:

ERROR:  One of schema:`public`, table:`products`, column:`product_id` does not exist.