zalando / spilo

Highly available elephant herd: HA PostgreSQL cluster using Docker
Apache License 2.0
1.53k stars 382 forks source link

[Feature Request] Add pgvector extension to spilo #894

Closed drivebyer closed 1 year ago

drivebyer commented 1 year ago

I noticed that the Spilo image has loaded some custom extensions, such as bg_mon and pg_permissions, which enhance the functionality of PostgreSQL.

I propose to add a new extension, pgvector(https://github.com/pgvector/pgvector). This extension can add a vector type in PostgreSQL to store vector data, thus equipping PostgreSQL with the capability to store vector data.

wilsonwu commented 1 year ago

For AI would, it is a good feature we need.

hughcapet commented 1 year ago

Yes, I think the extension will be added in the near future. Or you can also create a PR if you want to hurry things up

drivebyer commented 1 year ago

Yes, I think the extension will be added in the near future. Or you can also create a PR if you want to hurry things up

I am glad to. I will do it next month.

drivebyer commented 3 months ago

pg_vector available since ghcr.io/zalando/spilo-15:3.1-p1