tembo-io / pg_vectorize

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

Optional Remote Worker #76

Closed ChuckHend closed 6 months ago

ChuckHend commented 6 months ago

big diff, but mostly just shuffling stuff around.

splits the non-pgrx code into a separate lib which makes it easier to compile separate binary for running worker as a stand-alone proc, alternative to the postgres bgw

ChuckHend commented 6 months ago

The upgrade test is going to fail because the file structure changes in this change.