LibreChat
complete
M
Muhammad Ahsan Shaikh
complete
M
Muhammad Ahsan Shaikh
Thanks for the suggestion Victor. We have created a PR for you. Please deploy it and let us know if this covers the need. We will proceed with the production merge once we have the confirmation. Thanks!
V
Victor
Muhammad Ahsan Shaikh
The program is running, but there are problems.
One error is this: error: Config file YAML format is invalid: ENOENT: no such file or directory, open '/app/librechat.yaml'
This is because Librechat requires configuration in .env and custom settings in librechat.yaml.
Because of this, the application is not running.
I will send you the documentation link for review: https://www.librechat.ai/docs/configuration/librechat_yaml/setup
M
Muhammad Ahsan Shaikh
Victor - Thanks for the recommendation. We have added the required file. Please go through the new deployment and let us know. We really appreciate your support in this regard. Thanks!
V
Victor
Muhammad Ahsan Shaikh
Now it's working, but how do I edit the librechat.yaml file?
After editing, I'll be able to check if everything is okay with the installation.
M
Muhammad Ahsan Shaikh
Victor - Please check the storage section of the librechat service. It has the file mounted that you do a live edit on.
V
Victor
Muhammad Ahsan Shaikh
It worked great! Problem solved!
I just have one question: how do I make it pull the latest version with each deployment?
M
Muhammad Ahsan Shaikh
Victor - We keep tracking the latest version and keep them updated. You can also change the image tag (if available).
V
Victor
Muhammad Ahsan Shaikh
I'm having trouble updating librechat-meilisearch.
I updated all librechat containers, but meilisearch displays an error like this:
2025-08-13T12:51:48.912284Z ERROR meilisearch: error=Your database version (1.12.3) is incompatible with your current engine version (1.16.0).
To migrate data between Meilisearch versions, please follow our guide on https://www.meilisearch.com/docs/learn/update_and_migration/updating.
Error: Your database version (1.12.3) is incompatible with your current engine version (1.16.0).
To migrate data between Meilisearch versions, please follow our guide on https://www.meilisearch.com/docs/learn/update_and_migration/updating.
I've tried updating a few times and changing the source to getmeili/meilisearch:v1.16.0 and also to getmeili/meilisearch:latest
But I always get this error. Please help me.