Commit Graph

157 Commits

Author SHA1 Message Date
begoniezhao
587d1b2bd3 feat: 新增 CSV、XLSX、XLS 文件类型解析支持 2025-11-19 19:23:16 +08:00
begoniezhao
3a2c86df5b docs: 更新多语言文档,新增知识图谱与MCP配置指南及目录结构 2025-11-19 16:56:49 +08:00
begoniezhao
a910bae6cd docs: 更新API Key获取方式为web注册后账户页面获取 2025-11-19 16:00:54 +08:00
begoniezhao
ddbdae686f feat: 新增MarkdownTableUtil,减少md表格空格 2025-11-19 15:14:00 +08:00
begoniezhao
4fdbec17a7 feat: 新增网页解析类,优化依赖及图片编码支持 2025-11-18 22:37:01 +08:00
begoniezhao
2d66abedf0 feat: 新增文档模型类,调整配置与解析逻辑,优化日志及导入
移除日志设置与冗余代码,优化导入、类型提示及OCR后端管理
统一调整各文件模块导入路径为绝对导入
调整导入路径,移除部分导入,优化日志及注释
升级文档解析器为 Docx2Parser,优化超时与图片处理逻辑
2025-11-18 22:37:01 +08:00
begoniezhao
af620806e0 docs: 新增 Docker Compose 启动配置说明,调整 docker-compose.yml 配置 2025-11-18 18:31:12 +08:00
fuyaozong
a625eff525 修复bug:脚本检查系统环境时如果操作系统是Darwin,检查内存使用情况输出为空,原因是正则表达式有问题 2025-11-13 10:30:57 +08:00
fuyaozong
ef69e2aed5 将各个判断模型是否可用的逻辑和接口/api/v1/initialization/ollama/models/check的逻辑统一:对于没有指定版本的模型,默认添加":latest",避免误判导致反复调用pull模型接口 2025-11-13 10:29:47 +08:00
begoniezhao
07c3453e1a chore: 移除Docker构建参数并更新.gitignore规则 2025-11-07 10:48:38 +08:00
begoniezhao
0032a9185c chore: 新增触发分支,添加并发控制并清理磁盘空间 2025-11-05 15:05:51 +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
1fd2de5a64 refactor: 更新proto及客户端导入路径,调整Docker构建配置 2025-11-05 12:27:56 +08:00
begoniezhao
c1f731e026 chore(docreader): 重新组织模块文件 2025-11-05 12:07:39 +08:00
begoniezhao
0d790ffedc docs: Added contributor and project statistics sections to the multilingual READMEs 2025-11-03 17:37:33 +08:00
orbisai-security
6d547131b6 fix: semgrep_yaml.docker-compose.security.writable-filesystem-service.writable-filesystem-service_docker/docker-compose.minio.yml_4 2025-10-31 15:09:40 +08:00
suroy
8a40377a4a fix python dependency version for mcp 2025-10-30 18:08:47 +08:00
galaxy
a1d0ccaa09 Update 00-init-db.sql
fix sql execute error
2025-10-23 10:35:13 +08:00
qzero
ca704fa054 feat(MCP): MCP服务端添加使用文件创建知识的功能 v0.1.5 2025-10-20 11:03:55 +08:00
begoniezhao
02b78a5908 feat: 新增异步任务提取服务 2025-10-16 17:48:21 +08:00
begoniezhao
de96a52d54 chore: 将 PostgreSQL 镜像版本更新为 v0.18.9-pg17 2025-10-15 11:48:49 +08:00
begoniezhao
f24cd817cb feat: 新增 URL 重复错误类型及 409 冲突处理 2025-09-22 17:29:15 +08:00
begoniezhao
4824e41361 chore: 移除构建镜像前的版本信息准备步骤 2025-09-19 12:29:03 +08:00
begoniezhao
bfd4fffbe3 chore: upspeed build docker 2025-09-19 12:29:03 +08:00
begoniezhao
a2902de6ce chore(build): Optimize Docker build configuration and process 2025-09-18 18:22:38 +08:00
begoniezhao
a5c3623a02 chore(build): Optimize Docker build configuration and process 2025-09-18 17:34:14 +08:00
begoniezhao
8f723b38fb chore(build): Optimize Docker build configuration and process, adjust task names 2025-09-18 17:34:14 +08:00
begoniezhao
7973128f4c chore(build): Optimize Makefile and Dockerfile.app build configuration 2025-09-18 14:46:10 +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
cd7e02e54a docs: Update CHANGELOG 2025-09-17 20:37:33 +08:00
wizardchen
c9b1f43ed7 chore: release v0.1.4 2025-09-17 20:30:02 +08:00
wizardchen
76fc64a807 fix(frontend): Fix Login Direct Page 2025-09-17 20:29:34 +08:00
wizardchen
947899ff10 fix(app): Update App LLM Model Check logic 2025-09-17 19:11:26 +08:00
wizardchen
5e0a99b127 fix: Get version script 2025-09-17 16:40:48 +08:00
lyingbug
b04566be32 Support multi knowledgebases operation 2025-09-17 16:36:21 +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
begoniezhao
c589a911dc feat: Added multi-data source search engine configuration and optimization logic 2025-09-17 10:21:37 +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
5e22f96d37 chore: release v0.1.3
🔒 Security Features:
- Added login authentication functionality
- Fixed XSS vulnerabilities
- Enhanced security utilities and API key protection

🐛 Bug Fixes:
- Fixed OCR AVX support issues
- Improved Docker binary downloads
- Enhanced COS file service initialization

📚 Documentation:
- Added security notices to all README files
- Updated deployment recommendations

🚀 Features:
- Comprehensive user management system
- Enhanced authentication flow
- Improved logging and configuration
v0.1.3
2025-09-16 11:11:32 +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
b11df52cfb Merge pull request #301 from lyingbug/login_page
feat: Add Login Page
2025-09-16 10:24:49 +08:00
lyingbug
c3744866fd Merge branch 'main' into login_page 2025-09-16 10:24:05 +08:00