33 Commits

Author SHA1 Message Date
begoniezhao
3e08d3d9d8 fix: resolve issues with menu component integration 2025-11-21 18:36:34 +08:00
begoniezhao
587d1b2bd3 feat: 新增 CSV、XLSX、XLS 文件类型解析支持 2025-11-19 19:23:16 +08:00
Aleksandr
da640d1d33 Feature/add multilingual support (#384)
* feat: add multilingual support (English and Russian)

- Add i18n infrastructure with vue-i18n
- Implement language switcher component
- Add Russian (ru-RU) and English (en-US) translations
- Configure TDesign locale for proper UI component translation
- Replace hardcoded Chinese strings with i18n keys
- Support dynamic language switching in all components
- Add translations for all UI elements including:
  - Menu items and navigation
  - Knowledge base management
  - Chat interface
  - Settings and initialization
  - Authentication pages
  - Separator options in document splitting

This enables users to use the application in Chinese, English, or Russian.

* chore: add vue-i18n dependency and fix Input-field i18n integration

- Add vue-i18n package to frontend dependencies
- Fix Input-field component i18n integration for multilingual support

* chore: add PROGRESS_RU.md to .gitignore

- Exclude personal progress tracking file from git

* rearrange the order of the multilingual languages: Chinese, English, Russian

* Delete docker-compose.yml

* Replaced hardcoded messages with the t() function in the following files:  all error messages, 14 console.error ,messages session creation messages
, login/registration errors

* fix: restore docker-compose.yml and update .gitignore

* restore docker-compose.yml latest

* add multilingual support
2025-11-05 12:32:16 +08:00
begoniezhao
02b78a5908 feat: 新增异步任务提取服务 2025-10-16 17:48:21 +08:00
wizardchen
8ed050b8ec fix(ui): Fix Drag Upload File failed in knowlegebase 2025-09-18 13:17:54 +08:00
wizardchen
4ccbd2a127 fix(ui): Fix Drag Upload File Knowlegebase status check 2025-09-17 22:18:31 +08:00
wizardchen
512910584b fix(ui): Fix Ollama Model Download Progress 2025-09-17 21:35:33 +08:00
wizardchen
76fc64a807 fix(frontend): Fix Login Direct Page 2025-09-17 20:29:34 +08:00
wizardchen
0157eb25bd merge main 2025-09-17 16:14:29 +08:00
wizardchen
91e65d6445 feat(ui): Support multi knowledgebases operation 2025-09-17 16:02:08 +08:00
wizardchen
66aec78960 chore(ui): Update Setting page 2025-09-16 20:30:09 +08:00
wizardchen
76fbfdf8ac chore(ui): Update Setting page 2025-09-16 20:18:47 +08:00
wizardchen
4137a63852 feat(ui): Add tenant info 2025-09-16 15:46:18 +08:00
wizardchen
d28f805707 fix(ui): Fix CSP error 2025-09-16 14:58:22 +08:00
v_wnxinfeng
2e395864b9 feat: 修复下载文件内容错误问题 2025-09-16 14:33:21 +08:00
wizardchen
4005aa3ded fix(ui): fix xss in thinking 2025-09-16 13:18:58 +08:00
wizardchen
2237e1ee55 chore: release v0.1.3
- Add login authentication functionality
- Update security notices in all README files
- Update version badges and package.json
- Add deployment security recommendations
2025-09-16 11:08:43 +08:00
lyingbug
c3744866fd Merge branch 'main' into login_page 2025-09-16 10:24:05 +08:00
wizardchen
81bd2e6c2c feat: Add Login Page 2025-09-16 02:47:39 +08:00
wizardchen
0908f9c487 fix(ui): Fix xss attact 2025-09-15 20:02:25 +08:00
wizardchen
78088057fb fix: frontend depends app health 2025-09-11 14:22:29 +08:00
wizardchen
2b6cbee1b6 feat: add aliyun rerank 2025-09-10 01:22:25 +08:00
wizardchen
4214e6782b feat: add aliyun rerank model 2025-09-10 01:22:25 +08:00
wizardchen
b2f5785aed chore(release): bump frontend version to 0.1.0 2025-09-08 23:02:07 +08:00
wizardchen
46b3de2b24 fix: Distinguish between Embedding and Chat detection methods 2025-09-08 21:07:47 +08:00
wizardchen
1eed11fc4f fix: ignore non-utf8 words when saving to db 2025-08-21 19:53:54 +08:00
begoniezhao
4ff3ba6d96 feat: Added multi-architecture image building and service startup instructions, upgraded Node image and package manager 2025-08-21 15:15:42 +08:00
wizardchen
dacdad4dac feat: Get Embedding demension from backend 2025-08-15 10:37:59 +08:00
wizardchen
57c6e04e54 fix: 调整构建镜像采用的镜像源 2025-08-14 12:16:08 +08:00
wizardchen
8b43931886 feat: support minio storage 2025-08-14 12:16:08 +08:00
wizardchen
9b0ba265f0 feat: Added some tips for bad fileupload request 2025-08-10 17:41:04 +08:00
wizardchen
bdabed6bfa feat: Added web page for configuring model information 2025-08-10 17:11:07 +08:00
wizardchen
56eb2bce33 init commit 2025-08-05 15:08:07 +08:00