What is the feature request? What problem does it solve?
The vdk sdk contains functions like send_tablular_data_for_ingestion.
We need to suppose sending vectorized data for ingestion. This most likely won't require changing any function declarations. But it will require making changes to the postgres plugin to support writing vectors.
Definition of done
- Postres plugin supports writing vectors using pgvector
- Functional tests using example data job