Giter Club home page Giter Club logo

cnpgvecto.rs's Introduction

Note

This repository has been archived in favour of https://github.com/tensorchord/cloudnative-pgvecto.rs.
You can safely continue using the images from this repository until you need to upgrade to a new pgvecto.rs version.

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"

cnpgvecto.rs's People

Contributors

bo0tzz avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

imtoanle

cnpgvecto.rs's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

dockerfile
Dockerfile
github-actions
.github/workflows/docker.yml
  • actions/checkout v4
  • mikefarah/yq v4.40.5
  • actions/checkout v4
  • docker/setup-qemu-action v3.0.0
  • docker/setup-buildx-action v3.0.0
  • docker/login-action v3.0.0
  • tj-actions/changed-files v41
  • actions/github-script v7
  • docker/metadata-action v5
  • docker/build-push-action v5.1.0
regex
versions.yaml
  • ghcr.io/cloudnative-pg/postgresql 14.10
  • ghcr.io/cloudnative-pg/postgresql 15.5
  • ghcr.io/cloudnative-pg/postgresql 16.1
  • tensorchord/pgvecto.rs v0.1.13

  • Check this box to trigger a request for Renovate to run again on this repository

Builds for postgres 12/13

This would require building pgvectors from source (or getting them to publish debs for those versions). TBD if support for these versions is actually needed.

Limit pushing of release tags

Currently the release tags are pushed on every PR and every commit on main. They should only be pushed when a release is actually desired.

Work out tagging/versioning scheme

Some options:

  • Directly copy the (postgres version) tags from the cnpg images: 15, 16, 16.1, etc., always with the latest pgvecto.rs version (at build time).
  • Include the pgvecto.rs version in the tags: 15-v0.1.8, 16.1-v0.1.7, etc.
  • ???
  • Both?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.