Commit Graph

5410 Commits

Author SHA1 Message Date
CaptainB 4cda73ba57 refactor: optimize document matching logic for tag conditions 2025-10-23 17:43:28 +08:00
CaptainB 27b74580a4 chore: update document.py to create and associate new source file ID in metadata 2025-10-23 16:41:15 +08:00
wangdan-fit2cloud 4d081d9fd0 fix: Fix the issue of image enlargement in the paragraph 2025-10-23 16:21:03 +08:00
CaptainB e71cf925ba chore: add tag setting option to document dropdown 2025-10-23 15:17:45 +08:00
CaptainB 9c0e79114f fix: correct dropdown item disabled logic and handle new position assignment 2025-10-23 14:20:35 +08:00
dependabot[bot] 14ff47a409 build(deps): bump pypdf in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [pypdf](https://github.com/py-pdf/pypdf).


Updates `pypdf` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/py-pdf/pypdf/compare/6.0.0...6.1.3)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.1.3
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-23 12:36:43 +08:00
CaptainB 096c72513f feat: add handling for missing source files in document processing
--bug=1062915 --user=刘瑞斌 【知识库】快速创建的文档,替换原文档报错,找不到源文件 https://www.tapd.cn/62980211/s/1789099
2025-10-23 11:48:44 +08:00
CaptainB a584378002 chore: update file query to include document_id in filter
--bug=1062912 --user=刘瑞斌 【知识库】文档-替换原文档成功,但是下载原文档依然是替换前的文档 https://www.tapd.cn/62980211/s/1789094
2025-10-23 11:43:13 +08:00
CaptainB 1070d27d2a feat: add translations for tag management messages in django.po
--bug=1062907 --user=刘瑞斌 【知识库】创建或编辑标签,标签或标签值重复的异常提示没有国际化 https://www.tapd.cn/62980211/s/1789069
2025-10-23 11:11:13 +08:00
CaptainB 75d79918b8 fix: ensure unique tag IDs when creating new document tags
--bug=1062908 --user=刘瑞斌 【知识库】文档标签设置,添加标签时,重复选择相同的标签,添加报错 https://www.tapd.cn/62980211/s/1789052
2025-10-23 10:55:03 +08:00
CaptainB d7748ac68b fix: update TooltipLabel usage to correctly reference item.label 2025-10-23 10:49:53 +08:00
CaptainB cfa80800d6 chore: update migration to alter systemsetting type and remove duplicates 2025-10-23 10:49:53 +08:00
liqiang-fit2cloud 85d6a2696d perf: try to reduce memory usage by adding env LD_PRELOAD. 2025-10-23 10:47:07 +08:00
liqiang-fit2cloud af5d0dcb9f perf: try to reduce memory usage by adding --preload argument for multi workers. 2025-10-23 10:25:25 +08:00
liqiang-fit2cloud c5aa570482 perf: try to reduce memory usage by decreasing default core workers to 2. 2025-10-23 10:20:05 +08:00
wangdan-fit2cloud 978579af10 perf: refine style
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-10-22 19:38:14 +08:00
shaohuzhang1 7b3c1c7823
fix: The parameter extraction node does not display input parameters in the execution details (#4239) 2025-10-22 18:24:55 +08:00
shaohuzhang1 c5dfbde07c
fix: Error parameter not popped up prompt during variable splitting and parameter extraction node verification (#4238) 2025-10-22 17:57:16 +08:00
shaohuzhang1 fe2180ba3d
fix: When collecting data from the multiple-choice box of the form collection node, it is recommended to support pressing enter to select the option (#4237) 2025-10-22 17:34:25 +08:00
shaohuzhang1 9c6bf019c8
fix: Variable splitting and parameter extraction result in data loss when there is a form collection node (#4236) 2025-10-22 17:10:27 +08:00
shaohuzhang1 173994e65a
feat: Add SECRET_KEY environment variable settings (#4235) 2025-10-22 16:51:02 +08:00
wxg0103 92e8a9105f feat: update encryption process to use UTF-8 encoding for login form data 2025-10-22 16:40:46 +08:00
shaohuzhang1 9faebd8a41
fix: Variable splitting node expression not validated (#4233) 2025-10-22 16:33:22 +08:00
shaohuzhang1 c4526afb1a
fix: After adding parameters to the variable splitting parameter extraction node, the subsequent node parameters were not updated (#4231) 2025-10-22 16:02:06 +08:00
wxg0103 678122fe9e feat: update video file extensions and clean up code formatting in file upload settings 2025-10-22 15:01:01 +08:00
shaohuzhang1 b36e8f5350
perf: Optimize the export of conversation logs (#4230) 2025-10-22 14:53:42 +08:00
zhangzhanwei 57271e97be feat: Update django migration 2025-10-22 14:50:23 +08:00
wangdan-fit2cloud 6ea020f7f5 perf: Add a description of the parameters passed to the start node interface 2025-10-22 14:43:28 +08:00
zhangzhanwei 4648f08f98 feat: About permission
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-10-22 14:13:49 +08:00
CaptainB 887de56877 feat: enhance model handling with default parameters and cache model check 2025-10-22 12:30:47 +08:00
wangdan-fit2cloud 92d5e17600 feat: Execution details of variable splitting and parameter extraction 2025-10-22 11:55:49 +08:00
zhangzhanwei 4487964d17 feat: Replace source file permission 2025-10-22 11:25:11 +08:00
wangdan-fit2cloud c3fca96c98 perf: Optimize multiple selections 2025-10-22 11:19:44 +08:00
CaptainB 147eea4160 feat: implement bulk update for files with matching SHA256 hash 2025-10-22 10:43:32 +08:00
zhangzhanwei c0ae78411e feat: Tag permission interface 2025-10-22 10:18:41 +08:00
zhangzhanwei 2d38540070 feat: Tag Permission 2025-10-22 10:15:08 +08:00
CaptainB 219fe97c87 feat: Add document_id_list parameter to query methods in vector classes 2025-10-22 10:04:37 +08:00
wangdan-fit2cloud 09c5c9c042 feat: Variable Splitting Node and Parameter Extraction Node
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-10-21 19:30:24 +08:00
shaohuzhang1 727c8bfa98
feat: Enhance dynamic form rendering (#4223) 2025-10-21 19:25:22 +08:00
CaptainB da7f0edecd refactor: configure logging levels for mcp and mcp.server 2025-10-21 17:59:25 +08:00
wangdan-fit2cloud 6485d12646 feat: Support folder authorization(#3853) 2025-10-21 17:03:21 +08:00
zhangzhanwei 0bc635a802 feat: Folder Permission 2025-10-21 15:15:59 +08:00
CaptainB f6c72b44c2 refactor: simplify return statement in get_reference_content method
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-10-21 11:59:07 +08:00
CaptainB c8c26bb6d3 fix: correct tool_params reset logic in index.vue
--bug=1062838 --user=刘瑞斌 【应用】MCP 节点切换下一个参数引用上一个参数会被删除 https://www.tapd.cn/62980211/s/1788333
2025-10-21 11:46:24 +08:00
CaptainB c31142eeab feat: add tag filtering and input support in document search functionality 2025-10-21 10:38:16 +08:00
zhangzhanwei 349402b2d8 feat: Folder authorization can optionally include sub-resources 2025-10-21 10:22:03 +08:00
CaptainB cbac86a15d fix: update valueMessage placeholders in application workflow for consistency 2025-10-21 10:08:43 +08:00
wxg0103 674cd614eb feat: update routing to navigate to chat with access token after OAuth2 callback 2025-10-21 09:25:33 +08:00
wxg0103 39aaee8e02 fix: handle empty message case in common.py and update username regex validation in user.py
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-10-20 18:42:55 +08:00
wxg0103 39bd4de6ee feat: enhance script loading with error handling and cleanup, update routing for chat navigation 2025-10-20 18:10:55 +08:00