← Back to changelog

⚠️ Breaking Changes v0.7.0+

Breaking Changes for the v0.7.0+ release of LibreChat

v0.7.0-breaking-changes

Error Messages (UI)

Client-facing error messages now display this warning asking to contact the admin.

For the full error consult the console logs or the additional logs located in ./logs

image

Logs Location

  • The full logs are now in ./logs (they are still in ./api/logs for local, non-docker installations)

Google Search Plugin

  • Google Search Plugin: Changed the environment variable for this plugin from GOOGLE_API_KEY to GOOGLE_SEARCH_API_KEY due to a conflict with the Google Generative AI library pulling this variable automatically. If you are using this plugin, please update your .env file accordingly.

RAG API (Chat with Files)

  • RAG API Update: The default Docker compose files now include a Python API and Vector Database for RAG (Retrieval-Augmented Generation). Read more about this in the RAG API page