Commit Graph

4914 Commits

Author SHA1 Message Date
CaptainB 63d441f928 fix: add uv.lock to .gitignore to prevent tracking of lock file
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-08-19 16:18:02 +08:00
CaptainB 9f83755007 fix: update Dockerfile to install dependencies from pyproject.toml and adjust .dockerignore 2025-08-19 16:01:51 +08:00
CaptainB 103bd6697b fix: correct torch dependency syntax in pyproject.toml 2025-08-19 15:53:19 +08:00
CaptainB 7fc1d89659 fix: refactor database collation refresh and reindex logic with improved error handling 2025-08-19 15:52:04 +08:00
liqiang-fit2cloud b9fcd68418 build: try uv. 2025-08-19 15:50:41 +08:00
zhangzhanwei 354f85ddb6 feat: Qwen asr speech recognition 2025-08-19 15:44:22 +08:00
CaptainB 9461ca8071 feat: add migration to refresh collation and reindex database 2025-08-19 13:44:10 +08:00
liqiang-fit2cloud 11b689226c fix: fix tool issue occurred after upgrade debian to trixie. 2025-08-19 13:06:56 +08:00
liqiang-fit2cloud 02e183e65c build: upgrade pg from 17.5 to 17.6. 2025-08-19 09:55:40 +08:00
liqiang-fit2cloud 5c6a5ea1aa fix: update base images in Dockerfile to use trixie variant 2025-08-19 09:48:27 +08:00
liqiang-fit2cloud 29314a79d0 fix: update base images in Dockerfile to use trixie variant 2025-08-19 09:43:31 +08:00
liqiang-fit2cloud 4a8963b548 Merge branch 'v2' of https://github.com/maxkb-dev/maxkb into v2 2025-08-19 09:25:44 +08:00
shaohuzhang1 d26883581c
feat: Form nodes support file upload and multi-line text (#3879)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-08-18 19:08:00 +08:00
zhangzhanwei 31d71d137a feat: Front end permissions for resource authorization 2025-08-18 18:16:20 +08:00
CaptainB 4847eba4bf fix: add check for existing problem-paragraph mapping before processing
--bug=1060558 --user=刘瑞斌 【github#3868】知识库分段,重复添加同一个问题,问题会重复多次关联分段 https://www.tapd.cn/62980211/s/1756889
2025-08-18 17:08:22 +08:00
wxg0103 044465fcc6 feat: enhance model credential validation and support for multiple API versions 2025-08-18 16:46:27 +08:00
zhangzhanwei 795db14c75 feat: Backend permissions for resource authorization 2025-08-18 16:39:00 +08:00
CaptainB ed424428ac fix: update base images in Dockerfile to use bookworm variant 2025-08-18 15:32:04 +08:00
CaptainB c82a33ce48 fix: update postgres dependency to version 17.6-bullseye 2025-08-18 14:57:34 +08:00
zhangzhanwei 2714a941f9 feat: Resource authorization permission 2025-08-18 14:24:31 +08:00
CaptainB f1c7f0f3af feat: add allow_download option to document form 2025-08-18 14:04:21 +08:00
zhangzhanwei b32b06391f feat: Qwen2.5-omni-7b full modal speech recognition 2025-08-18 11:05:34 +08:00
shaohuzhang1 a85c36f289
feat: Workflow form nodes support reference assignment (#3866) #2439
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-08-15 18:08:18 +08:00
wxg0103 f78027818d fix: improve formatting and consistency in ChatHistoryDrawer.vue 2025-08-15 17:59:26 +08:00
zhangzhanwei 15ec70c4a8 feat: Interface with Qwen Omni speech to text model 2025-08-15 17:52:43 +08:00
shaohuzhang1 33806f66d0
feat: Workplace resource authorization (#3864)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-15 17:48:52 +08:00
CaptainB a700bc126f fix: update pypdf dependency to version 6.0.0 2025-08-15 16:36:29 +08:00
justin0u0 6def3eecda
fix(ui): markdown unordered list does not show correctly (#3857) 2025-08-15 16:03:23 +08:00
shaohuzhang1 c0b2aa3688
feat: System resource authorization function (#3861)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-15 16:03:03 +08:00
wxg0103 f78e24105f feat: enhance WeCom Bot configuration with updated URL info and additional guidance 2025-08-15 15:43:25 +08:00
liqiang-fit2cloud 8e5f1bb74e Merge branch 'v2' of https://github.com/maxkb-dev/maxkb into v2 2025-08-14 16:25:14 +08:00
CaptainB f1bc8bba73 fix: add platform-specific torch dependency for Windows support
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-08-14 16:23:30 +08:00
liqiang-fit2cloud b03c8cf384 Merge branch 'v2' of https://github.com/maxkb-dev/maxkb into v2 2025-08-14 16:15:58 +08:00
CaptainB e76b0a7d71 fix: update torch dependency to support platform-specific installation 2025-08-14 16:15:48 +08:00
zhangzhanwei 9ea37a4799 feat:Multiple permission filtering function 2025-08-14 16:10:21 +08:00
liqiang-fit2cloud 55db283d96 Merge branch 'v2' of https://github.com/maxkb-dev/maxkb into v2 2025-08-14 14:41:54 +08:00
CaptainB 581143cba2 fix: improve error logging format for TencentCloudSDKException 2025-08-14 14:31:03 +08:00
CaptainB 8fe21248a8 chore: remove tencentcloud-sdk-python-asr dependency from pyproject.toml
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-08-14 11:37:48 +08:00
liqiang-fit2cloud 530a546352 refactor: disable upgrade from v1 to v2. 2025-08-14 11:28:44 +08:00
CaptainB 194b6844f5 feat: add tencentcloud-sdk-python-asr dependency 2025-08-14 11:26:39 +08:00
zhangzhanwei f9f475a5a0 feat: Integrate with Tencent SentienceRecognition model 2025-08-14 11:23:16 +08:00
wxg0103 8ee9bc04eb feat: add WeCom Bot configuration support in application settings
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-08-13 17:34:15 +08:00
liqiang-fit2cloud 6279c9bc3e dep: update description. 2025-08-13 17:29:06 +08:00
liqiang-fit2cloud 0d1d3a19b8 dep: update torch. 2025-08-13 17:03:46 +08:00
liqiang-fit2cloud c8762ade9a build: update ENV. 2025-08-13 14:57:50 +08:00
CaptainB af4f9e5139 fix: improve default parameter handling in MCP tool code generation 2025-08-13 13:37:00 +08:00
CaptainB 3830ee920d feat: enhance function parameter handling to support default values 2025-08-13 12:44:39 +08:00
CaptainB 5e99770999 feat: enhance MCP tool execution with unique ID generation and improved file handling 2025-08-13 12:30:30 +08:00
CaptainB bb665b5196 feat: enhance MCP tool execution with unique ID generation and improved file handling 2025-08-13 11:49:37 +08:00
CaptainB f0a3391897 refactor: simplify error handling in MCP server code execution 2025-08-13 11:49:37 +08:00