mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-22 18:34:08 +01:00
🛠 refactor: Ensure File Deletions, File Naming, and Agent Resource Updates (#5928)
* refactor: Improve error logging for file upload and processing functions to prevent verbosity
* refactor: Add uploads directory to Docker Compose to persist file uploads
* refactor: `addAgentResourceFile` to handle edge case of non-existing `tool_resource` array
* refactor: Remove version specification from deploy-compose.yml
* refactor: Prefix filenames with file_id to ensure uniqueness in file uploads
* refactor: Enhance error handling in deleteVectors to log warnings for non-404 errors
* refactor: Limit file search results to top 5 based on relevance score
* 🌍 i18n: Update translation.json with latest translations
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
f0f09138bd
commit
964a74c73b
31 changed files with 262 additions and 102 deletions
|
|
@ -599,7 +599,6 @@
|
|||
"com_ui_hide_qr": "Cacher le code QR",
|
||||
"com_ui_host": "Hôte",
|
||||
"com_ui_image_gen": "Génération d'image",
|
||||
"com_ui_import": "Importer",
|
||||
"com_ui_import_conversation_error": "Une erreur s'est produite lors de l'importation de vos conversations",
|
||||
"com_ui_import_conversation_file_type_error": "Type de fichier non pris en charge pour l'importation",
|
||||
"com_ui_import_conversation_info": "Importer des conversations à partir d'un fichier JSON",
|
||||
|
|
@ -733,4 +732,4 @@
|
|||
"com_ui_zoom": "Zoom",
|
||||
"com_user_message": "Vous",
|
||||
"com_warning_resubmit_unsupported": "La resoumission du message IA n'est pas prise en charge pour ce point de terminaison."
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue