47 Commits

Author SHA1 Message Date
begoniezhao
587d1b2bd3 feat: 新增 CSV、XLSX、XLS 文件类型解析支持 2025-11-19 19:23:16 +08:00
fuyaozong
ef69e2aed5 将各个判断模型是否可用的逻辑和接口/api/v1/initialization/ollama/models/check的逻辑统一:对于没有指定版本的模型,默认添加":latest",避免误判导致反复调用pull模型接口 2025-11-13 10:29:47 +08:00
begoniezhao
1fd2de5a64 refactor: 更新proto及客户端导入路径,调整Docker构建配置 2025-11-05 12:27:56 +08:00
begoniezhao
02b78a5908 feat: 新增异步任务提取服务 2025-10-16 17:48:21 +08:00
wizardchen
947899ff10 fix(app): Update App LLM Model Check logic 2025-09-17 19:11:26 +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
4005aa3ded fix(ui): fix xss in thinking 2025-09-16 13:18:58 +08:00
lyingbug
c3744866fd Merge branch 'main' into login_page 2025-09-16 10:24:05 +08:00
begoniezhao
c2d52a9374 feat: Modify COS file service initialization parameters and URL processing logic 2025-09-16 10:15:50 +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
cd249df8c8 fix(ui): Ignore showing APIKEY for security 2025-09-15 14:52:00 +08:00
wizardchen
78088057fb fix: frontend depends app health 2025-09-11 14:22:29 +08:00
wizardchen
8a2b38da6f fix: rewrite query is empty 2025-09-10 19:35:26 +08:00
begoniezhao
79b9315758 feat: Added knowledge base column value update method and optimized logging 2025-09-10 19:04:37 +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
65b2d9eb84 feat: support aliyun qwen3 model 2025-09-08 15:10:25 +08:00
wizardchen
49b934b4fb feat: Update the method for verifying LLM connectivity 2025-09-08 11:51:13 +08:00
wizardchen
2e029731ed feat: Compatibility with rerank API output fields 2025-09-08 11:20:40 +08:00
begoniezhao
9cda977175 refactor: Change Elasticsearch query parameters from string concatenation to JSON formatting 2025-09-04 12:09:56 +08:00
begoniezhao
27a7ed7f85 refactor: 将 StorageConfig.Value() 接收者改为值类型 2025-09-01 11:08:47 +08:00
begoniezhao
54570da047 refactor(knowledge.go): Modify the knowledge existence check condition to eliminate the parsing failure state 2025-08-29 17:47:10 +08:00
begoniezhao
7be2e99aa2 chore(clone): Optimize concurrent processing, improve error handling and annotations 2025-08-29 15:04:14 +08:00
Liwx1014
19c5e242bf 兼容解析重排序服务返回score字段 2025-08-28 16:27:59 +08:00
wizardchen
1eed11fc4f fix: ignore non-utf8 words when saving to db 2025-08-21 19:53:54 +08:00
wizardchen
5848c74e8d fix: update model check endpoint 2025-08-21 16:52:39 +08:00
wizardchen
785261313f feat: make CONCURRENCY_POOL_SIZE configurable 2025-08-16 13:27:01 +08:00
begoniezhao
c97bf0de11 chore: Change the file and string hashing algorithm from SHA256 to MD5 2025-08-15 15:48:36 +08:00
wizardchen
9287f4334f fix: remove print cos secret 2025-08-15 10:49:22 +08:00
wizardchen
dacdad4dac feat: Get Embedding demension from backend 2025-08-15 10:37:59 +08:00
SyedaAnshrahGillani
92ebf68516 Refactor: Replace MD5 with SHA-256 for hashing 2025-08-14 20:00:36 +08:00
wizardchen
8b43931886 feat: support minio storage 2025-08-14 12:16:08 +08:00
begoniezhao
705ea7a52c docs: Updated API documentation, added examples and fields, and adjusted responses and parameters. 2025-08-12 15:40:41 +08:00
wizardchen
4baf6b7b8b fix: Fix init tenant 2025-08-10 22:10:29 +08:00
wizardchen
df65b8bcd1 fix: rerank endpoint base url 2025-08-10 21:48:47 +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
Mirza-Samad-Ahmed-Baig
789896f121 feat: Make search parameters configurable in HybridSearch 2025-08-09 21:49:14 +08:00
wizardchen
6eefe1c2a7 Fix issue with auto-generated model ID during model creation 2025-08-09 21:46:12 +08:00
begoniezhao
104a65ad23 feat: 新增多模态参数及处理逻辑,优化图片与删除操作 2025-08-08 17:19:06 +08:00
wizardchen
56eb2bce33 init commit 2025-08-05 15:08:07 +08:00