pin librechat service pgvector to static version

This docker image is abandoned, in future we have to swap it to a well maintained one, for time being we can use this one
This commit is contained in:
ShadowArcanist 2026-04-03 18:29:44 +05:30 committed by GitHub
parent 9ae5725aa4
commit 452a8ffb33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,7 +107,7 @@ services:
retries: 15
vectordb:
image: ankane/pgvector:latest
image: ankane/pgvector:v0.5.1 # pgvector by ankane is archived and not maintained, in future we have to swap this image to something else that is well maintained
environment:
- POSTGRES_DB=rag
- POSTGRES_USER=${SERVICE_USER_POSTGRES}