Is it possble to use a more generic tag for pgvcto-rs and redis?
Currently, I need to manually update the image tag based on the latest YML file, but if we had something like:
tensorchord/pgvecto-rs:pg14-v0.1.11
instead of
tensorchord/pgvecto-rs:pg14-v0.1.11@sha256:0335a1a22f8c5dd1b697f14f079934f5152eaaa216c09b61e293be285491f8ee
The YML file can remain unchanged and docker will pull the latest version related to pgvect-rs:pg14-v0.1.11.