Vonng / pigsty

Free RDS for PostgreSQL —— Pigsty
https://pigsty.io
GNU Affero General Public License v3.0
3.39k stars 259 forks source link

Support pg_embedding extensions #300

Closed tobiasmuehl closed 1 year ago

tobiasmuehl commented 1 year ago

Apologies if this extension is already available.

https://github.com/neondatabase/pg_embedding, for some workloads it is more promising than pgvector

Vonng commented 1 year ago

Pigsty v2.3.1 has included pgvector v0.5, which introduces a native HNSW index support.

The performance looks impressive:

I'd be glad to include pg_embedding as a supplement once PGDG official rpm is available.

tobiasmuehl commented 1 year ago

Just stumbled upon yet another extension for this: https://github.com/lanterndata/lantern

Vonng commented 1 year ago

Already build pg_embedding rpm and add to default repo packages: https://github.com/Vonng/pigsty/commit/b0ec393f4833857e5384147e5ad19d2172263d1e

Vonng commented 1 year ago

resolved by https://github.com/Vonng/pigsty/commit/4aa22efb6b1435a43f19368d21467fc0e3cf80ea released in v2.4.0