⚠️ 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
Logs Location
- The full logs are now in
./logs(they are still in./api/logsfor local, non-docker installations)
Google Search Plugin
- Google Search Plugin: Changed the environment variable for this plugin from
GOOGLE_API_KEYtoGOOGLE_SEARCH_API_KEYdue to a conflict with the Google Generative AI library pulling this variable automatically. If you are using this plugin, please update your.envfile 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