timescale / pgvectorscale

A complement to pgvector for high performance, cost efficient vector search on large workloads.
PostgreSQL License
610 stars 23 forks source link

feat: support pg12, pg13, pg14 as pgvector does #94

Open yihong0618 opened 3 weeks ago

yihong0618 commented 3 weeks ago

This PR try to support pg12-pg14 as pgvector supports. some of the codes from zombodb

close: #93

CLAassistant commented 3 weeks ago

CLA assistant check
All committers have signed the CLA.

cevian commented 3 weeks ago

@yihong0618 thanks. I'll review this.

nickcanz commented 20 hours ago

👋 Just 👍 this PR as having the same version support as pgvector would be very helpful for our use cases, we primarily use pg14 right now.