mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-19 00:48: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
|
|
@ -584,7 +584,6 @@
|
|||
"com_ui_happy_birthday": "내 첫 생일이야!",
|
||||
"com_ui_host": "호스트",
|
||||
"com_ui_image_gen": "이미지 생성",
|
||||
"com_ui_import": "가져오기",
|
||||
"com_ui_import_conversation_error": "대화를 가져오는 동안 오류가 발생했습니다",
|
||||
"com_ui_import_conversation_file_type_error": "가져올 수 없는 파일 형식입니다",
|
||||
"com_ui_import_conversation_info": "JSON 파일에서 대화 가져오기",
|
||||
|
|
@ -716,4 +715,4 @@
|
|||
"com_ui_zoom": "확대/축소",
|
||||
"com_user_message": "당신",
|
||||
"com_warning_resubmit_unsupported": "이 엔드포인트에서는 AI 메시지 재전송이 지원되지 않습니다"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue