tembo-io / pg_vectorize

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

drop deprecated parameters from vectorize.table() #158

Closed Bhavyajain21 closed 2 weeks ago

Bhavyajain21 commented 1 month ago

/fixes #146 /claim #146

ChuckHend commented 1 month ago

vectorize.search() and vectorize.table() need to remain functional after the deprecated params are dropped, so there could be some scope related to updating the call tree such that it only uses the index_dist_type parameter.

Bhavyajain21 commented 1 month ago

I've updated the PR. Can you please review? @ChuckHend

ChuckHend commented 1 month ago

FYI - image builds will fail because the branch is outside the Tembo org, and that is fine.