Hello,
I’d like to upgrade my installation but the docker compose seems to be quite different / changed a lot.
Other than the AP version itself, I see a change:
postgres:
image: 'postgres:14.4'
vs. the new one:
postgres:
image: 'pgvector/pgvector:0.8.0-pg14'
Is this a drop in / smooth upgrade?
Will all my workflows keep on working without any issues?