From 452a8ffb33da54fb8a1211c37749079cf3765fdf Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:29:44 +0530 Subject: [PATCH] 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 --- templates/compose/librechat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/librechat.yaml b/templates/compose/librechat.yaml index 2c66e9c3b..66ac35aca 100644 --- a/templates/compose/librechat.yaml +++ b/templates/compose/librechat.yaml @@ -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}