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:
parent
9ae5725aa4
commit
452a8ffb33
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ services:
|
||||||
retries: 15
|
retries: 15
|
||||||
|
|
||||||
vectordb:
|
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:
|
environment:
|
||||||
- POSTGRES_DB=rag
|
- POSTGRES_DB=rag
|
||||||
- POSTGRES_USER=${SERVICE_USER_POSTGRES}
|
- POSTGRES_USER=${SERVICE_USER_POSTGRES}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue