mirror of
https://github.com/YuzuZensai/cloudnative-vectorchord-pgvecto.rs.git
synced 2026-01-06 04:33:02 +00:00
b748e7174c6e2af0fd8de609e70f618342f42f26
* fix: pgvecto.rs install package got renamed * chore: Underscores * feat: Fail build if deb download returns 404 * chore: pgvecto.rs no longer versions with v prefix * Revert "chore: pgvecto.rs no longer versions with v prefix" This reverts commit a883c0de09ab439bbee45d9861e93416971427ae. * chore: Strip v prefix from pgvectors tag * chore: Use buildx TARGETARCH variable * fix: TARGETARCH arg needs to be specified
cnpgvecto.rs
Container images for cloudnative-pg with the pgvecto.rs extension installed.
Important
If you are using this image on an existing database, the postgres configuration needs to be altered to enable the extension. You can do this by setting shared_preload_libraries in your Cluster spec:
apiVersion: postgresql.cnpg.io/v1 kind: Cluster spec: (...) postgresql: shared_preload_libraries: - "vectors.so"
Description
Languages
Dockerfile
100%