Commit Graph

2891 Commits

Author SHA1 Message Date
zhangzhanwei ba0f5b5583 feat: Knowledge workflow save interface 2025-12-02 16:40:48 +08:00
shaohuzhang1 0a233cae84
fix: The knowledge base workflow upload defaults to selecting the first one (#4415) 2025-12-02 16:20:15 +08:00
CaptainB 6ad6241e15 fix: correct logo image width in KnowledgeSetting component 2025-12-02 16:03:51 +08:00
wxg0103 7a77610bcf fix: correct error handling in URL processing function 2025-12-02 16:00:59 +08:00
shaohuzhang1 d83d70aecf
fix: Upload documents from the workflow knowledge base (#4414) 2025-12-02 15:40:49 +08:00
wangdan-fit2cloud f6ddd7afa3 fix: Fix import document router error 2025-12-02 15:24:15 +08:00
CaptainB 97bd98e6ce feat: allow additional knowledge type in template condition 2025-12-02 14:58:19 +08:00
zhangzhanwei e39aa24dca feat: Knowledge workflow back route permission 2025-12-02 14:56:18 +08:00
wxg0103 ecdf558672 fix: update mp3 MIME type and improve file upload error handling 2025-12-02 14:40:45 +08:00
wangdan-fit2cloud 12bc39ff65 fix: Fix import document router error 2025-12-02 14:21:40 +08:00
CaptainB 35b6fe13a1 feat: add knowledge version management endpoints and publish functionality 2025-12-02 12:53:33 +08:00
wxg0103 16f4d2a721 feat: add upload method selection prompt to file upload settings 2025-12-02 11:40:01 +08:00
zhangzhanwei ac97e6026f fix: Knowledge workflow route 2025-12-02 11:27:28 +08:00
wxg0103 8e5aa084f6 fix: restructure local upload component for improved readability
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-02 11:06:55 +08:00
CaptainB a8c4e48e31 feat: enhance form layout and add dynamic selection for chunk size, patterns, and limits 2025-12-02 10:13:25 +08:00
wangdan-fit2cloud 4b417edbbf perf: Knowledge base workflow document import
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-01 18:28:54 +08:00
shaohuzhang1 f29a8c3701
fix: The knowledge base workflow data source can only be the starting node (#4409) 2025-12-01 18:19:32 +08:00
wxg0103 7e9c440869 feat: add upload method label translations to workflow settings 2025-12-01 17:47:58 +08:00
wangdan-fit2cloud c9656e8804 fix: Fix table rendering errors 2025-12-01 15:28:19 +08:00
shaohuzhang1 cbbdef0462
feat: Knowledge base workflow release, version management function (#4405)
* feat: Knowledge base workflow release, version management function

* feat: Knowledge base workflow release, version management function
2025-12-01 15:04:25 +08:00
CaptainB 056f79a8b8 feat: update shared knowledge workflow API and adjust data source handling 2025-12-01 13:30:05 +08:00
CaptainB f08a9c53d4 feat: add knowledge workflow management endpoints and related functionality 2025-12-01 13:19:35 +08:00
wangdan-fit2cloud 769790a768 fix: Fix table rendering errors 2025-12-01 12:43:42 +08:00
CaptainB 9e3b16c3ce feat: add success message for document replacement in multiple languages 2025-12-01 12:19:36 +08:00
wxg0103 8a147dddb6 fix: set default table height to 300 for improved layout 2025-12-01 11:39:31 +08:00
CaptainB e9d4ac38ac feat: enhance knowledge serialization to include workflow details
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-11-28 19:17:36 +08:00
wangdan-fit2cloud e0bbf06357 fix: Fix document routing issues 2025-11-28 18:26:03 +08:00
wxg0103 caafea2cc0 feat: add Docker AI provider to the model provider list 2025-11-28 17:44:46 +08:00
shaohuzhang1 8a1284d075
fix: build type-check error (#4400) 2025-11-28 16:58:43 +08:00
CaptainB 62cbb7a8dc feat: add workflow knowledge card to KnowledgeSetting component 2025-11-28 16:42:47 +08:00
CaptainB 1a1722c4a6 refactor: enhance chunk size input with tooltip for better user guidance 2025-11-28 15:48:23 +08:00
shaohuzhang1 bfae088df6
feat: knowledge workflow (#4399)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
* feat: init knowledge workflow

* feat: add knowledge workflow and version models, serializers, and API views

* feat: knowledge workflow

* feat: knowledge workflow

* feat: add KnowledgeWorkflowModelSerializer and Operate class for workflow management

* fix: route

* feat: knowledge workflow

* feat: Knowledge workflow permission

* feat: knowledge workflow

* feat: knowledge workflow

* feat: knowledge workflow

* feat: knowledge workflow

* feat: Data source web node

* fix: Back route

* feat: knowledge workflow

* feat: knowledge workflow

* feat: Knowledge write node

* feat: add Data Source tool functionality and localization

* feat: add Data Source tool functionality and localization

* feat: knowledge workflow

* feat: knowledge workflow

* fix: simplify export tool permission check in ToolListContainer.vue

* fix: simplify export condition in ToolResourceIndex.vue

* fix: simplify condition for copying tool in ToolListContainer

* feat: knowledge workflow

* fix: Upload local files and add output fields

* feat: Knowledge write

* feat: add Document Split Node functionality and localization

* feat: add Document Split Node functionality and localization

* feat: Knowledge write

* feat: enhance Document Split Node with result processing and problem list generation

* fix: Allow problem be blank

* feat: enhance Document Split Node with result processing and problem list generation

* feat: tool datasource

* fix: Optimization of knowledge base workflow execution logic

* refactor: streamline image handling by updating application and knowledge ID management

* refactor: streamline image handling by updating application and knowledge ID management

* feat: extend support modes in variable aggregation node to include knowledge workflows

* feat: Chunks stored

* refactor: simplify file handling in document extraction by removing unnecessary byte conversion and enhancing file saving logic

* refactor: update file ID assignment in document extraction to use provided metadata

* feat: Workflow menu that distinguishes between applications and knowledge bases

* refactor: update file ID assignment in document extraction to use provided metadata

* fix: Add workspace ID as workflow execution parameter

* feat: add code template for Data Source tool form functionality

* refactor: remove unused sys import and improve module handling

* feat: Execution details support loading status

* refactor: update tool type handling and improve category merging logic

* feat: Alter fork depth

* fix: ensure filterList is properly initialized and updated in getList function

* refactor: simplify ToolStoreDialog by removing unused toolType logic

* perf: Optimize the style

* style: adjust div width for improved layout in Tree component

* refactor: improve polling mechanism for knowledge workflow action

* fix: Get workspace_id from workflow params

* fix: filter out 'file_bytes' from result in get_details method

* feat: add recursive filtering for file_bytes in context data

* fix: append results to paragraph_list instead of replacing it

* perf: Optimize translation files

* fix: include document name in bytes_to_uploaded_file call for better file handling

* refactor: optimize buffer retrieval in document processing

* refactor: remove redundant parameter from bytes_to_uploaded_file call

* fix: Page style optimization

* feat: add slider for setting limit in document rules form

* feat: add workflow knowledge management endpoints and related functionality

* fix: swap file size and file count limits in form inputs

* refactor: update tool_config args to use list format for improved readability

* feat: Node supports knowledge base workflow

* feat: Node supports knowledge base workflow

* fix: Basic node data cannot be obtained in the workflow

* style: Knowledge base workflow debugging page style adjustment

* fix: Loop nodes cannot be used in the knowledge base workflow

* fix: Knowledge base workflow variable assignment node

* feat: add chunk size slider to form for custom split strategy

* fix: Workflow style optimization

---------

Co-authored-by: CaptainB <bin@fit2cloud.com>
Co-authored-by: zhangzhanwei <zhanwei.zhang@fit2cloud.com>
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-11-28 15:38:20 +08:00
zhangzhanwei d9ecf8cc9c fix: Generate prompt 2025-11-27 18:22:46 +08:00
wxg0103 a05335a0b3 feat: update getFile function to include application ID for URL retrieval 2025-11-27 17:44:36 +08:00
wxg0103 9a474b2302 feat: implement SAML2 authentication with configuration options 2025-11-26 11:31:04 +08:00
zhangzhanwei 7da64a2268 feat: Filter user by role
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-25 15:22:58 +08:00
wangdan-fit2cloud dfd26dea40 perf: One click beautification within the loop node
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-20 15:17:46 +08:00
wxg0103 56a8795b33 feat: add local and URL upload options with validation messages 2025-11-20 10:23:20 +08:00
wangdan-fit2cloud 7b5e5ab9db perf: Workflow allows opening new windows with the Ctrl key. 2025-11-18 14:54:51 +08:00
wangdan-fit2cloud 6d38a71906 perf: Login authentication added prompt message 2025-11-18 11:22:19 +08:00
wangdan-fit2cloud f09b68d301 perf: Optimize tool store style 2025-11-17 17:54:27 +08:00
zhangzhanwei 7ec4e7cefa fix: Mcp error raise
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-17 15:37:30 +08:00
zhangzhanwei 9f8d7d6108 fix: About read permission 2025-11-17 11:07:33 +08:00
wangdan-fit2cloud 48c4ffc7b4 feat: Application overview adds user token statistics 2025-11-14 16:51:56 +08:00
wangdan-fit2cloud 7db2714197 perf: url upload style
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-13 18:13:40 +08:00
wxg0103 93770b7ed0 feat: add comments to clarify token usage and top questions data structure 2025-11-13 15:13:19 +08:00
wxg0103 74b1bce315 feat: add token usage and top questions statistics retrieval 2025-11-13 14:55:47 +08:00
wangdan-fit2cloud 719ba08c6e perf: Optimize the display of the header username
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-11-12 17:58:01 +08:00
wxg0103 8f3d5ec940 fix: update username length validation to 4-64 characters 2025-11-12 14:26:39 +08:00
wxg0103 153a3faa8a fix: update WeCom QR code iframe URL to use state instead of accessToken
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-12 11:42:13 +08:00