latest librechat image breaks rag api with healthcheck error #6071
Unanswered
zeemy23
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
There were no changes to the RAG API, you are likely unable to connect. Try these updating instructions: Updating Instructions (docker): # Linux command to Remove all existing images
docker images -a | grep "librechat" | awk '{print $3}' | xargs docker rmi
# Windows Powershell
docker images -a | findstr "librechat" | ForEach-Object { docker rmi $_.Split()[2] } Then follow the directions here: https://www.librechat.ai/docs/local/docker#update-librechat |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
updating to librechat-dev-api:f362f18870b842a060bf11c20ea6ffd8c8fc8a59 to fix claude 3.7 broke rag api uploads which were previously working with v0.7.7-rc1
Version Information
librechat-dev-api:f362f18870b842a060bf11c20ea6ffd8c8fc8a59 and latest rag api image
Steps to Reproduce
try uploading file with above containers
What browsers are you seeing the problem on?
Microsoft Edge
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions