Commit Graph

2382 Commits

Author SHA1 Message Date
shaohuzhang1 dbbd2f95af
fix: model permission (#3300) 2025-06-18 18:16:05 +08:00
CaptainB b9304f0fda refactor: improve SQL queries to include user nicknames and enhance readability 2025-06-18 18:15:16 +08:00
shaohuzhang1 13c5833d42
fix: model permission (#3299) 2025-06-18 18:09:50 +08:00
shaohuzhang1 c793f429de
fix: model permission (#3298) 2025-06-18 17:55:31 +08:00
CaptainB c1ca6eafe6 refactor: enhance workspace authorization handling in shared knowledge, model, and tool 2025-06-18 17:54:00 +08:00
wxg0103 4975c4b2bf refactor: permission 2025-06-18 17:25:24 +08:00
shaohuzhang1 f7a0ee6184
fix: permission role (#3295) 2025-06-18 17:07:38 +08:00
shaohuzhang1 acb00e92d8
fix: permission role (#3294) 2025-06-18 16:49:17 +08:00
CaptainB 9068c1fca0 refactor: simplify serializer field definitions in tool.py 2025-06-18 16:43:08 +08:00
wxg0103 ee1ca6fb23 refactor: permission 2025-06-18 16:12:54 +08:00
CaptainB e6c2e4fb13 feat: enhance knowledge retrieval with JSON metadata support 2025-06-18 16:10:24 +08:00
wxg0103 3498d799cf refactor: permission 2025-06-18 16:06:18 +08:00
CaptainB 45508b08a3 fix: update file extension from .fx to .tool in export functionality 2025-06-18 15:28:07 +08:00
CaptainB f4e15d76a0 feat: add is_active field to tool and tool_folder queries 2025-06-18 15:22:05 +08:00
CaptainB 707094359b feat: add icon field to tool and tool_folder queries 2025-06-18 15:13:22 +08:00
zhangzhanwei 4eb594598c feat: Permission update 2025-06-18 15:10:01 +08:00
CaptainB c056cd85ac fix: allow null values for tool edit request fields 2025-06-18 15:09:16 +08:00
wxg0103 b16d1d68dc refactor: user 2025-06-18 14:01:43 +08:00
shaohuzhang1 4205dc902f
fix: permission (#3292) 2025-06-18 13:33:49 +08:00
shaohuzhang1 fb4880f3f4
fix: redis db (#3291)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-18 12:24:26 +08:00
shaohuzhang1 5e9a7583a3
fix: ui 404 (#3290) 2025-06-18 12:14:40 +08:00
shaohuzhang1 a08dd98ffb
fix: permission (#3289) 2025-06-18 11:26:21 +08:00
CaptainB fbc37edf3c fix: include workspace_id in batch save for document processing
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-17 20:20:35 +08:00
shaohuzhang1 d0ba49456f
fix: chat user token (#3284) 2025-06-17 20:08:39 +08:00
CaptainB 62d0089c9e fix: change HTTP methods from GET to PUT for document synchronization endpoints 2025-06-17 19:00:30 +08:00
CaptainB 0d36704f63 fix: correct position parameter usage in adjust_position method 2025-06-17 18:31:11 +08:00
CaptainB 9221c7c93a fix: remove default model reference from embedding_model and add export paths for templates 2025-06-17 17:20:00 +08:00
shaohuzhang1 a93d7ca6d7
feat: chat captcha (#3279) 2025-06-17 15:01:59 +08:00
CaptainB 9ab90a7b21 fix: update ToolCreateRequest to ToolEditRequest for validation in edit method 2025-06-17 15:00:41 +08:00
shaohuzhang1 695773df7d
fix: user role (#3278) 2025-06-17 14:47:17 +08:00
CaptainB 3c39c508cf fix: set paragraph positions based on maximum existing position 2025-06-17 14:21:11 +08:00
CaptainB 93daee5bc7 fix: remove required label from workspace_id in Pylint serializer 2025-06-17 14:07:56 +08:00
CaptainB 119f678224 fix: update paragraph ordering and adjust position during bulk creation 2025-06-17 13:23:34 +08:00
shaohuzhang1 00e486c3fe
feat: chat message ui (#3275)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-17 11:58:35 +08:00
wxg0103 863e08120a refactor: model 2025-06-16 21:04:46 +08:00
wxg0103 63eefa3ffa refactor: model 2025-06-16 20:46:04 +08:00
CaptainB 77a824235f fix: correct embedding_model_id references in SQL and Vue files 2025-06-16 20:16:23 +08:00
CaptainB 8e93e1ea2e fix: handle None source_file_id in link_file method 2025-06-16 16:57:10 +08:00
wxg0103 f773792424 refactor: log add workspace_id 2025-06-16 16:31:28 +08:00
shaohuzhang1 60b3bcdd64
feat: operate log workspace (#3266) 2025-06-16 16:28:07 +08:00
wxg0103 d8ca74a2f5 refactor: xpack license 2025-06-16 15:08:33 +08:00
shaohuzhang1 1ea78ea0c7
fix: role authentication (#3263) 2025-06-16 14:05:08 +08:00
CaptainB 8fd4541d67 fix: add psutil dependency version 7.0.0 to pyproject.toml 2025-06-16 13:34:24 +08:00
CaptainB b8f80931d2 fix: update default folder reference from 'root' to 'default' in multiple models 2025-06-16 12:59:51 +08:00
CaptainB cbcad3cc83 fix: update default folder reference from 'root' to 'default' in multiple models
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-16 11:42:28 +08:00
CaptainB 7aa0b10f93 fix: update Dockerfile to use 'build-only' command for UI build process 2025-06-16 11:33:20 +08:00
shaohuzhang1 719ad9c9c1
Update django.po
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-13 23:57:51 +08:00
wxg0103 f4efdca5ed refactor: permission 2025-06-13 18:36:01 +08:00
CaptainB 43087e7ca3 feat: add compilation and installation scripts for MaxKB project 2025-06-13 17:58:52 +08:00
shaohuzhang1 b6fb059512
feat: web ui (#3257) 2025-06-13 17:35:25 +08:00
shaohuzhang1 9558e4053d
feat chat ui (#3253) 2025-06-13 16:17:02 +08:00
shaohuzhang1 f7349d2b3d
feat local model config (#3252) 2025-06-13 15:31:51 +08:00
shaohuzhang1 466175fb19
perf: workflow chat (#3247) 2025-06-13 12:01:08 +08:00
CaptainB 54578eff33 fix: update logging messages to reflect new MaxKB branding 2025-06-13 11:18:39 +08:00
shaohuzhang1 bf630b9d07
feat: workflow application debug chat (#3245) 2025-06-12 21:10:10 +08:00
shaohuzhang1 c7e30bb098
feat: simple application debug chat (#3244) 2025-06-12 20:07:31 +08:00
wxg0103 02e7cacb10 refactor: user reset password 2025-06-12 19:16:30 +08:00
CaptainB 156b490f1a fix: add workspace_id to knowledge retrieval 2025-06-12 18:22:00 +08:00
CaptainB 42c6157404 fix: add workspace_id to knowledge retrieval 2025-06-12 18:09:08 +08:00
CaptainB dad309193a fix: add workspace_id to knowledge retrieval 2025-06-12 18:06:28 +08:00
CaptainB a3e2e8b548 fix: change workspace_id field type from UUIDField to CharField in serializers 2025-06-12 17:47:41 +08:00
CaptainB 10cbfcf795 fix: change workspace_id field type from UUIDField to CharField in document serializer 2025-06-12 17:46:12 +08:00
shaohuzhang1 14ae7864aa
fix: resource permission auth (#3243) 2025-06-12 17:10:33 +08:00
CaptainB bba9e62d43 fix: add migrations for altering workspace_id and creating ModelWorkspaceAuthorization 2025-06-12 16:32:40 +08:00
CaptainB 9a7281212d fix: update image URL paths to use OSS endpoints 2025-06-12 15:49:54 +08:00
shaohuzhang1 e5e993986c
feat: application chat debug (#3241) 2025-06-12 15:21:59 +08:00
CaptainB 31838f8099 fix: update embedding_mode_id to embedding_model_id across multiple files 2025-06-12 15:12:26 +08:00
CaptainB 64d5217dc9 fix: update folder_id retrieval to use workspace_id from localStorage 2025-06-12 14:29:00 +08:00
CaptainB 3f5180d54d fix: remove default value for folder_id and use workspace_id instead 2025-06-12 11:52:46 +08:00
wxg0103 6ad9682465 refactor: add switch language 2025-06-12 11:25:19 +08:00
wxg0103 e0d08ac590 refactor: add switch language 2025-06-12 11:25:07 +08:00
CaptainB e81a7962b8 fix: add scope field to knowledge serializers and update related SQL queries
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-11 20:35:25 +08:00
CaptainB ace03e5b5a fix: enhance knowledge retrieval logic with dynamic SQL selection based on workspace management 2025-06-11 20:07:33 +08:00
CaptainB 0695b281d8 fix: enhance knowledge retrieval logic with dynamic SQL selection based on workspace management 2025-06-11 20:06:13 +08:00
wxg0103 16482af519 refactor: chat user add login auth 2025-06-11 19:36:35 +08:00
wxg0103 6c342e02f0 refactor: add all user list 2025-06-11 18:29:26 +08:00
CaptainB ba0dcf6b1b feat: enhance permission checks by incorporating role constants for workspace management 2025-06-11 17:00:14 +08:00
wxg0103 874dd34cba refactor: user add log 2025-06-11 16:40:09 +08:00
shaohuzhang1 59d78679b0
feat: application add workspace manage role (#3235)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-11 15:21:01 +08:00
CaptainB c758059fe4 feat: add migration to insert default data for ToolFolder and KnowledgeFolder 2025-06-11 15:07:38 +08:00
CaptainB 9877c825bc fix: update check_depth function to include workspace_id for folder hierarchy validation 2025-06-11 14:58:08 +08:00
CaptainB b63bd8bbea fix: update check_depth function to include workspace_id for folder hierarchy validation 2025-06-11 14:56:49 +08:00
wxg0103 fa818fc6e8 refactor: workspace add user member 2025-06-11 14:27:06 +08:00
wxg0103 7ca61274f2 refactor: workspace add user member 2025-06-11 14:15:49 +08:00
shaohuzhang1 f5baae4117
fix: application page (#3233) 2025-06-11 12:21:13 +08:00
wxg0103 c07fd323bf refactor: workspace add user member 2025-06-11 11:35:47 +08:00
wxg0103 bec1cbd000 refactor: workspace add user member 2025-06-11 11:25:26 +08:00
CaptainB 840fa68b98 fix: rename parameter in put method for clarity 2025-06-11 10:35:13 +08:00
shaohuzhang1 e0bfe0cd73
fix: Modify openAPI description (#3231)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-10 21:03:50 +08:00
shaohuzhang1 87ab2178bf
feat: application chat log (#3230) 2025-06-10 20:35:20 +08:00
wxg0103 cfafc3f0ba refactor: cache 2025-06-10 19:50:33 +08:00
wxg0103 e6e3acdfea refactor: log add workspace_id
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-10 14:50:25 +08:00
CaptainB 982604d39a fix: change order of query results to ascending by creation time 2025-06-10 13:03:50 +08:00
wxg0103 bc91e94079 refactor: add shared model 2025-06-10 11:30:15 +08:00
wxg0103 3233058146 refactor: permission 2025-06-10 11:29:30 +08:00
shaohuzhang1 5f19924f9f
perf: model manage (#3226) 2025-06-09 21:09:51 +08:00
shaohuzhang1 6a0a57e785
feat: application stats (#3225) 2025-06-09 21:08:04 +08:00
shaohuzhang1 e8886d5c65
feat: application api key (#3224) 2025-06-09 20:25:58 +08:00
CaptainB 56dc0c89de feat: alter document and paragraph status fields and update foreign key constraints 2025-06-09 19:12:52 +08:00
wxg0103 68201d3f87 refactor: model 2025-06-09 19:08:50 +08:00
CaptainB 42509f46ab feat: update permission constants and views for system knowledge management 2025-06-09 18:59:13 +08:00
CaptainB 9ccb501a90 feat: update permission constants and views for system knowledge management 2025-06-09 18:42:21 +08:00
shaohuzhang1 5da47a140d
feat: Access restrictions (#3222) 2025-06-09 18:40:56 +08:00
CaptainB fff46e5c28 feat: add workspace_id field to Create serializer in paragraph.py 2025-06-09 17:56:24 +08:00
CaptainB f1e19a1ace feat: add resource management module with CRUD operations and permissions 2025-06-09 17:56:24 +08:00
CaptainB 2b097e5c97 feat: update problem serializers to use ListField for batch requests 2025-06-09 17:38:08 +08:00
shaohuzhang1 c83bce3cef
fix: anonymous authentication (#3216) 2025-06-09 16:57:04 +08:00
wxg0103 6e0e0d2366 refactor: model api 2025-06-09 16:32:29 +08:00
shaohuzhang1 66c868e71f
fix: anonymous authentication (#3214) 2025-06-09 16:25:18 +08:00
shaohuzhang1 3807cf1960
feat: application chat (#3213) 2025-06-09 16:18:43 +08:00
wxg0103 5f10b70e24 refactor: tools add default workspace_id 2025-06-09 15:26:21 +08:00
wxg0103 07caf1ffa5 refactor: add share model 2025-06-09 15:10:13 +08:00
wxg0103 c0eac6d97c refactor: model 2025-06-09 14:28:17 +08:00
wxg0103 515e8555aa refactor: cache
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-09 11:16:50 +08:00
wxg0103 980a27bb74 refactor: add logout
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-07 19:05:27 +08:00
wxg0103 8d40004c67 refactor: add logout 2025-06-07 19:03:18 +08:00
wxg0103 b8b14884bd refactor: add application settings 2025-06-07 17:57:11 +08:00
shaohuzhang1 7d898d870c
feat: add application migrations (#3208)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-06 22:59:00 +08:00
shaohuzhang1 b2b5c331fa
fix: setup error (#3207) 2025-06-06 22:32:17 +08:00
shaohuzhang1 165de1ad73
feat: chat authentication (#3206) 2025-06-06 22:28:21 +08:00
CaptainB 7abd9dfb71 refactor: improve code formatting and enhance folder_id handling in knowledge serializers
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-06 18:54:59 +08:00
wxg0103 c3c6a551ae refactor: application add chat_background 2025-06-06 18:26:51 +08:00
CaptainB 2fccb9db67 feat: add shared document and paragraph views with related permissions 2025-06-06 17:55:06 +08:00
wxg0103 66d4b6c81a refactor: application add show_exec 2025-06-06 17:17:52 +08:00
wxg0103 8ab4456ec3 refactor: permission 2025-06-06 17:05:25 +08:00
CaptainB 16dc78d5a4 feat: implement pagination and deletion for shared knowledge API 2025-06-06 15:45:21 +08:00
CaptainB c0ea174275 feat: implement pagination and deletion for shared knowledge API 2025-06-06 15:42:02 +08:00
wxg0103 927b12a5ca refactor: delete dbmodelManage 2025-06-06 15:18:28 +08:00
CaptainB 643200cc06 feat: add scope field to knowledge creation serializers and update related views 2025-06-06 15:13:17 +08:00
CaptainB a2cc83ec31 style: format URL paths for consistency in spacing 2025-06-06 14:43:40 +08:00
CaptainB fd441b6986 feat: add file_size_limit and file_count_limit to list_knowledge.sql 2025-06-06 13:14:33 +08:00
wxg0103 4d76f08b14 refactor: file to oss 2025-06-06 12:31:41 +08:00
CaptainB 448bbb3aae feat: rename CELERY_ACKS_LATE to CELERY_TASK_ACKS_LATE for consistency 2025-06-06 12:30:39 +08:00
CaptainB fc11fcf0e1 feat: add file_count_limit to knowledge model and create KnowledgeWorkspaceAuthorization model 2025-06-06 12:04:02 +08:00
wxg0103 b17cf3fea8 refactor: file to oss 2025-06-06 12:03:25 +08:00
wxg0103 93833849c1 refactor: file to oss
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-06 11:42:31 +08:00
zhangzhanwei 6f2f4d93bb feat: Locations 2025-06-06 10:46:16 +08:00
CaptainB 8f98b7188d feat: add INTERNAL scope to tools and update related SQL queries 2025-06-05 20:22:39 +08:00
wxg0103 0cb33dad5a feat: ui add system settings 2025-06-05 19:47:47 +08:00
wxg0103 40df595173 refactor: model
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-05 18:39:35 +08:00
wxg0103 d05d82106e refactor: model 2025-06-05 18:37:51 +08:00
CaptainB fee5993c22 feat: add SQL query for embedding text and update model API routes to remove workspace_id 2025-06-05 18:35:31 +08:00
CaptainB 269960649d feat: add gunicorn and python-daemon dependencies to pyproject.toml 2025-06-05 17:56:42 +08:00
CaptainB a4b6570110 feat: rename tool_type to scope and update related query parameters for tool filtering 2025-06-05 16:27:54 +08:00
zhangzhanwei e63572b89b feat: System operate log 2025-06-05 14:12:14 +08:00
CaptainB 5cb7fc8d9a feat: refactor shared tool API to utilize ToolSerializer for create, update, and import operations 2025-06-05 11:12:17 +08:00
CaptainB f5bc003aaf feat: update knowledge permissions to include resource permission groups for various operations
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-06-05 10:37:55 +08:00
CaptainB 7998133e35 feat: update permission constants for knowledge documents and problems to include resource permission groups 2025-06-05 10:31:29 +08:00
CaptainB 0ca2c72e52 feat: update permission check to use workspace permission for knowledge read operations 2025-06-05 10:17:04 +08:00
CaptainB 6cb3ae74d9 feat: update permission checks to use workspace knowledge permissions for document and knowledge operations 2025-06-05 10:12:59 +08:00
wxg0103 74ce98c39b refactor: gemini 2025-06-05 09:12:38 +08:00
CaptainB 26f84338d6 feat: update folder serializer to remove allow_null and allow_blank from workspace_id and parent_id 2025-06-04 20:34:07 +08:00
shaohuzhang1 1641039fd2
feat: application version (#3194) 2025-06-04 20:14:52 +08:00
CaptainB 8b9e03d7cf feat: update knowledge retrieval logic and optimize SQL queries for application listing 2025-06-04 19:39:21 +08:00
CaptainB 40137f147b feat: enhance init_params handling with encryption and decryption for tools and shared tools 2025-06-04 19:15:33 +08:00
CaptainB 64e26dd2cc feat: change icon edit method from POST to PUT for tools and shared tools 2025-06-04 19:05:19 +08:00
CaptainB fd2b1245b8 feat: add debug and edit icon functionalities for tools and shared tools 2025-06-04 18:52:24 +08:00
CaptainB c775f2a57f feat: add edit icon functionality for tools and shared tools 2025-06-04 18:48:20 +08:00
CaptainB 578fb34361 feat: add import, export, and debug functionalities for shared tools 2025-06-04 18:36:36 +08:00
CaptainB 7a34ba6fe3 feat: add shared resource tool functionality 2025-06-04 17:19:23 +08:00
wxg0103 824e02521c refactor: permission 2025-06-04 17:18:04 +08:00
shaohuzhang1 445a87143b
feat: system profile (#3193) 2025-06-04 17:16:35 +08:00
CaptainB fb6314cd69 feat: implement file download functionality in document handler 2025-06-04 14:25:01 +08:00
shaohuzhang1 faeee1b92c
feat: log management (#3189) 2025-06-04 14:23:10 +08:00
shaohuzhang1 d92fdb999c
feat: use redis cache (#3185) 2025-06-04 14:21:12 +08:00
shaohuzhang1 bc03deabfc
feat: Resources authorization (#3183) 2025-06-04 13:05:39 +08:00
zhangzhanwei 596dbedd39 fix: Fix Swagger document image upload 2025-06-04 12:01:12 +08:00
CaptainB d686bc3625 feat: refactor pylint handling and update endpoint for workspace tool 2025-06-04 11:09:58 +08:00
CaptainB e525f77fa0 feat: refactor pylint handling and update endpoint for workspace tool 2025-06-04 11:08:05 +08:00
CaptainB 56a9e69912 feat: add endpoint to download source files with updated parameter handling 2025-06-04 10:57:32 +08:00
wxg0103 642920e916 refactor: permission 2025-06-04 10:17:17 +08:00
CaptainB 852313217d feat: add migration endpoints for documents and paragraphs with parameter handling 2025-06-03 18:43:41 +08:00
wxg0103 070a5d4ed3 refactor: user add batch delete 2025-06-03 18:35:42 +08:00
CaptainB efd273b3bc feat: add export and export_zip endpoints for knowledge base and document with image handling 2025-06-03 17:44:13 +08:00
wxg0103 4de998dee2 refactor: user nick_name 2025-06-03 16:48:14 +08:00
CaptainB aa593f3790 feat: refactor user_id handling and enhance tool query logic 2025-06-03 16:31:07 +08:00
CaptainB a8a19f357a feat: add endpoint to retrieve embedding model for knowledge base 2025-06-03 16:31:07 +08:00
wxg0103 11ce2e26b5 refactor: permission 2025-06-03 15:54:48 +08:00
CaptainB 15eea403ec feat: remove user_id permission check for embedding model in knowledge processing 2025-06-03 11:24:08 +08:00
CaptainB 787da980b8 feat: rename embedding_mode_id to embedding_model_id across multiple files 2025-06-03 11:20:53 +08:00
shaohuzhang1 43654bddaf
feat: application operate api (#3176)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-05-30 20:02:39 +08:00
wxg0103 b1a6c463d0 refactor: user page add role 2025-05-30 11:07:24 +08:00
zhangzhanwei 1dadc06220 feat: System api permission setting 2025-05-29 18:49:00 +08:00
shaohuzhang1 345e588ef6
feat: application list (#3160) 2025-05-28 18:57:09 +08:00
wxg0103 743b04aebf refactor: user role 2025-05-28 17:45:02 +08:00
shaohuzhang1 129d52dff2
fix: common (#3154)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-05-28 10:13:47 +08:00
shaohuzhang1 896fb5fa52
feat: application flow (#3152) 2025-05-27 18:24:28 +08:00
wxg0103 0c9d8ccf71 refactor: add login auth permission 2025-05-27 16:17:56 +08:00
shaohuzhang1 6bbb181927
feat: application save (#3151) 2025-05-27 15:21:57 +08:00
wxg0103 30a60c9ab8 refactor: sql 2025-05-27 14:44:57 +08:00
shaohuzhang1 080a6031bd
feat: application save (#3150)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-05-27 11:08:55 +08:00
shaohuzhang1 60ff19be17
feat: Application Apikey (#3149)
Co-authored-by: zhangzhanwei <zhanwei.zhang@fit2cloud.com>
2025-05-27 10:41:05 +08:00
wxg0103 ba79dd8582 refactor: user add role setting 2025-05-27 09:47:33 +08:00
shaohuzhang1 41dd3c4f3d
feat: application view init (#3147) 2025-05-26 18:39:53 +08:00
wxg0103 356dbeb2b9 refactor: i18n 2025-05-26 16:46:05 +08:00
shaohuzhang1 9e7279e336
feat: application model (#3146) 2025-05-26 16:37:35 +08:00
wxg0103 b7843fd2bf refactor: user add role 2025-05-26 16:12:08 +08:00
shaohuzhang1 1aa8fe28ef
feat: delete workflow (#3145) 2025-05-26 16:01:43 +08:00
wxg0103 c0b676ed16 refactor: permission 2025-05-23 18:08:25 +08:00
wxg0103 2da3eac1b5 refactor: user model 2025-05-23 18:07:23 +08:00
wxg0103 9dc06909bd refactor: login captcha 2025-05-22 15:42:12 +08:00
wxg0103 abadff25e5 refactor: login captcha
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-05-21 10:35:17 +08:00
wxg0103 3c5b38dc44 refactor: list
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-05-20 17:14:12 +08:00
wxg0103 f2b0af25da refactor: permission constants
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-05-19 16:30:31 +08:00
wxg0103 f618dd4f99 refactor: permission constants 2025-05-19 14:26:45 +08:00
wxg0103 0a1d5c4fbf refactor: permission constants
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-05-16 18:23:27 +08:00
CaptainB aa7bc349ab feat: add request handling to UnAssociation and Association API endpoints 2025-05-15 13:48:26 +08:00
wxg0103 8fb8c06e0b refactor: user 2025-05-15 12:07:07 +08:00
CaptainB e24f211674 feat: add optional user_id parameter to tool queries and serializers 2025-05-15 11:04:54 +08:00
CaptainB 74fac81c7b feat: enhance knowledge pagination to include child folders in response 2025-05-15 10:49:47 +08:00
CaptainB 7780d89c55 feat: add pagination method for tools with folder data in tool.py 2025-05-15 10:40:29 +08:00
CaptainB b13799d584 feat: add Pylint API for code checking and integrate with tool operations 2025-05-14 14:35:13 +08:00
CaptainB d85d20694d fix: include desc field in editable fields for folder validation
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-05-14 12:12:16 +08:00
CaptainB 25da46d13f fix: make desc field optional in KnowledgeFolder and ToolFolder models 2025-05-14 11:31:54 +08:00
CaptainB 6b41d8cff1 chore: remove unused CompareConstants import from document.py 2025-05-14 10:12:52 +08:00
wxg0103 4eed42b6a0 refactor: user add default password
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-05-13 14:39:47 +08:00
CaptainB c3581be9bd fix: rename image_name to file_name in zip_split_handle and remove workspace_id assignment in document 2025-05-13 12:47:59 +08:00
CaptainB bd71ca9eb4 fix: update is_valid method to use dynamic file size limit from Knowledge model 2025-05-13 11:50:08 +08:00
CaptainB d24532d679 fix: update is_valid method to accept instance parameter for file validation 2025-05-13 11:28:15 +08:00
CaptainB 554b81b59a fix: update has_permissions decorator formatting for knowledge document endpoints 2025-05-13 11:22:06 +08:00
CaptainB 680475cb97 feat: add new permission constants for knowledge documents, paragraphs, and problems 2025-05-13 10:58:56 +08:00
CaptainB 5ca3151e90 fix: update permission constants for document operations and adjust serializer field options 2025-05-12 18:34:15 +08:00
CaptainB f21d301140 fix: change HTTP methods from PUT to GET for association and unassociation endpoints 2025-05-12 17:13:57 +08:00
CaptainB 6f81d80389 fix: change HTTP methods from GET to PUT for disassociation and related questions endpoints 2025-05-12 16:24:01 +08:00
CaptainB a5fb2e15c6 feat: add initial SQL migration for tool data and integrate file content retrieval 2025-05-12 11:22:12 +08:00
CaptainB cb2fb496b4 fix: update ForeignKey on_delete behavior for ApplicationKnowledgeMapping 2025-05-12 10:30:13 +08:00
shaohuzhang1 5ebfe9b5dd
feat: workflow init (#3072)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-05-09 18:55:53 +08:00
CaptainB f6ccc95240 feat: implement source type retrieval and enhance folder deletion logic 2025-05-09 18:31:08 +08:00
CaptainB 1f8907e1cb feat: add GetModelAPI for retrieving model information in knowledge base 2025-05-09 17:50:15 +08:00
CaptainB 1e80a6136a chore: i18n 2025-05-09 17:20:31 +08:00
wxg0103 deb7268be1 refactor: i18n 2025-05-09 14:37:14 +08:00
CaptainB 40d9954c3b chore: i18n 2025-05-09 11:49:07 +08:00
CaptainB 94c5c4197c fix: add type ignore comments for operation_id and tags in various API schemas 2025-05-09 11:29:05 +08:00
CaptainB 6f209d740d feat: add request and response handling for SyncWeb, Embedding, and GenerateRelated APIs 2025-05-09 10:56:11 +08:00
CaptainB a75501737f feat: add BatchGenerateRelated API for batch processing of related paragraphs 2025-05-08 19:28:58 +08:00
CaptainB ac698e0c4c feat: add BatchRefresh and BatchGenerateRelated APIs for document processing 2025-05-08 19:16:45 +08:00
CaptainB 54836d549c feat: add Embedding API for re-vectorization of knowledge objects 2025-05-08 17:17:09 +08:00
CaptainB b6f5a8378a feat: add HitTest API for knowledge base query testing and update SyncWeb API to use knowledge_id 2025-05-08 16:49:12 +08:00
CaptainB 7dcd1a71e8 feat: add SyncWeb and GenerateRelated APIs for knowledge base synchronization and related generation 2025-05-08 16:49:12 +08:00
CaptainB 9f004defd9 feat: add SHA256 hash attribute to knowledge object on save
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-05-08 12:34:51 +08:00
CaptainB ab479c422c feat: add delete method to File API for file removal 2025-05-08 12:15:00 +08:00
CaptainB 4d44637ae5 feat: add file size attribute to knowledge object on save 2025-05-08 11:31:16 +08:00
CaptainB 4b30b5b1b5 fix: correct tag casing in File API documentation 2025-05-08 10:55:26 +08:00
wxg0103 0401c01c93 refactor: user add role setting 2025-05-08 10:51:01 +08:00
CaptainB 3010fa835f feat: implement File API for file upload and retrieval with new endpoints 2025-05-08 10:42:00 +08:00
CaptainB 06d5c10ac6 chore: reformat code 2025-05-08 10:00:58 +08:00
CaptainB 906407a15b feat: update Problem API to batch process request data in post method
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-05-07 18:51:26 +08:00
wxg0103 a90f6c89cb refactor: email setting 2025-05-07 18:09:45 +08:00
CaptainB a09d0d5171 feat: add ProblemParagraphAPI for retrieving associated paragraphs and update routing 2025-05-07 17:37:34 +08:00
CaptainB 6cdd5b4508 feat: implement Problem API for delete and modify operations with new Operate endpoint 2025-05-07 17:17:41 +08:00
CaptainB a6c74024b0 feat: implement pagination support for Problem API with new Page endpoint 2025-05-07 17:06:27 +08:00
CaptainB 4995721399 feat: implement Problem API for CRUD operations and batch processing 2025-05-07 16:28:56 +08:00
CaptainB ecc25796a6 feat: update document and paragraph batch operations to use PUT method and rename classes for clarity 2025-05-07 14:49:32 +08:00
CaptainB a04c2efa41 feat: add pagination support for paragraph retrieval in Paragraph API 2025-05-07 14:06:27 +08:00
CaptainB 36da813eea feat: implement Paragraph API for CRUD operations and batch deletion 2025-05-07 13:53:04 +08:00
CaptainB 10105ce5ab feat: implement Paragraph API for CRUD operations and batch deletion 2025-05-07 13:51:20 +08:00
CaptainB bcc7c1acf1 refactor: add noqa comments to suppress linting warnings for folder type retrieval 2025-05-07 12:03:00 +08:00
shaohuzhang1 bcf6ccee20
refactor: File model (#3050)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-05-07 11:45:00 +08:00
CaptainB 442dd209a5 feat: add KnowledgeFolderFlatSerializer for flat folder representation in Knowledge API 2025-05-07 10:30:56 +08:00
CaptainB 1448927f4e feat: add ToolFolderFlatSerializer for flat folder serialization in Tool API 2025-05-07 10:29:23 +08:00
CaptainB 4cb513dd3f feat: enhance Tool API to return folder and tool structure for a given folder ID 2025-05-07 10:05:53 +08:00
shaohuzhang1 115e11052c
feat: Resources authorization (#3039) 2025-05-06 18:35:11 +08:00
CaptainB bd865ceafc feat: add DocumentSplitPatternAPI for segment ID retrieval with workspace and knowledge ID parameters 2025-05-06 17:56:49 +08:00
CaptainB 6f5645e16c feat: add DocumentTreeReadAPI for document pagination and file size limit to knowledge model 2025-05-06 17:39:26 +08:00
CaptainB c3b979decc feat: add CancelTaskAPI and batch cancellation endpoints for document tasks 2025-05-06 16:47:59 +08:00
CaptainB e702af8c2b feat: enhance Document API with workspace ID support for get, put, and delete operations 2025-05-06 15:24:36 +08:00
wxg0103 3e9069aac1 refactor: bailian 2025-05-06 15:03:31 +08:00
CaptainB 0e66b8a186 feat: add summary fields to extend_schema for folder and document APIs 2025-05-06 13:55:14 +08:00
CaptainB 24e734fb36 feat: enhance Document API with create and query functionalities 2025-05-06 13:55:14 +08:00
CaptainB ba5028858c feat: add DocumentBatchCreateAPI for batch document creation
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-05-05 17:50:13 +08:00
CaptainB 0d3eb431f6 feat: implement batch processing for document creation, synchronization, and deletion
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-04-30 18:04:40 +08:00
CaptainB 43bef216d5 refactor: reorganize file handling imports into a structured directory 2025-04-30 16:08:17 +08:00
CaptainB 48297d81e5 feat: add initial implementations of various file handling classes for CSV, XLS, and XLSX formats 2025-04-30 15:52:58 +08:00
CaptainB 4dcd150c8d refactor: improve code readability and formatting in common, knowledge, and paragraph modules 2025-04-30 09:57:11 +08:00
wxg0103 132fd1b84d refactor: i18n
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-04-29 15:45:47 +08:00
CaptainB 3b5a02307c refactor: celery config 2025-04-29 11:48:15 +08:00
CaptainB 870fabe187 chore: add init file for every folder 2025-04-29 10:31:49 +08:00
CaptainB 770089e432 feat: add initial implementation of document and paragraph models with serializers 2025-04-29 10:04:34 +08:00
CaptainB 8c362b0f99 feat: update translation strings and add new error messages in django.po 2025-04-28 18:41:41 +08:00
wxg0103 06f834b7e3 feat: user manage 2025-04-28 17:36:56 +08:00
shaohuzhang1 5481b8a2aa feat: auth 2025-04-28 14:41:46 +08:00
shaohuzhang1 118db9dd14
fix: authentication errors (#3012) 2025-04-28 13:03:54 +08:00
CaptainB 0df7c7247d feat: implement web knowledge synchronization with ForkManage and related handlers 2025-04-28 11:53:38 +08:00
CaptainB ee37d7c320 feat: implement web knowledge synchronization with ForkManage and related handlers 2025-04-28 11:27:59 +08:00
shaohuzhang1 c79479d80b
feat: User profile returns permission role information (#3005)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-04-27 18:27:35 +08:00
shaohuzhang1 7bda26d92a
feat: Improve workspace resource authorization (#3004) 2025-04-27 18:14:50 +08:00
wxg0103 7aa294db38 feat: support create user 2025-04-27 17:59:47 +08:00
CaptainB 1e86919882 feat: remove KnowledgeLarkCreateAPI and KnowledgeLarkView classes 2025-04-27 17:43:20 +08:00
CaptainB 3e7bc1dae0 feat: remove KnowledgeYuque and KnowledgeLark classes 2025-04-27 17:39:22 +08:00
wxg0103 bca128ec39 feat: support create user 2025-04-27 16:26:40 +08:00
CaptainB b1d13f501f feat: reduce module depth limit from 3 to 2 2025-04-27 10:46:34 +08:00
CaptainB bb4b35bfe8 feat: enhance module depth validation with current depth tracking 2025-04-27 10:42:18 +08:00
CaptainB f7a4aca0e8 feat: implement knowledge creation APIs for base, web, lark, and yuque 2025-04-25 20:31:59 +08:00
CaptainB 724686762e feat: add knowledge management API and permissions 2025-04-25 18:18:47 +08:00
wxg0103 83ace97ecc refactor: model 2025-04-25 18:12:55 +08:00
wxg0103 7f492b4d92 refactor: openai 2025-04-25 17:53:22 +08:00
CaptainB 57c6c9916e feat: implement module depth validation and refactor check_depth method 2025-04-25 15:37:44 +08:00
CaptainB fdb7aeb47b feat: implement module depth validation and refactor check_depth method 2025-04-25 15:36:27 +08:00
CaptainB 3205ff2a65 feat: add knowledge management
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-04-25 14:58:22 +08:00
CaptainB ec643fca7f feat: add initial model structure for knowledge management 2025-04-25 14:06:23 +08:00
CaptainB f08b551a72 chore: fix typo. 2025-04-25 13:32:26 +08:00
wxg0103 ff41b1ff6e refactor: tokens 2025-04-25 10:17:50 +08:00
CaptainB f05a4a67c5 feat: refactor response serializers for model parameters and lists
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-04-24 13:42:58 +08:00
CaptainB 4c38e8a82b feat: add dynamic SQL execution and pagination functionality with custom query compiler 2025-04-24 11:37:11 +08:00
CaptainB fbb4e7d449 feat: add __init__.py file to initialize the package 2025-04-24 11:10:58 +08:00
CaptainB 21097d7164 feat: add depth validation for module creation to limit hierarchy to 3 levels 2025-04-24 10:49:07 +08:00
CaptainB 91f16aa394 feat: add ToolEditRequest serializer for editing tool properties
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-04-23 11:34:19 +08:00
CaptainB a9d962c1f1 feat: implement RestrictedUnpickler for secure deserialization and enhance import functionality 2025-04-23 10:33:26 +08:00
wxg0103 cc0e431605 refactor: remove image params
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-04-22 18:22:50 +08:00
CaptainB 11331a60e0 feat: enhance Tool API by adding module_id and tool_type parameters, and refactor query handling
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-04-22 17:53:47 +08:00
CaptainB bbd7079166 feat: add import and export endpoints to ToolView for workspace tools 2025-04-22 17:06:39 +08:00
wxg0103 55705593a9 feat: remove qwen 2025-04-22 14:35:09 +08:00
wxg0103 6d4f5dc1c3 feat: add model setting 2025-04-22 10:45:11 +08:00
CaptainB 220168c4bf chore: add some i18n code 2025-04-21 13:23:22 +08:00
CaptainB a8cda7d4a4 feat: consolidate module and tool views by removing redundant classes and updating API endpoints 2025-04-21 10:59:42 +08:00
wxg0103 39841cb344 feat: add model setting 2025-04-21 10:24:13 +08:00
wxg0103 d3346deb62 feat: add model setting 2025-04-21 09:10:25 +08:00
CaptainB 16cafec6af fix: update module and tool URLs to avoid duplicate paths for ModuleTreeView and ToolTreeView
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-04-18 21:16:31 +08:00
CaptainB 2c0cb5b6e6 feat: update module and tool delete APIs to use DefaultResultSerializer for responses 2025-04-18 19:11:26 +08:00
CaptainB 7c15082e53 feat: update API documentation to specify retrieval of tool by module 2025-04-18 19:05:53 +08:00
CaptainB 83b494f700 feat: add DefaultResultSerializer to module and tool delete operations responses 2025-04-18 18:58:49 +08:00
CaptainB fe032822f4 feat: add ToolTreeView and ToolTreeReadAPI for retrieving tools by workspace and module 2025-04-18 17:54:06 +08:00
wxg0103 6f6b163416 feat: add model setting 2025-04-18 17:45:15 +08:00
CaptainB 9b0f9b04b7 refactor: remove tool_type field and update imports in tool model
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-04-18 17:08:59 +08:00
CaptainB 0b8f5d7597 feat: implement CRUD operations for tools with API views 2025-04-18 16:42:46 +08:00
CaptainB 32111f6a8f fix: improve module tree query to use Q object for filtering by workspace_id 2025-04-18 15:17:04 +08:00
CaptainB 8f0dd16949 fix: improve module tree query to use Q object for filtering by workspace_id 2025-04-18 15:01:34 +08:00
liqiang-fit2cloud ffe8900fb2 build: init directory. 2025-04-18 14:10:16 +08:00
CaptainB d49fd74305 feat: add ToolModule model and API for managing tool modules with workspace support 2025-04-18 13:33:29 +08:00
shaohuzhang1 dcb77bbe16
feat: Captcha (#2913)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-04-17 19:16:54 +08:00
wxg0103 063393d659 feat: add model setting 2025-04-17 18:05:31 +08:00
wxg0103 946de675ff feat: add model setting 2025-04-17 18:01:33 +08:00
shaohuzhang1 934871f5c6 feat:Use distcache 2025-04-17 17:16:45 +08:00
shaohuzhang1 9108971fdc
fix: Swagger warning(#2909)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-04-17 14:27:58 +08:00
CaptainB 4c23b9aded feat: implement Tool model and related API for Tool management 2025-04-17 14:11:57 +08:00
shaohuzhang1 342ef6df30 feat: authentication demo 2025-04-17 10:40:07 +08:00
shaohuzhang1 3351968969 feat: authentication demo 2025-04-17 10:35:02 +08:00
shaohuzhang1 5f902ef5de
feat: authentication (#2906)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-04-16 20:09:00 +08:00
CaptainB 342f984a3b feat: update UUID generation to use uuid.uuid7 and add uuid-utils dependency
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-04-16 15:02:37 +08:00
shaohuzhang1 04642eb497 feat: authentication
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-04-15 20:37:38 +08:00
CaptainB 5ffd3423ff feat: load environment variables from .env file and update config loading logic
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-04-15 15:09:26 +08:00
shaohuzhang1 e58a5507a9 init project 2025-04-14 20:11:23 +08:00
CaptainB c78a6babb6 ci: v2 2025-04-11 15:47:59 +08:00
wxg0103 a4f27249ed fix: openai error
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
2025-04-10 14:41:05 +08:00
liqiang-fit2cloud 4ae02c8d3e security: fix reverse shell vulnerability in function library.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-04-09 10:01:11 +08:00
shaohuzhang1 3557ea50fa
fix: Missing parameters such as character length when creating a knowledge base (#2827)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-04-08 17:24:33 +08:00
shaohuzhang1 1a704f1c25
fix: Workflow debugging for authorized applications will result in an error message indicating unauthorized access to the model (#2819) 2025-04-08 10:51:35 +08:00
wxg0103 7ca0a7bd02 fix: Missing fields in exported logs
--bug=1054500 --user=王孝刚 【应用】对话日志导出,没有携带用户信息 https://www.tapd.cn/57709429/s/1681984
2025-04-08 10:12:20 +08:00
shaohuzhang1 5e43bb9d2a
fix: jieba 分词使用全模式 (#2813) 2025-04-07 18:51:32 +08:00
shaohuzhang1 76d050bea4
feat: New condition for determining whether the discriminator is true or not (#2809)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-04-07 14:07:30 +08:00
wxg0103 add9d1bab8 fix: In the permission settings, the knowledge base list does not distinguish between knowledge base types, and all are marked with the icon of the general knowledge base.
--bug=1054142 --user=王孝刚 【团队成员】权限设置中,知识库列表没有区分知识库类型,都用通用知识库的图标标识 https://www.tapd.cn/57709429/s/1681104
2025-04-07 13:53:39 +08:00
shaohuzhang1 867c53984b
fix: The local rearrangement model cannot be loaded (#2805) 2025-04-07 11:22:01 +08:00
CaptainB 560890f717 fix: limit chapter title length to 256 characters in pdf_split_handle.py
--bug=1054363 --user=刘瑞斌 【知识库】导入PDF文档,分段标题长度超长时,没有自动截断 https://www.tapd.cn/57709429/s/1681044
2025-04-07 10:54:59 +08:00
CaptainB 675adeeb63 fix: exclude macOS specific files from zip processing
--bug=1054264 --user=刘瑞斌 【知识库】QA问答对模式,导入在mac上压缩的zip文件,会出现2个乱码文档 https://www.tapd.cn/57709429/s/1681034
2025-04-07 10:37:06 +08:00
shaohuzhang1 1eccb54199
fix: Knowledge base retrieval segmentation sorted by relevance (#2791) 2025-04-03 10:57:12 +08:00
shaohuzhang1 9d6451b95b
fix: The interface for obtaining model metadata cannot access public models (#2787)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-04-02 20:10:20 +08:00
shaohuzhang1 add1cba8cb
feat: Swagger document response for adding OpenAI interface (#2786) 2025-04-02 19:59:57 +08:00
shaohuzhang1 ac5a9d01a8
fix: When other users download the public model, they cannot obtain the download data (#2785) 2025-04-02 18:29:25 +08:00
CaptainB 7b213f547d fix: update default voice type and options in VolcanicEngineTTSModelGeneralParams 2025-04-02 18:25:06 +08:00
shaohuzhang1 15feca802a
fix: OpenAI Vector Model Using Openai Supplier (#2781) 2025-04-02 17:45:18 +08:00
wxg0103 2686e76c8a fix: xinference rerank error
--bug=1054256 --user=王孝刚 【模型】添加硅基流动的重排序模型失败 https://www.tapd.cn/57709429/s/1679612
2025-04-02 16:54:58 +08:00
CaptainB 27bc01d442 fix: skip macOS specific metadata directories and files in zip parsing
--bug=1054264 --user=刘瑞斌 【知识库】QA问答对模式,导入在mac上压缩的zip文件,会出现2个乱码文档 https://www.tapd.cn/57709429/s/1679674
2025-04-02 16:06:36 +08:00
wxg0103 44c1d35b1f fix: siliconCloud rerank error
--bug=1054256 --user=王孝刚 【模型】添加硅基流动的重排序模型失败 https://www.tapd.cn/57709429/s/1679612
2025-04-02 15:17:39 +08:00
wxg0103 6d7b5eb219 fix: Increase log output 2025-04-02 14:17:48 +08:00
shaohuzhang1 27d4603b02
fix: Embedding dialogue asker parameter does not take effect (#2773)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-04-02 14:00:28 +08:00
wxg0103 5b2baaf04d fix: i18n error
--bug=1054232 --user=王孝刚 系统设置:操作菜单中的操作在中文模式下显示英文 https://www.tapd.cn/57709429/s/1679409
2025-04-02 10:46:39 +08:00
shaohuzhang1 2991f0b640
perf: Optimize word segmentation retrieval (#2767) 2025-04-01 19:11:16 +08:00
wxg0103 6fde8ec80f fix: openai need streaming 2025-04-01 16:58:08 +08:00
shaohuzhang1 4b9cecd4d1
feat: Knowledge base generation problem (#2760)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-04-01 12:46:30 +08:00
shaohuzhang1 e7c3169898
feat: doc auth (#2752) 2025-03-31 19:02:56 +08:00
CaptainB 7afc1da0af fix: handle non-string message types in function_lib_serializer 2025-03-31 18:29:01 +08:00
wxg0103 6aa0e9b5e4 refactor: i18n
--bug=1054121 --user=王孝刚 操作日志:修改应用的访问限制在操作日志中显示为修改应用的access token https://www.tapd.cn/57709429/s/1678535
2025-03-31 17:35:41 +08:00
shaohuzhang1 9750c6d605
fix: garbled zip import file names (#2747) 2025-03-31 16:22:39 +08:00
wxg0103 a2b6620b10 refactor: azure llm params 2025-03-31 15:31:52 +08:00
shaohuzhang1 1566ae7fbe
fix: Application deleted, workflow page error reported (#2743) 2025-03-31 14:31:53 +08:00
shaohuzhang1 b3feb243d3
fix: After setting the function library to private, the workflow used should report an error stating that the current function is not authorized to be used (#2742) 2025-03-31 13:58:38 +08:00
CaptainB cb104cc211 chore: fix typo
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-03-31 11:34:43 +08:00
shaohuzhang1 7a99c78840
fix: Processing for document export sheet with more than 32 characters (#2740) 2025-03-31 11:17:25 +08:00
shaohuzhang1 a07df46f9d
fix: Fix some knowledge base import errors (#2739) 2025-03-31 10:29:54 +08:00
CaptainB 54c4293482 fix: ensure init_field_list defaults to an empty list in function_lib_serializer
--bug=1054092 --user=刘瑞斌 【函数库】导入历史版本的函数失败 https://www.tapd.cn/57709429/s/1678044
2025-03-28 15:53:06 +08:00
CaptainB a799026d52 fix: ensure init_field_list defaults to an empty list in function_lib_serializer
--bug=1054092 --user=刘瑞斌 【函数库】导入历史版本的函数失败 https://www.tapd.cn/57709429/s/1678044
2025-03-28 15:51:48 +08:00
wxg0103 f69346f2bc refactor: i18n 2025-03-28 14:25:21 +08:00
shaohuzhang1 dcc80a4dca
fix: Every time a vectorized document is generated, the entire vectorized data of the document is deleted (#2721) 2025-03-28 14:15:48 +08:00
wxg0103 2fe4248785 refactor: qwq model 2025-03-28 14:05:33 +08:00
CaptainB 2b079a4144 fix: update function names and descriptions for clarity in function_lib 2025-03-28 11:52:20 +08:00
wxg0103 4ffec85e9b refactor: Optimization of operation menu
--bug=1054069 --user=王孝刚 【操作日志】-操作菜单优化建议 https://www.tapd.cn/57709429/s/1677900
2025-03-28 11:45:51 +08:00
wxg0103 d282795644 refactor: i18n
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-03-28 09:31:48 +08:00
wxg0103 5eee6bfb6c fix: Modify download template prompt
--bug=1054044 --user=王孝刚 【知识库】上传文档-QA问答对-下载Excel/CSV模版-显示问题答案最长不超过4096个字符,实际上可以导入超过4096个字符的数据 https://www.tapd.cn/57709429/s/1677605
2025-03-27 18:50:12 +08:00
CaptainB 97fb4a5cea fix: format MCP tool messages with detailed JSON representation
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-03-27 16:51:56 +08:00
wxg0103 c66f79ad5a refactor: log menu 2025-03-27 16:14:24 +08:00
wxg0103 f82ba3c4b8 fix: qwq-plus only supported stream 2025-03-27 10:18:58 +08:00
CaptainB 0e29ce28cf chore: remove unused MCP response function from base_chat_node.py 2025-03-27 10:05:37 +08:00
CaptainB 601b03d84e fix: ensure tool parameters are properly handled by reloading JSON
--bug=1053980 --user=刘瑞斌 【应用】MCP节点的工具参数引用参数时,对话过程中参数值发生变化,MCP节点没有获取最新的参数值 https://www.tapd.cn/57709429/s/1676830
2025-03-26 19:15:30 +08:00
CaptainB 1e8e3a90aa fix: handle audio generation failure by raising an exception 2025-03-26 17:15:23 +08:00
shaohuzhang1 db772b1d1c
fix: Segmented filtering of paragraphs with empty parent title content (#2693)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-03-26 16:02:26 +08:00
shaohuzhang1 a0ee5c9441
fix: Audit log login did not record user (#2691) 2025-03-26 15:41:11 +08:00
wxg0103 b1aa1f7a53 refactor: i18n 2025-03-26 15:35:03 +08:00
wxg0103 a303f24974 refactor: i18n 2025-03-26 14:45:40 +08:00
CaptainB bd7dbb13f3 fix: update icon paths in function library to use correct UI directory structure 2025-03-26 14:09:20 +08:00
CaptainB d27e5a4c01 chore: fix warning 2025-03-26 13:35:29 +08:00
CaptainB a6703c9889 fix: update icon paths in function library to use correct directory structure 2025-03-26 13:35:29 +08:00
CaptainB 436e43dd04 feat: enhance form handling with dynamic input fields and reference content retrieval 2025-03-26 12:43:51 +08:00
CaptainB 1b6b021226 fix: set is_active to False and update init_params handling in function_lib_serializer
--bug=1053923 --user=刘瑞斌 【函数库】创建函数后函数状态为启用,并非是禁用 https://www.tapd.cn/57709429/s/1676263

--bug=1053928 --user=刘瑞斌 【函数库】设置过启动参数的函数,删除启动参数,但实际依然有保留 https://www.tapd.cn/57709429/s/1676269
2025-03-26 10:55:35 +08:00
shaohuzhang1 55cdd0a708
fix: Zip with title cannot be parsed (#2683) 2025-03-26 10:31:31 +08:00
shaohuzhang1 f9d536f5a2
feat: Audit log add operation object (#2681)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-03-25 19:07:02 +08:00
CaptainB 83140b5f1d refactor: update label for API Key in input fields across function library
--bug=1053890 --user=刘瑞斌 【函数库】博查、Google、LangSearch查询函数的启动参数中,apikey建议改为 API Key https://www.tapd.cn/57709429/s/1675986
2025-03-25 17:34:15 +08:00
CaptainB f19316639e chore: fix typo.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-03-25 15:26:23 +08:00
CaptainB 564e781ba2 chore: fix typo. 2025-03-25 15:25:31 +08:00
CaptainB 2f20868ca6 fix: handle empty message case in encryption function
--bug=1053881 --user=刘瑞斌 【函数库】-编辑函数,修改启动参数的必填选项后,保存函数报错 https://www.tapd.cn/57709429/s/1675682
2025-03-25 13:12:02 +08:00
CaptainB 64df9cf437 fix: improve required field validation for database connection parameters
--bug=1053849 --user=刘瑞斌 【函数库】- PgSQL 启动参数的先后顺序调整 https://www.tapd.cn/57709429/s/1675675
2025-03-25 12:53:46 +08:00
CaptainB 563516f835 feat: AI chat node mcp server config 2025-03-24 18:38:54 +08:00
CaptainB 2d6ac806ff feat: add MCP server tools integration and UI components 2025-03-24 18:38:54 +08:00
CaptainB 98ef6e5775 fix: improve error handling for MySQL connection
--bug=1053828 --user=刘瑞斌 【函数】内置的MySQL查询函数,在启动参数配错后,应用调用的返回结果为None,没有输出异常信息 https://www.tapd.cn/57709429/s/1675168
2025-03-24 17:50:02 +08:00
wxg0103 2faabbe392 refactor: bailian 2025-03-21 11:02:43 +08:00
wxg0103 e22fc95ee9 refactor: Optimization of Q&A page
--story=1018176 --user=王孝刚 【问答页面】优化对话页面显示 https://www.tapd.cn/57709429/s/1674146
2025-03-21 10:07:07 +08:00
CaptainB 72398408c5 ci: update langchain version 2025-03-20 18:55:43 +08:00
junjun 642a284b33 feat: export operate log 2025-03-20 16:41:59 +08:00
wxg0103 3951a15e9d refactor: i18n
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-03-20 14:49:23 +08:00
CaptainB 27561410e5 fix: handle param value is blank 2025-03-20 14:21:31 +08:00
CaptainB 47849fc1a5 fix: Add FlibInstance to allowed classes and use restricted_loads for deserialization 2025-03-20 13:53:37 +08:00
shaohuzhang1 f19ad24907
fix: Application import deserialization vulnerability #2604 (#2633) 2025-03-20 12:10:06 +08:00
shaohuzhang1 4a681297e0
fix: Simple application user did not successfully set up (#2625) 2025-03-19 18:23:05 +08:00
shaohuzhang1 470105f895
feat: Support application、setting、user log recorder (#2617) 2025-03-19 15:45:10 +08:00
CaptainB 9e62e81158 feat: Add functionality to create and manage internal functions with MySQL and PostgreSQL queries 2025-03-19 14:34:54 +08:00
shaohuzhang1 b7accc54e7
fix: Logging error for logged in user (#2613)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-03-19 12:07:46 +08:00
CaptainB 4b4b84a220 feat: Add functionality to create and manage internal functions with MySQL and PostgreSQL queries 2025-03-19 12:06:33 +08:00
shaohuzhang1 5ec94860b2
perf: Enhance Word parsing (#2612) 2025-03-19 12:04:43 +08:00
shaohuzhang1 8b52927b4f
fix: The float values collected by the form will be treated as ints when the decimal part is 0, resulting in a type error (#2601)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-03-18 16:40:15 +08:00
shaohuzhang1 1a7f484a62
feat: User information in the application conversation log. (#2599) 2025-03-18 15:50:30 +08:00
CaptainB aab6a2cdf3 refactor: Improve parameter handling in function execution 2025-03-18 14:03:48 +08:00
CaptainB bf6cfface6 chore: add some encoder type 2025-03-18 13:16:28 +08:00
CaptainB 075646481d chore: fix some log recorder 2025-03-17 19:13:16 +08:00
CaptainB f6586a481b refactor: Add mysql function log recorder 2025-03-17 17:53:44 +08:00
CaptainB a3cd92c503 refactor: Add mysql function lib 2025-03-17 17:11:04 +08:00
CaptainB 11f63b4556 refactor: Add postgresql function lib 2025-03-17 17:11:04 +08:00
shaohuzhang1 000a3970e0
fix: Multi process startup document modification executed multiple times (#2581) 2025-03-17 17:00:51 +08:00
shaohuzhang1 be31989ab9
fix: Log annotation acquisition details file type data cannot be serialized (#2579) 2025-03-17 16:45:06 +08:00
CaptainB 9620817a8f feat: Support dataset log recorder 2025-03-17 15:34:41 +08:00
CaptainB 03a705fc93 feat: Support function lib log recorder 2025-03-17 15:34:41 +08:00
shaohuzhang1 d7ef3ba67b feat: Audit Log 2025-03-17 15:34:41 +08:00
wxg0103 6a8d2c1f9c refactor: add enum 2025-03-17 10:33:51 +08:00
CaptainB 510fae6bf1 feat: Support internal functionlib
--story=1017939 --user=刘瑞斌 【函数库】- 支持 系统内置函数 https://www.tapd.cn/57709429/s/1665943
2025-03-17 10:30:25 +08:00
CaptainB ad0b032384 feat: Support functionlib icon and init_fields
--story=1017947 --user=刘瑞斌 【函数库】- 函数支持配置参数及操作优化 https://www.tapd.cn/57709429/s/1664936
2025-03-17 10:30:25 +08:00
wxg0103 b8960d57c8 fix: schema access failure to https 2025-03-14 16:26:15 +08:00
shaohuzhang1 e11c550fc2
fix: Simple application model dialogue model error not returned (#2514)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-03-07 14:15:26 +08:00
shaohuzhang1 82b566d580
fix: Having the same suffix for function node names can result in incorrect value retrieval (#2513) 2025-03-07 13:48:52 +08:00
shaohuzhang1 8b9998a53d
fix: When importing documents from a web knowledge base, if a failed document is encountered, the import will be interrupted (#2511) 2025-03-07 10:19:57 +08:00
shaohuzhang1 b10147ea36
fix: Workflow embedding sub application thinking process switch cannot control thinking process output (#2502) 2025-03-05 15:18:41 +08:00
shaohuzhang1 ea9c5e0ee8
fix: Model addition, error log printing (#2499) 2025-03-05 14:45:50 +08:00
wxg0103 83d51ea866 refactor: i18n 2025-03-05 13:58:27 +08:00
wxg0103 24f67a3c0f fix: csvTemplate error
--bug=1052711 --user=王孝刚 【知识库】英文模式-文档-QA问答对-下载的csv模版内容错误 https://www.tapd.cn/57709429/s/1661565
2025-03-05 12:19:30 +08:00
shaohuzhang1 e420a01e0d
fix: Enterprise WeChat docking sub application cannot output thinking process (#2489) 2025-03-04 19:31:49 +08:00
shaohuzhang1 2157f84c4f
fix: Reference segmentation limit (#2487) 2025-03-04 18:39:49 +08:00
CaptainB 801911d765 refactor: update QwenChatModel to use BaseChatOpenAI and remove unused methods
--bug=1052269 --user=刘瑞斌 【模型】对接千问模型,设置联网参数,maxkb对答不生效。通过python代码调用是可以的。 https://www.tapd.cn/57709429/s/1662132
2025-03-04 17:52:37 +08:00
shaohuzhang1 a75eb9fc86
fix: The newly created simple application dialogue process label is not effective (#2485) 2025-03-04 17:39:31 +08:00
CaptainB 7e3f631dfc refactor: add model_name parameter to AzureChatModel initialization
--bug=1052553 --user=刘瑞斌 【模型】添加 Azure OpenAI 添加DeepSeek -R1 模型报错 https://www.tapd.cn/57709429/s/1661953
2025-03-04 16:08:20 +08:00
wxg0103 9deb3f6c49 fix: csvTemplate error
--bug=1052711 --user=王孝刚 【知识库】英文模式-文档-QA问答对-下载的csv模版内容错误 https://www.tapd.cn/57709429/s/1661565
2025-03-04 15:49:01 +08:00
shaohuzhang1 9d5f9fde62
fix: Retrieve the dialogue record list document and confirm the parameters (#2479) 2025-03-04 14:13:36 +08:00
CaptainB 13ce64e51a fix: Compatible with dashscope tts
--bug=1052708 --user=刘瑞斌 【应用】-使用阿里云语音合成模型sambert-zhichu-v1,对话报错 https://www.tapd.cn/57709429/s/1661551
2025-03-04 10:49:36 +08:00
wxg0103 4fc429a8d1 fix: record log content error
--bug=1052670 --user=王孝刚 应用-企业微信对接应用后,在企业微信中与应用对话,对话日志中<think></think>思考过程输出了两次 https://www.tapd.cn/57709429/s/1661186
2025-03-03 16:12:43 +08:00
shaohuzhang1 dc79a22ba3
feat: Non streaming response answers_list (#2461) 2025-03-03 14:54:45 +08:00
CaptainB 7cdd188b06 refactor: rename function lib export subfix
--bug=1052638 --user=刘瑞斌 函数库导出后缀名优化 https://www.tapd.cn/57709429/s/1660837
2025-03-03 10:22:49 +08:00
itaa ed8f8f8a3e
fix: ollama model provider can not set 'num_ctx' etc. parameter #2442 (#2444)
langchain-openai is not compatible with parameter Settings in ollama, such as num_ctx. Therefore, you need to create model instances using langchain-ollama

(cherry picked from commit 42ae7b443d)
2025-02-28 17:45:48 +08:00
CaptainB dd84da4add fix: swagger show more args 2025-02-28 15:07:51 +08:00
shaohuzhang1 72db45bcc0
fix: Changing the answer does not take effect (#2437) 2025-02-28 11:51:55 +08:00
shaohuzhang1 7d47f97354
fix: Sending error when extracting multiple forms and documents in the workflow (#2434) 2025-02-27 19:34:36 +08:00
wxg0103 badd722f9d refactor: i18n 2025-02-27 18:32:25 +08:00
shaohuzhang1 afaf3d6e26
fix: The workflow cannot function properly after the conversation flow is disconnected (#2428) 2025-02-27 14:21:47 +08:00
CaptainB c433c03fc0 fix: Fix variable assign num not working
--bug=1052497 --user=刘瑞斌 【变量赋值】-将全局变量赋值为num类型,输出时报错 https://www.tapd.cn/57709429/s/1659733
2025-02-27 12:08:24 +08:00
CaptainB c92ad06092 refactor: Support the generated images horizontal tiling display
--story=1017907 --user=刘瑞斌 【越秀农牧】图片生成节点,生成的图片,希望可以支持横向平铺展示 https://www.tapd.cn/57709429/s/1659636
2025-02-27 10:58:54 +08:00
shaohuzhang1 1811a80ecc
perf: enable gzip. (#2422) 2025-02-27 10:17:04 +08:00
shaohuzhang1 9b93cca790
fix: Import zip report error (#2420) 2025-02-26 17:17:01 +08:00
liqiang-fit2cloud 68b9225818 perf: enable gzip. 2025-02-26 15:54:19 +08:00
shaohuzhang1 eb6f4e8cb8
fix: VLLM Supplier Dialogue Verification (#2412) 2025-02-26 12:04:25 +08:00
shaohuzhang1 50dd8fae41
fix: Paragraph list unsorted (#2411) 2025-02-26 11:52:44 +08:00
shaohuzhang1 413fa6f0c2
fix: When generating a problem, the generated data is incorrect (#2408) 2025-02-26 11:00:07 +08:00
shaohuzhang1 c6c3799d08
fix: the error in obtaining the document list (#2406) 2025-02-26 10:26:42 +08:00
shaohuzhang1 fdb2cbd9ab
fix: File upload failed (#2398) 2025-02-25 17:02:37 +08:00
shaohuzhang1 e1f0f39987
fix: When adding members in bulk, existing members will be automatically passed in, do not affect the joining of other members #2351 (#2397) 2025-02-25 16:54:29 +08:00
shaohuzhang1 218a247684
fix: Dialogue log export, question time does not match on the page (#2396) 2025-02-25 16:17:41 +08:00
CaptainB 5da758e8a1 fix: Fix import function lib permission
--bug=1052409 --user=刘瑞斌 【函数库】导入一个原来是公有的函数,函数的权限依然是公有 https://www.tapd.cn/57709429/s/1658705
2025-02-25 16:03:55 +08:00
CaptainB 666d58659e fix: Fix user cannot export public function lib
--bug=1052408 --user=刘瑞斌 【函数库】导出非当前用户创建的函数,报错 https://www.tapd.cn/57709429/s/1658696
2025-02-25 15:59:52 +08:00
wxg0103 8dc5b94198 refactor: add i18n 2025-02-25 15:20:51 +08:00
wxg0103 09a80188ac refactor: add i18n 2025-02-25 15:20:01 +08:00
shaohuzhang1 8c45e92ee4
feat: The OpenAI interface supports the thought process (#2392) 2025-02-25 14:22:51 +08:00
CaptainB dfcb724502 refactor: Support string,json,num types 2025-02-25 14:05:58 +08:00
wxg0103 a01f21e3ac refactor: ollama reranker 2025-02-25 11:07:49 +08:00
shaohuzhang1 3aa5dd3694
feat: The demonstration page supports modifying dialogue summaries (#2348) 2025-02-24 18:53:21 +08:00
wxg0103 9185515660 refactor: ollama support rerank 2025-02-24 18:35:37 +08:00
shaohuzhang1 6b72611b72
fix: VLLM supplier recalculates token function (#2375) 2025-02-24 17:15:46 +08:00
shaohuzhang1 2d4deda6b4
docs: Create an application and add workflow parameters (#2374) 2025-02-24 16:33:35 +08:00
CaptainB 3c6b65baa1 fix: Remove vllm image cache
--bug=1052365 --user=刘瑞斌 【github#2353】vllm视觉模型修改最大tokens不生效 https://www.tapd.cn/57709429/s/1657667
2025-02-24 16:30:13 +08:00
shaohuzhang1 fa1886a17e
fix: Workflow execution decimal cannot be serialized (#2372) 2025-02-24 16:29:59 +08:00
shaohuzhang1 8477e957bd
fix: Function library execution role group (#2358) 2025-02-24 10:07:14 +08:00
刘瑞斌 df940686e9
Variable assign (#2346)
* feat: Support variable assign

* feat: Workfloat support variable assign(#2114)

* feat: Support variable assign save input output value

* feat: Execution detail support variable assign(#2114)

* feat: Support variable assign dict array value config

* chore: rename package

---------

Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-02-21 11:00:56 +08:00
shaohuzhang1 bb557fd187
fix: Child application node, input parameters too long, error reported during Q&A (#2347) 2025-02-21 10:28:02 +08:00
Harry f5155e7f7e
fix: bad code copy (#2341)
Co-authored-by: 杨树海 <yangshuhai@pdnews.cn>
2025-02-21 10:12:41 +08:00
Noven Zhen 66539a75dc
fix bug:when docker build image has bugs due to the multiple definition in django.po (#2337) 2025-02-21 10:10:06 +08:00
wxg0103 cbc6fc4710 refactor: i18n 2025-02-20 17:59:45 +08:00
shaohuzhang1 a06c5c097e fix: Tokens cannot be obtained from the model dialogue 2025-02-19 12:06:55 +08:00
shaohuzhang1 168f822416 refactor: Multi channel recall, adding display of knowledge base titles and other information 2025-02-18 16:56:44 +08:00
shaohuzhang1 7f6c528291
feat: The discriminator supports variables (#2311) 2025-02-18 14:45:11 +08:00
shaohuzhang1 08c734b242
feat: Generate problem support for title variable (#2310) 2025-02-18 14:30:18 +08:00
wxg0103 f00c9ca611 fix: Complete document parameters
--bug=1052250 --user=王孝刚 【API】在swagger上调用对话API ,希望把参数给补充完整。(比如,上传文档的一些参数) https://www.tapd.cn/57709429/s/1655242
2025-02-18 11:19:59 +08:00
wxg0103 7f597b6409 feat: support ollama rerank
--story=1017862 --user=王孝刚 希望支持在 Ollama 中添加 rerank 模型 issue#2243 https://www.tapd.cn/57709429/s/1655139
2025-02-17 18:38:49 +08:00
wxg0103 a071d7c89b fix: Alibaba Cloud full modal docking error
--bug=1052232 --user=王孝刚 【模型设置】-大语言模型/语音识别模型 对接不上阿里云的全模态模型 https://www.tapd.cn/57709429/s/1655034
2025-02-17 18:17:54 +08:00
CaptainB 9249c1756f refactor: Support image_list, document_list while using swagger api
--story=1017867 --user=刘瑞斌 对话API支持上传文件、语音、图像和视频,用于实现maxkb的文件解析及多模态对话#2228 https://www.tapd.cn/57709429/s/1654842
2025-02-17 16:21:28 +08:00
shaohuzhang1 83cd69e5b7
feat: Generate problem support for generating unfinished paragraphs #2174 (#2299) 2025-02-17 15:49:41 +08:00
CaptainB f45855c34b feat: Import and Export function lib 2025-02-17 10:31:34 +08:00
CaptainB e2728ce8f7 feat: Support sorting feat for knowledge base documents
--story=1017634 --user=刘瑞斌 知识库文档列表排序功能,可以根据各列属性排序 https://www.tapd.cn/57709429/s/1654419
2025-02-14 17:49:48 +08:00
wxg0103 9c67f6bfe1 refactor: Search ignores capitalization
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--story=1017866 --user=王孝刚 【Bug转需求】【搜索】-函数库、模型、团队成员界面搜索不支持忽略大小写 #2126 https://www.tapd.cn/57709429/s/1654282
2025-02-14 10:56:02 +08:00
wxg0103 a8d79c5e60 fix: Defect of embedding application parameters as empty and reporting errors
--bug=1052184 --user=王孝刚 【github#2273】【应用】-有非必填接口传参的编排应用,作为节点加入新的编排应用后,接口传参为空时对话报错 https://www.tapd.cn/57709429/s/1654259
2025-02-14 10:39:28 +08:00
CaptainB c524fbc0e4 fix: Fix excel merge cells header 2025-02-14 10:26:18 +08:00
shaohuzhang1 051dc13322
perf: Add custom token_ids method (#2264) 2025-02-13 15:40:09 +08:00
wxg0103 20260df9a1 fix: application set language error
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-02-13 11:45:25 +08:00
shaohuzhang1 4874c0e4b0
fix: AI dialogue context removes form data (#2257) 2025-02-12 16:07:44 +08:00
shaohuzhang1 6a5ec866c0
fix: Lost content during the answering process (#2256) 2025-02-12 15:33:24 +08:00
wxg0103 3de5daccbc refactor: tencent cloud icon 2025-02-12 15:07:36 +08:00
wxg0103 7ab5314665 fix: chat record message export error 2025-02-12 10:28:51 +08:00
wxg0103 1ace2c8d54 feat: support Tencent Cloud
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--story=1017838 --user=王孝刚 【模型设置】支持腾讯云的大语言模型  issue#2230 https://www.tapd.cn/57709429/s/1653533
2025-02-11 18:53:22 +08:00
wxg0103 b6a1781a9c feat: support Tencent Cloud
--story=1017838 --user=王孝刚 【模型设置】支持腾讯云的大语言模型  issue#2230 https://www.tapd.cn/57709429/s/1653533
2025-02-11 18:31:50 +08:00
wxg0103 5fde98d317 feat: support Tencent Cloud
--story=1017838 --user=王孝刚 【模型设置】支持腾讯云的大语言模型  issue#2230 https://www.tapd.cn/57709429/s/1653533
2025-02-11 18:01:41 +08:00
CaptainB 89c08b4bb0 fix: Filter blank sheet
--bug=1052097 --user=刘瑞斌 【github#2196】【应用编排】应用对话的时候上传带空白sheet的表格会报错 https://www.tapd.cn/57709429/s/1653414
2025-02-11 15:17:24 +08:00
shaohuzhang1 0e68f4a852
fix: Set application default language (#2206) 2025-02-10 16:16:56 +08:00
shaohuzhang1 a9b2a1cd26
fix: Set default language (#2205) 2025-02-10 16:14:08 +08:00
wxg0103 6482e030ee fix: anthropic image error 2025-02-10 14:17:07 +08:00
shaohuzhang1 3e90a9f102
fix: User default language based on browser language (#2201) 2025-02-10 14:16:34 +08:00
shaohuzhang1 be27e15885
fix: After the workflow form collection node is recalled, the subsequent nodes will not execute (#2195) 2025-02-10 11:36:49 +08:00
shaohuzhang1 041cf09011
fix: The Chinese characters in the form data have been transcoded (#2192) 2025-02-10 11:08:36 +08:00
CaptainB a325b26704 fix: Fix xinference cannot add deepseek-vl-chat model
--bug=1052077 --user=刘瑞斌 【github#2051】【模型管理】xinference添加issue中提供的视觉模型失败 https://www.tapd.cn/57709429/s/1652171
2025-02-10 11:05:42 +08:00
wxg0103 8530237e3c fix: i18n
--bug=1052079 --user=王孝刚 【应用】-简体中文语境下,导出对话日志,文件中[优化后的问题]字段显示的是繁体中文 https://www.tapd.cn/57709429/s/1652202
2025-02-10 11:05:10 +08:00
shaohuzhang1 cdb804bb88
fix: Workflow non streaming dialogue cannot respond (#2188) 2025-02-10 10:58:41 +08:00
shaohuzhang1 f16f417bd5
fix: The knowledge base table file upload is missing a header (#2185) 2025-02-10 10:22:23 +08:00
shaohuzhang1 ce79e3947d
fix: Simple application dialogue, non streaming, unable to respond to data (#2184) 2025-02-09 22:32:07 +08:00
shaohuzhang1 80a700b890
fix: Excerpt from the thinking process (#2181) 2025-02-09 19:51:50 +08:00
shaohuzhang1 e1f65022a4
fix: When the thinking process label is empty, do not process the thinking process (#2179) 2025-02-09 17:35:31 +08:00
刘瑞斌 061a41c4a1
feat: Support reasoning content #2135 (#2158) 2025-02-08 20:26:53 +08:00
wxg0103 0cc1d00140 chore: model provider drop down options 2025-02-08 19:02:12 +08:00
wxg0103 b90995d3aa fix: defect of incorrect document names after importing CSV and docx files into the knowledge base
--bug=1052039 --user=王孝刚 【知识库】-压缩文件中包含csv、docx文件时,导入到知识库后,文档名称包含文件夹名称 https://www.tapd.cn/57709429/s/1651752
2025-02-08 16:00:57 +08:00
wxg0103 2c03b2859d fix: Fix the defect that the knowledge base vectorization time is inconsistent with the system
--bug=1052060 --user=王孝刚 【知识库】-同步Web站点知识库,同步状态的时间与当前时区不一致,晚8小时 https://www.tapd.cn/57709429/s/1651754
2025-02-08 16:00:47 +08:00
wxg0103 88718c7108 refactor: i18n
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-02-08 11:28:53 +08:00
wxg0103 b45cd86edb refactor: siliconflow icon 2025-02-07 16:59:02 +08:00
wxg0103 dd80d8614a refactor: siliconflow icon 2025-02-07 16:32:17 +08:00
shaohuzhang1 a3d6083188
fix: XLS, XLSX, CSV file upload lost data (#2150) 2025-02-07 15:13:14 +08:00
shaohuzhang1 b52b01c7e5
fix: Internationalization global variables cannot be retrieved (#2148) 2025-02-07 14:35:28 +08:00
wxg0103 b4d3939d95 fix: Resolve the error message
--bug=1052045 --user=王孝刚 【应用】-应用中使用的函数被删除后,演示中提示函数库被删除,提示错误 https://www.tapd.cn/57709429/s/1651371
2025-02-07 14:28:04 +08:00
shaohuzhang1 5e75b2510d
fix: Fix sub application form unable to recall (#2146) 2025-02-07 11:50:24 +08:00
wxg0103 fbe899e326 fix: rerank error
--bug=1052035 --user=王孝刚 【模型管理】SiliconFlow的重排模型,重排后的内容不正确 https://www.tapd.cn/57709429/s/1651239
2025-02-07 10:18:14 +08:00
wxg0103 d3a6a6080c fix: ui error 2025-02-07 09:28:03 +08:00
wxg0103 5453aa7380 fix: 1052009
--bug=1052009 --user=王孝刚 [国际化]修改密码的验证码通知邮件未国际化 https://www.tapd.cn/57709429/s/1651094
2025-02-06 16:22:45 +08:00
wxg0103 1db5696bc1 fix: 1052009
--bug=1052009 --user=王孝刚 [国际化]修改密码的验证码通知邮件未国际化 https://www.tapd.cn/57709429/s/1651094
2025-02-06 16:22:45 +08:00
wxg0103 1234096678 feat: support siliconCloud rerank 2025-02-06 11:54:01 +08:00
wxg0103 1a4c1b26ea fix: stt node error 2025-02-05 17:58:47 +08:00
wxg0103 8be91b128f feat: siliconCloud logo 2025-02-05 16:52:24 +08:00
wxg0103 a8d8c188eb feat: support siliconCloud
--story=1017720 --user=王孝刚 【模型管理】-支持SiliconCloud供应商的大语言模型、向量模型 https://www.tapd.cn/57709429/s/1650888
2025-02-05 15:26:40 +08:00
CaptainB 48dce6c37b fix: i18n azure llm mode
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-01-24 15:55:10 +08:00
wxg0103 bbb570fee6 fix: i18n 2025-01-24 11:24:40 +08:00
wxg0103 f3b0bea93f fix: csv file 2025-01-24 10:28:51 +08:00
CaptainB 6dca9b41a0 refactor: override document extract node save_content
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-01-23 19:18:41 +08:00
wxg0103 a58d1a708d fix: model params 2025-01-23 17:54:19 +08:00
wxg0103 6f6e823117 fix: model params 2025-01-23 17:47:36 +08:00
shaohuzhang1 663a6cad43
fix: Failed to save the Qianfan large model (#2092) 2025-01-23 17:12:58 +08:00
shaohuzhang1 2ca4502303
fix: Workflow execution logic error (#2091) 2025-01-23 17:06:58 +08:00
shaohuzhang1 62dd0eb628
fix: The output of the workflow sub node is not wrapped (#2088) 2025-01-23 15:15:32 +08:00
wxg0103 1e479270d7 fix: i18n 2025-01-23 15:06:19 +08:00
shaohuzhang1 37ebe3e68f
fix: application i18n (#2086) 2025-01-23 11:54:34 +08:00
wxg0103 4610be9745 fix: Download template error
--bug=1051908 --user=王孝刚 【知识库】导出的文档打开后里面为错误日志,无文档内容,导出的压缩包不能解压 https://www.tapd.cn/57709429/s/1650087
2025-01-23 11:07:43 +08:00
shaohuzhang1 5ebcad7cde
fix: The knowledge base vector model can still be vectorized even after unauthorized use (#2080) 2025-01-23 10:53:12 +08:00
wxg0103 73ed74b714 fix: i18n
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-01-22 19:05:52 +08:00
shaohuzhang1 bb77448231
fix: Knowledge base export error (#2076) 2025-01-22 18:27:58 +08:00
shaohuzhang1 5772b02280
fix: Application opening statement character limit (#2075) 2025-01-22 17:56:59 +08:00
shaohuzhang1 34b626d425
fix: The simple application of stream=false Q&A will also directly return segmented content when the similarity is not enough (#2073) 2025-01-22 17:36:03 +08:00
shaohuzhang1 21d505a8d0
fix: bai_lian rerank default model (#2072) 2025-01-22 17:23:52 +08:00
shaohuzhang1 cd3d645ece
fix: Workflow global variables (#2069) 2025-01-22 16:46:11 +08:00
shaohuzhang1 13571ef615
fix: Internationalization of Models (#2068) 2025-01-22 16:12:14 +08:00
shaohuzhang1 3c859a6b7b
fix: New workflow application, node name not internationalized (#2066) 2025-01-22 14:54:57 +08:00
wxg0103 b189b8d4dd refactor: API URL
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-01-22 14:35:58 +08:00
CaptainB 495ac39498 fix: Fix autosend and autoplay not working
--bug=1051779 --user=刘瑞斌 【应用】应用演示页面,不能自动播放回答内容 https://www.tapd.cn/57709429/s/1649281
2025-01-22 11:00:27 +08:00
shaohuzhang1 9bd5a221c8
fix: After selecting the answer content in the AI conversation and clicking copy, it cannot be copied (#2062) 2025-01-22 09:57:16 +08:00
shaohuzhang1 5009a28853
fix: tti model (#2060) 2025-01-21 17:50:01 +08:00
shaohuzhang1 d1f7a82661
fix: Volcano engine large speech model cannot be added (#2058) 2025-01-21 17:04:40 +08:00
shaohuzhang1 d9c6b6bdb6
fix: model i18n error (#2055) 2025-01-21 15:52:59 +08:00
shaohuzhang1 4bb3a53e9a
build: compilemessages i18n (#2050) 2025-01-21 11:30:10 +08:00
wxg0103 29ddee8d06 feat: i18n
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-01-20 19:00:58 +08:00
CaptainB 86330c443e feat: Support vllm embedding model 2025-01-20 16:24:56 +08:00
CaptainB 2301190c4d feat: Support vllm image model 2025-01-20 16:24:56 +08:00
shaohuzhang1 defe853728
fix: The project cannot be started (#2040) 2025-01-20 15:03:16 +08:00
shaohuzhang1 e350a221c9
feat: i18n (#2039) 2025-01-20 14:41:26 +08:00
CaptainB 0e7f466723 fix: text to speech doc show request body
【【github#2032 】【swagger 文档】/api/application/application_id/text to_speech 接口缺少文件上传的入口参数】
https://www.tapd.cn/57709429/bugtrace/bugs/view/1157709429001051530
2025-01-20 10:46:42 +08:00
wxg0103 ef26e59388 feat: support i18n
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-01-15 15:09:57 +08:00
shaohuzhang1 e159cc4a10
feat: xpack i18n (#2034) 2025-01-15 11:38:08 +08:00
shaohuzhang1 d32e6d0e19
feat: xpack i18n (#2033) 2025-01-15 11:10:19 +08:00
wxg0103 255b4fdde4 feat: i18n 2025-01-14 16:54:38 +08:00
shaohuzhang1 90f4d59ec5
feat: Generate i18n file (#2022)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-01-14 10:37:00 +08:00
wxg0103 c5585da57d feat: i18n 2025-01-14 09:46:21 +08:00
shaohuzhang1 bedbeac9f7
feat: application i18n (#2020)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-01-13 19:05:08 +08:00
wxg0103 29688774c6 feat: dataset support i18n 2025-01-13 18:11:20 +08:00
shaohuzhang1 a28de6feaf
feat: i18n (#2011) 2025-01-13 11:15:51 +08:00
CaptainB 41c7ed90c1 feat: Support Anthropic 2025-01-13 10:11:48 +08:00
wxg0103 9c8d7fc269 fix: When deleting conversation logs, they should be deleted by conversation record, not by session.
--bug=1051378 --user=王孝刚 【应用】对话日志删除时应该按对话记录删除,不能按会话删除 https://www.tapd.cn/57709429/s/1645443
2025-01-13 10:06:40 +08:00
CaptainB 6e281f6242 refactor: support volcanic engine embeddings
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-01-10 10:53:36 +08:00
shaohuzhang1 3e327d52d6
perf: Optimize workflow logic (#1996) 2025-01-08 16:05:27 +08:00
CaptainB c46b7ab094 refactor: image model get_num_tokens override 2025-01-08 12:09:58 +08:00
wxg0103 bf279898b9 fix: fix github#1988
--bug=1051321 --user=王孝刚 【github#1988】【应用】应用编排接入带用户输入参数的应用,选择后,再次进入应用,选择的参数消失了 https://www.tapd.cn/57709429/s/1643562
--bug=1051323 --user=王孝刚 【应用】创建应用报错 https://www.tapd.cn/57709429/s/1643571
2025-01-08 11:40:58 +08:00
shaohuzhang1 8db35c45c1
fix: Document upload prompt: missing status list field (#1991)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-01-07 18:21:13 +08:00
shaohuzhang1 d744fb4106
fix: Guide package (#1986) 2025-01-07 11:31:06 +08:00
shaohuzhang1 4bddd1aab1
fix: tencent and xf embedding model set default model (#1985) 2025-01-07 11:22:54 +08:00
shaohuzhang1 54381ffaf3
feat: Document vectorization supports processing based on status (#1984) 2025-01-07 11:15:10 +08:00
CaptainB 9a310bfb98 fix: bailian tti and image model set default model
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1051223 --user=刘瑞斌 【模型管理】阿里云百炼自定义添加图片生成模型报错 https://www.tapd.cn/57709429/s/1642319

--bug=1051218 --user=刘瑞斌 【模型管理】阿里云百炼自定义添加图片理解模型报错 https://www.tapd.cn/57709429/s/1642323
2025-01-06 18:29:52 +08:00
CaptainB 56b243c0ce fix: openai tti, tts, stt and image model set default model
--bug=1051227 --user=刘瑞斌 【模型管理】OpenAI添加自定义模型报错问题汇总 https://www.tapd.cn/57709429/s/1642314
2025-01-06 18:29:52 +08:00
CaptainB b7bcca6562 fix: qwen tti and image model set default model
--bug=1051228 --user=刘瑞斌 【模型管理】通义千问添加自定义模型报错问题汇总 https://www.tapd.cn/57709429/s/1642313
2025-01-06 18:29:52 +08:00
CaptainB 3f063ae791 fix: tencent tti and image model set default model
--bug=1051229 --user=刘瑞斌 【模型管理】腾讯混元添加自定义模型报错问题汇总 https://www.tapd.cn/57709429/s/1642310
2025-01-06 18:29:52 +08:00
CaptainB ff7f9f7876 fix: volcanic tts and stt model set default model
--bug=1051231 --user=刘瑞斌 【模型管理】火山引擎添加自定义模型报错问题汇总 https://www.tapd.cn/57709429/s/1642307
2025-01-06 18:29:52 +08:00
CaptainB ee6afffc6a fix: xunfei tts and stt model set default model
--bug=1051233 --user=刘瑞斌 【模型管理】讯飞星火添加自定义模型报错问题汇总 https://www.tapd.cn/57709429/s/1642301
2025-01-06 18:29:52 +08:00
CaptainB e175864699 fix: zhipu tti and image model set default model
--bug=1051236 --user=刘瑞斌 【模型管理】智谱AI添加自定义模型报错问题汇总 https://www.tapd.cn/57709429/s/1642279
2025-01-06 18:29:52 +08:00
CaptainB 9b57655255 fix: xinference tti and image model set default model
--bug=1051237 --user=刘瑞斌 【模型管理】Xorbits Inference添加自定义模型报错问题汇总 https://www.tapd.cn/57709429/s/1642278
2025-01-06 18:29:52 +08:00
shaohuzhang1 d9df013e33
fix: Part of the docx document is parsed incorrectly (#1981)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-01-06 14:37:51 +08:00
shaohuzhang1 00591a5b25
fix: Workflow The condition setting 'any' did not take effect when the discriminator was executed (#1979) 2025-01-06 14:04:25 +08:00
CaptainB c307f6b0af feat: Support stt mode auto send message
--story=1017616 --user=刘瑞斌 【应用】语音输入支持自动发送 https://www.tapd.cn/57709429/s/1641715
2025-01-06 11:31:25 +08:00
CaptainB 301c60ee92 fix: Unable to enter custom model name
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
--bug=1051178 --user=刘瑞斌 【模型】添加Ollama的图片理解模型,自定义输入基础模型报错 https://www.tapd.cn/57709429/s/1641511
2025-01-03 21:06:50 +08:00
CaptainB b2879da541 feat: support autoplay answer for tts model 2025-01-03 16:44:32 +08:00
CatpainB f9b1f2d927 fix: support zhipu cogview-3-flash model
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1051161 --user=刘瑞斌 【模型】添加智普免费的图片生成模型(Cogview-3-Flash)报错 https://www.tapd.cn/57709429/s/1641187
2025-01-03 13:45:57 +08:00
shaohuzhang1 9d96ed347f
fix: Generate a problem with continuous clicking without response (#1958)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-12-31 17:19:44 +08:00
shaohuzhang1 4ae21bcf1f
fix: Embedded application displays incomplete data (#1954) 2024-12-31 11:00:05 +08:00
CaptainB a4f8d59e28 fix: edit some tooltips
--bug=1051041 --user=刘瑞斌 【应用】高级编排-图片生成-参数设置:文字提示样式不对 https://www.tapd.cn/57709429/s/1639393
2024-12-31 10:29:28 +08:00
shaohuzhang1 0f8fb1693a
fix: Replace synchronization error (#1951) 2024-12-30 18:13:32 +08:00
CaptainB 7f9a11dbb8 fix: azure llm model not show some recommends
--bug=1051028 --user=刘瑞斌 【模型管理】添加Azure OpenAI的大语言模型,基础模型的默认下拉列表模型信息错误 https://www.tapd.cn/57709429/s/1639196
2024-12-30 17:44:48 +08:00
CaptainB 62fe32195f fix: fix hunyuan-functioncall edit faild
--bug=1051010 --user=刘瑞斌 【模型设置】修改腾讯混元的大语言模型为 hunyuan-functioncall 模型失败,提示模型不存在 https://www.tapd.cn/57709429/s/1639072
2024-12-30 16:11:55 +08:00
shaohuzhang1 5faa28ec4a
fix: Error in obtaining variables for character settings (#1948) 2024-12-30 15:26:43 +08:00
shaohuzhang1 ce5bbc1ff7
feat: Embed icon color to follow font changes (#1941) 2024-12-30 11:25:55 +08:00
wxg0103 c13427a0b1 refactor: tts node add warning 2024-12-30 11:24:32 +08:00
shaohuzhang1 eb76450cdc
fix: Exporting zip cannot open the file (#1939) 2024-12-30 10:51:08 +08:00
shaohuzhang1 3ea41c3297
fix: Application access restrictions are not separately counted for each application (#1937) 2024-12-30 10:24:36 +08:00
wxg0103 ef64c9dd08 fix: aws credentials_profile_name 2024-12-30 09:15:43 +08:00
wxg0103 cc3813e97e fix: refactoring embedded application logic 2024-12-27 18:47:00 +08:00
shaohuzhang1 17616205b9
fix: The application cannot be embedded (#1931) 2024-12-27 11:55:03 +08:00
shaohuzhang1 c6f821ce53
fix: Easy application import (#1930) 2024-12-27 11:46:02 +08:00
CaptainB 75a7630be8 fix: check auth when add xinference tti tts model 2024-12-27 11:35:50 +08:00
shaohuzhang1 415b2e1967
fix: Import application and add file format verification (#1928) 2024-12-27 11:13:44 +08:00
shaohuzhang1 441fb1a0b7
feat: Add default value for DB_MAX_OVERFLOW (#1927) 2024-12-27 11:08:35 +08:00
shaohuzhang1 e379b8c7e1
fix: Dialogue node context type is not required (#1926) 2024-12-27 10:52:05 +08:00
shaohuzhang1 5299f1262f
feat: AI dialogue roles support obtaining data from other nodes (#1925) 2024-12-27 10:46:07 +08:00
shaohuzhang1 f111ae1200
feat: The form node supports obtaining data from other nodes (#1924) 2024-12-27 10:39:27 +08:00
shaohuzhang1 74edbd0a4e
feat: The workflow node cannot obtain values from other nodes, which is set as the default value (#1923) 2024-12-27 10:36:39 +08:00
liqiang-fit2cloud 549df741fa perf: add POSTGRES_MAX_CONNECTIONS env. 2024-12-27 10:25:07 +08:00
liqiang-fit2cloud a0b03d3433 perf: add POSTGRES_MAX_CONNECTIONS env. 2024-12-27 09:55:09 +08:00
liqiang-fit2cloud 982be95435 perf: increase MAX_OVERFLOW of database connection pool. 2024-12-26 18:34:07 +08:00
wxg0103 506187e3c2 fix: tts node add a prompt with empty text
--bug=1050887 --user=王孝刚 【应用编排】知识库检索节点为空,走到文本转语音节点会报错 https://www.tapd.cn/57709429/s/1637596
2024-12-26 18:25:04 +08:00
liudonghua f1c7ae9974
update: ollama model name #1902 2024-12-26 17:32:18 +08:00
shaohuzhang1 d9dcd33425
fix: Workflow execution conditions did not execute as expected (#1915) 2024-12-26 17:31:30 +08:00
CaptainB 91afbcd71a fix: add hunyuan llm error
--bug=1050875 --user=刘瑞斌 【模型管理】-添加腾讯混元大语言模型失败 https://www.tapd.cn/57709429/s/1637470
2024-12-26 16:05:00 +08:00
shaohuzhang1 efa73c827f
refactor: Workflow execution logic (#1913) 2024-12-26 15:29:55 +08:00
wxg0103 bb58ac6f2c fix: Text ignores special characters such as HTML tags
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1050847 --user=王孝刚 【应用】-文本转语音节点在接收到带有html标签或url的文本,生成的语音中没有忽略代码和url等信息 https://www.tapd.cn/57709429/s/1637065
2024-12-25 18:33:52 +08:00
CaptainB 9f012fd43a chore: ollama baseurl v1 suffix 2024-12-25 17:53:46 +08:00
CaptainB 6412825d30 refactor: check model use model_params 2024-12-25 17:05:57 +08:00
wxg0103 bd8d848321 fix: fix tts node and stt node error
--bug=1050817 --user=王孝刚 【应用编排】文本转语音,字数不是很多但是模型提示超长了 https://www.tapd.cn/57709429/s/1636787
--bug=1050821 --user=王孝刚 【应用编排】语音转文本错误信息是图片缺少file_id https://www.tapd.cn/57709429/s/1636786
2024-12-25 15:15:46 +08:00
CaptainB ae7c446e81 fix: show tips for non exist ollama model
--bug=1050792 --user=刘瑞斌 【模型管理】ollama图片理解模型,选择服务器上不存在的模型时没有自动下载 https://www.tapd.cn/57709429/s/1636732
2024-12-25 14:30:58 +08:00
shaohuzhang1 28ceb94417
fix: Batch generation of problems (#1905) 2024-12-25 11:23:59 +08:00
shaohuzhang1 2db86169fa
fix: Empty knowledge base upload error (#1904) 2024-12-25 10:53:43 +08:00
wxg0103 0cae0c865b feat: support aws proxy_url
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-24 18:41:39 +08:00
shaohuzhang1 af3266b979
fix: Workflow import did not insert AccessToken information (#1900) 2024-12-24 17:14:09 +08:00
shaohuzhang1 89206c9fa6
feat: Batch cancel tasks (#1896) 2024-12-24 17:09:27 +08:00
shaohuzhang1 4550f72b6d
fix: Workflow cannot respond to errors (#1899) 2024-12-24 16:39:51 +08:00
wxg0103 32e5c8195a fix: fix the defect of empty line to speech error
--bug=1050760 --user=王孝刚 【应用】文本转语音使用豆包模型时,用户问题文本中间有空行,会报错 https://www.tapd.cn/57709429/s/1636230
2024-12-24 16:29:46 +08:00
wxg0103 037268179d fix: fix the defect where the exported log field is empty
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1049645 --user=王孝刚 【应用】应用编排嵌入高级编排应用,导出对话日志文件的优化后问题字段没有值 https://www.tapd.cn/57709429/s/1635887
2024-12-24 11:43:26 +08:00
wxg0103 0cd9c8fe00 fix: fix the defect of multiple audio display errors
--bug=1050737 --user=王孝刚 【应用编排】-用两个组件分别生成两段语音,在MK演示中无法播放两段语音 https://www.tapd.cn/57709429/s/1635779
2024-12-24 09:52:09 +08:00
CaptainB 418c87093d fix: The image of the image understanding node selects the image generated by the preceding node.
--bug=1050695 --user=刘瑞斌 【应用编排】图片理解节点的图片选择前置节点生成的图片,执行详情中加载失败 https://www.tapd.cn/57709429/s/1635547
2024-12-23 15:17:13 +08:00
CaptainB 42bd7e60a7 fix: The image of the image understanding node selects the image generated by the preceding node.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1050695 --user=刘瑞斌 【应用编排】图片理解节点的图片选择前置节点生成的图片,执行详情中加载失败 https://www.tapd.cn/57709429/s/1635547
2024-12-23 15:00:20 +08:00
wxg0103 8666973519 fix: fix bailian stt 2024-12-23 14:04:21 +08:00
wxg0103 53f4e11145 fix: fix bailian stt 2024-12-23 11:25:59 +08:00
shaohuzhang1 1113e1ffec
feat: Node execution conditions (#1888) 2024-12-23 11:11:28 +08:00
wxg0103 f9548dd7f2 fix: fix audio frame rate 2024-12-23 10:30:42 +08:00
shaohuzhang1 a00af1e288
refactor: Workflow execution logic (#1886)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-12-20 20:29:15 +08:00
CaptainB 6c7ae3f79f chore: fix typo.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-20 12:33:08 +08:00
wxg0103 b327bd8fed fix: fix workflow parameter verification
--bug=1050548 --user=王孝刚 【应用】-高级编排语音转文本组件的语音文件为空可以发布应用 https://www.tapd.cn/57709429/s/1634944
2024-12-20 11:20:14 +08:00
wxg0103 64fb77132a fix: fix the defect of interface parameter transmission failure
--bug=1050500 --user=王孝刚 【接口文档】接口文档里的获取知识库列表(不分页)接口,带参数查询无数据 https://www.tapd.cn/57709429/s/1634918
2024-12-20 10:24:23 +08:00
CaptainB 2cb2e6d805 feat: Support gemini embedding model
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-19 18:58:08 +08:00
CaptainB f533bb5350 feat: Support gemini embedding model 2024-12-19 18:45:10 +08:00
CaptainB 24bb7d5cfa feat: Support gemini stt model 2024-12-19 18:26:19 +08:00
wxg0103 cc078ec353 refactor: optimize the display of SST nodes 2024-12-19 17:35:42 +08:00
CaptainB c98874e22f feat: Support Azure image tts stt model 2024-12-19 12:38:11 +08:00
shaohuzhang1 832b0dbd63
feat: Knowledge base import supports zip, xls, xlsx, and csv formats, while knowledge base export supports zip format (#1869) 2024-12-18 18:00:19 +08:00
CaptainB 097cabbf5b feat: Support Azure embedding model 2024-12-18 16:41:10 +08:00
CaptainB 003f3d13e0 feat: Support Azure embedding model 2024-12-18 16:31:54 +08:00
CaptainB bdea68c4e6 fix: Support embedding multiple Applications
Closes #1659
2024-12-18 12:26:29 +08:00
wxg0103 b2829963ab fix: remove audio channels
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-18 11:24:31 +08:00
wxg0103 0724fde7da fix: set audio channels 2024-12-18 10:20:03 +08:00
wxg0103 dd6eee6e26 fix: any_to_mp3 2024-12-18 09:46:46 +08:00
wxg0103 b819e6634e refactor: Support uploading multiple audio files
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-17 18:24:10 +08:00
CaptainB b9013d72ad feat: Volcanic Engine Access Key ID and Secret Access Key 2024-12-17 15:22:23 +08:00
CaptainB a827396d07 feat: Gemini Image understand model 2024-12-17 13:46:22 +08:00
CaptainB f2373da1b9 feat: Ollama Image understand model 2024-12-16 19:23:24 +08:00
CaptainB a447c8efc8 feat: BaiLian Image Model
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-16 16:49:20 +08:00
CaptainB 33036400d3 feat: BaiLian Image Model 2024-12-16 16:14:14 +08:00
CaptainB c816c95224 refactor: Image generate model disable history mode 2024-12-16 15:43:18 +08:00
CaptainB 6a55750e8d refactor: Image generate model history message show images 2024-12-16 15:08:22 +08:00
shaohuzhang1 64443ee136
feat: Application import and export (#1836) 2024-12-16 14:19:57 +08:00
wxg0103 5b969ef861 feat: add speech_to_text node and text_to_speech node
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-12-13 15:02:06 +08:00
CaptainB 7bd791f8f5 feat: Xinference Image Model 2024-12-13 14:42:14 +08:00
CaptainB 7de58de42a feat: Volcanic Engine Image Model 2024-12-13 14:42:14 +08:00
CaptainB 4d977fd765 feat: Create model and configure advanced parameters 2024-12-13 14:42:14 +08:00
CaptainB 8b33c99235 feat: Image understanding and image generation models support configuring model parameters 2024-12-13 14:42:14 +08:00
CaptainB add99fabc6 feat: Support image generate model 2024-12-13 14:42:14 +08:00
shaohuzhang1 36f1a3ba64
fix: The document list status filtering is incorrect. (#1822)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-11 20:07:27 +08:00
shaohuzhang1 37c963b4ad
fix: In the dialogue, the form nodes of the sub-application are not displayed as separate cards. (#1821) 2024-12-11 19:51:17 +08:00
wangdan-fit2cloud 7a76f73682 fix: 修复嵌入式样式冲突问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-11 14:13:28 +08:00
shaohuzhang1 f9437ca9b8
fix: 修复函数库响应数据在日志中不显示问题 (#1814) 2024-12-11 13:52:23 +08:00
wxg0103 2a64f63073 fix: 修复批量导入网页地址swagger上没有填写请求体的地方的缺陷
--bug=1050206 --user=王孝刚 【github#1809】【知识库】web知识库,批量导入网页地址时,抓到的接口有请求体,但是swagger上没有填写请求体的地方。 https://www.tapd.cn/57709429/s/1628286
2024-12-11 09:44:46 +08:00
shaohuzhang1 ec27e57f2c
fix: 文档导出权限错误 (#1807)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2024-12-10 18:29:29 +08:00
shaohuzhang1 5e42dcad09
fix: 修复工作流对话bug (#1806) 2024-12-10 16:37:57 +08:00
shaohuzhang1 672cb7dd34
fix: 修复嵌入图片过大指引位置错误 (#1802) 2024-12-10 14:48:08 +08:00
shaohuzhang1 aa94f66492
fix: 修复文档状态无法过滤 (#1800) 2024-12-10 11:00:44 +08:00
shaohuzhang1 f65546a619
feat: 支持工作流ai对话节点添加节点上下文 (#1791)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-09 11:17:58 +08:00
CaptainB acebb7b366 feat: 支持智谱图片理解模型
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-06 16:50:14 +08:00
CaptainB fb8b96779c fix: 处理某些pdf中不包括目录和内部链接不能完整导入的问题 2024-12-06 10:49:37 +08:00
shaohuzhang1 7c529c281c
fix: 修复阿里百炼项目模型v3调用方式 (#1773)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-05 17:50:50 +08:00
shaohuzhang1 cefd66dcb0
fix: 修复图片识别历史记录无法显示多个图片问题 (#1768) 2024-12-05 11:03:36 +08:00
shaohuzhang1 f525181d25
fix: 修复文档状态在多次取消的情况下状态错误 (#1767) 2024-12-05 10:16:16 +08:00
wxg0103 d6a7a5f92e refactor: 优化大量数据批量入库 2024-12-04 18:23:39 +08:00
CaptainB 7346ef6a2c fix: 过滤空白的sheet
--bug=1049943 --user=刘瑞斌 【文档内容提取】-上传的excel中sheet为空时报错 https://www.tapd.cn/57709429/s/1625062
2024-12-04 16:30:43 +08:00
shaohuzhang1 fd35ef281c
refactor: 修改默认worker计算方法 (#1761)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-04 15:48:55 +08:00
shaohuzhang1 a71adf15af
fix: 修复迁移文档分段数没有重置 (#1760) 2024-12-04 15:44:09 +08:00
shaohuzhang1 f9451418e8
fix: 修复form表单表单数据未解构 (#1759) 2024-12-04 15:35:53 +08:00
shaohuzhang1 d314e497f8
fix: 修复知识库向量化提示错误 (#1756) 2024-12-04 14:54:18 +08:00
shaohuzhang1 6b4cee1412
fix: 修复对话使用api调用无法响应数据 (#1755) 2024-12-04 14:19:37 +08:00
shaohuzhang1 c4c4b6e9cd
fix: 修复项目重启后文档状态不正确 (#1754) 2024-12-04 12:01:09 +08:00
wxg0103 77b15fd7ce fix: 修复批量删除文档没有删除问题的缺陷
--bug=1048687 --user=王孝刚 【知识库】删除文档不会删除文档中分段关联的问题 https://www.tapd.cn/57709429/s/1624544
2024-12-04 11:18:11 +08:00
wxg0103 c54bfc7414 fix: 修复批量删除文档没有删除问题的缺陷
--bug=1048687 --user=王孝刚 【知识库】删除文档不会删除文档中分段关联的问题 https://www.tapd.cn/57709429/s/1624544
2024-12-04 11:18:11 +08:00
shaohuzhang1 7d938f9e60
fix: 设置模型参数默认值,允许用户不设置模型参数 (#1750) 2024-12-04 10:30:45 +08:00
shaohuzhang1 5d86265ac8
fix: 修复没有输出节点时无法处理内容 (#1747) 2024-12-03 17:55:23 +08:00
CaptainB 695576bfbd fix: 修复字符集不匹配的情况提取web的问题
--bug=1048607 --user=刘瑞斌 【github#1577】有个网站导入web知识库报错 https://www.tapd.cn/57709429/s/1623295
2024-12-03 15:48:26 +08:00
wangdan-fit2cloud 3e8734ae8f fix: 优化部分样式 2024-12-03 15:45:11 +08:00
wxg0103 e5ead8ea20 fix: 修复删除文档不会删除文档中分段关联的问题的缺陷
--bug=1048687 --user=王孝刚 【知识库】删除文档不会删除文档中分段关联的问题 https://www.tapd.cn/57709429/s/1623302
2024-12-03 15:30:22 +08:00
shaohuzhang1 b6c65154c5
fix: 修复子应用表单调用无法调用问题 (#1741) 2024-12-03 15:23:53 +08:00
wxg0103 be0b407cf1 refactor: 钉钉扫码认证设置优化
--bug=1048604 --user=王孝刚 【系统管理】钉钉扫码认证设置优化 https://www.tapd.cn/57709429/s/1622777
2024-12-02 18:21:51 +08:00
CaptainB 36755672ba fix: 修复图片理解历史记录为节点时图片没展示的问题 2024-12-02 18:12:49 +08:00
wxg0103 5d4f35da2e fix: 修复应用日志清除后,对话中的文件在file表中没删掉的缺陷
--bug=1049852 --user=王孝刚 【应用编排】应用日志清除后,对话中的文件在file表中没删掉 https://www.tapd.cn/57709429/s/1622739
2024-12-02 18:00:59 +08:00
wangdan-fit2cloud 560d49ddf4 fix: 优化小助手图层层级 2024-12-02 17:51:56 +08:00
wangdan-fit2cloud db3312ffa2 fix: 修复小助手遮照宽度问题 2024-12-02 17:47:54 +08:00
shaohuzhang1 433ae5daf5
fix: 修复选择不可用的本地模型进行向量化,状态一直是排队中 (#1736) 2024-12-02 15:54:49 +08:00
shaohuzhang1 8664840f7b
fix: 修复历史数据状态错误 (#1732) 2024-12-02 14:02:01 +08:00
shaohuzhang1 2084112d54
fix: 修复web站点知识库同步状态错误 (#1731) 2024-12-02 13:38:03 +08:00
CaptainB a32977094f fix: 修复图片理解携带历史会话 2024-12-02 12:43:36 +08:00
shaohuzhang1 94c521967a
fix: 修复分页查询时间相同的情况下数据错乱 (#1727) 2024-12-02 11:06:25 +08:00
shaohuzhang1 be10863a97
fix: 修复表单设置后的文档内容提取节点不能输出内容 (#1726) 2024-12-02 10:54:35 +08:00
shaohuzhang1 be53247bcd
fix: 修复对话后未生成对话日志 (#1725) 2024-12-02 10:44:12 +08:00
shaohuzhang1 f547828bc9
fix: 修复关联问题不生效 (#1724) 2024-12-02 10:06:37 +08:00
shaohuzhang1 cc48f56f67
fix: 修复简易应用对话无法显示内容 (#1722)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-12-01 18:07:29 +08:00
shaohuzhang1 f7588c0b28
fix: 修复对话中禁止表单提交 (#1718) 2024-11-30 23:33:28 +08:00
shaohuzhang1 5ebb88b6de
fix: 修复工作流多个form表单收集后面节点无法使用表单数据 (#1717) 2024-11-30 23:08:40 +08:00
shaohuzhang1 b8aa4756c5
fix: 修复工作流节点输出等问题 (#1716)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-11-29 19:26:16 +08:00
wxg0103 4d4abb040b fix: 修复嵌入应用的指定回复节点回复None的缺陷
--bug=1049643 --user=王孝刚 【应用】简单应用输出节点连接多个执行回复节点,回复节点引用简单应用的输出结果变量,执行后回复结果为None https://www.tapd.cn/57709429/s/1621456
2024-11-29 16:59:46 +08:00
CaptainB 78cd949f43 fix: 修复上传xlsx里的图片没在文档提取中显示的问题 2024-11-29 16:28:34 +08:00
CaptainB 66e91bd316 fix: 修复执行历史详情里节点和工作流类型的展示问题
--bug=1049655 --user=刘瑞斌 【应用编排】图片理解模型,历史记录选择节点和工作流的效果反了 https://www.tapd.cn/57709429/s/1620986
2024-11-29 12:36:04 +08:00
CaptainB b8de3690cf fix: 修复应用复制没有把语音和文件上传配置一起复制的问题
--bug=1049519 --user=刘瑞斌 【应用】应用复制,复制的副本没有将语音输入和语音合成模型复制过来 https://www.tapd.cn/57709429/s/1620615
2024-11-28 18:36:58 +08:00
wxg0103 f0fecf455f fix: 修复清除日志报错的缺陷
--bug=1049704 --user=王孝刚 【应用】日志清除策略没生效 https://www.tapd.cn/57709429/s/1620515
2024-11-28 17:52:47 +08:00
CaptainB 80aeecfe01 refactor: 执行详情里展示文档提取日志时多个文件单独显示,最多500字符 2024-11-28 16:30:44 +08:00
CaptainB 2a07a50a60 fix: 修复文档提取doc图片没有保存和展示的问题 2024-11-28 16:17:23 +08:00
CaptainB f638abdea2 fix: 修复文档提取doc图片没有保存和展示的问题 2024-11-28 15:07:21 +08:00
CaptainB c3d92e8dc8 fix: 修复文档提取参数选择了开始问题报会话不存在的问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1049648 --user=刘瑞斌 【应用编排】文档内容提取节点,节点设置选择 “开始-用户问题” 对话报错 https://www.tapd.cn/57709429/s/1619714
2024-11-28 11:13:14 +08:00
CaptainB 59f5c8ac76 fix: 修复文档提取报错没有显示的问题 2024-11-27 12:20:16 +08:00
shaohuzhang1 da7e9b1460
fix: 修复文档状态部分问题 (#1699)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-11-26 19:40:26 +08:00
wxg0103 de630b4595 fix: 修复删除知识库的段落后,日志内容还是显示标注的缺陷
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-11-26 17:56:15 +08:00
CaptainB f1083d973e refactor: 文档提取details保存content长度限制为500 2024-11-26 16:24:14 +08:00
shaohuzhang1 93a5c6eb2d
fix: 修复文档状态数据数据错误问题 (#1697) 2024-11-26 16:24:03 +08:00
wxg0103 52575360ed fix: 修复在对话日志中删除保存的文档,关联的问题未删除的缺陷
--bug=1049555 --user=王孝刚 【应用】将对话日志保存到文档后,在对话日志中删除保存的文档,关联的问题未删除 https://www.tapd.cn/57709429/s/1617726
2024-11-26 16:01:25 +08:00
shaohuzhang1 98f25c99f2
fix: 处理历史数据 (#1692) 2024-11-26 13:29:46 +08:00
shaohuzhang1 e978c83f02
feat: 文档状态 2024-11-26 12:08:13 +08:00
wxg0103 8240eb14bf refactor: 优化知识来源显示
--story=1016652 --user=王孝刚 【南区】应用对话回复支持显示引用分段来知识库的文档来源等信息 https://www.tapd.cn/57709429/s/1616642
2024-11-25 16:37:02 +08:00
CaptainB 936e55d3a3 refactor: 执行详情里不保存图片base64内容 2024-11-25 14:51:33 +08:00
CaptainB ce4e23020a refactor: 执行详情里不保存文档content 2024-11-25 14:51:33 +08:00
CaptainB ce7b1d941b refactor: 多文档分割线展示为多个‘-’ 2024-11-25 11:43:34 +08:00
CaptainB 64e8f4dc9f chore: 文档内容无法提取的时候输出错误信息 2024-11-22 17:56:07 +08:00
CaptainB 49d90e0625 fix: 修复对话详情中没有文档展示的问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1049251 --user=刘瑞斌 【应用编排】上传文件后,执行详情里没显示文件信息 https://www.tapd.cn/57709429/s/1614098
2024-11-21 12:57:27 +08:00
wxg0103 4badd3ab6e fix(知识库): 修复知识库字符未更新的缺陷
--bug=1049232 --user=王孝刚 【应用】对话日志-添加到知识库后,文档字符数未同步更新 https://www.tapd.cn/57709429/s/1614059
2024-11-21 11:36:22 +08:00
CaptainB 12d54aff80 chore: 去掉代码中的警告 2024-11-20 10:43:04 +08:00
wxg0103 7985a3f1e0 refactor(应用): 优化嵌入应用的执行详情
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-11-19 17:58:02 +08:00
wxg0103 260cdb044e refactor(应用): 优化嵌入应用 2024-11-19 17:25:12 +08:00
CaptainB 4fd6884ad6 fix: 处理校验图片模型的报错 2024-11-19 16:53:32 +08:00
CaptainB b91d9fdaf0 refactor: 处理多张图片的HumanMessage 2024-11-19 16:29:04 +08:00
CaptainB a28b55b6ad fix: 图片理解节点可以作为结束节点
--bug=1049088 --user=刘瑞斌 【应用编排】图片理解模型应该可以作为结束节点 https://www.tapd.cn/57709429/s/1612298
2024-11-19 16:15:55 +08:00
wxg0103 3b1de04227 feat(模型管理): 支持阿里云百炼大模型 2024-11-18 16:24:35 +08:00
CaptainB e1df4b2857 fix: 处理PDF中出现 \0 字符报 Null characters are not allowed
--bug=1048190 --user=刘瑞斌 【知识库】- 上传PDF文档 报错  ,关联issue #1468 https://www.tapd.cn/57709429/s/1611070
2024-11-18 12:46:37 +08:00
CaptainB 832d2a2e7f refactor: 处理历史会话中图片的问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-11-14 21:44:31 +08:00
CaptainB 359dc9f3ee fix: 处理多文档时文件内容提取不正确的问题 2024-11-14 14:51:20 +08:00
CaptainB 10e53f08e2 feat: 高级编排支持文件上传(WIP) 2024-11-14 14:24:36 +08:00
CaptainB b57a619bdb feat: 高级编排支持文件上传(WIP) 2024-11-14 13:36:16 +08:00
shaohuzhang1 a0cfcb73a9 fix: 修复对话时,模型参数删除后依然进行校验 2024-11-14 11:43:25 +08:00
CaptainB a65ecf8624 chore: remove some warning code 2024-11-14 10:58:38 +08:00
shaohuzhang1 89cea4e20a fix: 修复ai对话框无法正常显示对话内容 2024-11-14 09:51:37 +08:00
CaptainB 02e9774c46 feat: 高级编排支持文件上传(WIP) 2024-11-13 18:56:43 +08:00
CaptainB 88b6eebf35 feat: 高级编排支持文件上传(WIP) 2024-11-13 18:01:59 +08:00
shaohuzhang1 c866d05f33 fix: 修复直接回答对话无法显示文本 2024-11-13 17:39:37 +08:00
wxg0103 2722b5a406 refactor: 修改执行的方法
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-11-13 15:43:26 +08:00
liqiang-fit2cloud 6f84239e8b fix: 修复swagger接口文档中schema不正确的问题 2024-11-13 15:16:16 +08:00
wxg0103 4a043cf4be refactor: 修改执行的方法 2024-11-13 15:10:27 +08:00
wxg0103 eb24750028 feat: 对话日志默认使用最后对话时间
--story=1017064 --user=王孝刚 【对话日志】- 列表排序使用最后对话时间 issue #1587 https://www.tapd.cn/57709429/s/1609354
2024-11-13 15:07:38 +08:00
CaptainB 869295b532 refactor: 定时清理数据库中没关联应用的图片 2024-11-13 13:06:27 +08:00
shaohuzhang1 1a1e93296e feat: 工作流表单节点 2024-11-13 10:39:05 +08:00
wxg0103 4e615db713 feat: 修改标注时可以选择默认知识库
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--story=1016833 --user=王孝刚 对话日志-修改标注时可以选择默认知识库 #229 https://www.tapd.cn/57709429/s/1608846
2024-11-12 17:53:57 +08:00
CaptainB 8a8305e75b feat: 高级编排支持文件上传(WIP) 2024-11-12 13:29:40 +08:00
wxg0103 72b91bee9a feat: 工作流增加嵌入应用
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--story=1016666 --user=王孝刚 【北区-售前】工作流支持嵌入应用 https://www.tapd.cn/57709429/s/1608362
2024-11-11 18:38:48 +08:00
shaohuzhang1 9a66044ec4 feat: 去除工作流直接返回内容的标题数据
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-11-07 17:54:33 +08:00
shaohuzhang1 33d88954c6 fix: 添加对话stream流式结束标记 2024-11-07 15:58:36 +08:00
shaohuzhang1 739a20bc38 fix: 修复函数库,非必填引用类型,不传值 执行报错 #1564 2024-11-07 15:46:59 +08:00
wxg0103 fc015d17bc fix: 修复xinference向量模型添加失败的缺陷
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-11-07 09:09:23 +08:00
shaohuzhang1 22d9fdc42f fix: 修复旧word文档图片无法正常识别 #1533 2024-11-06 14:20:10 +08:00
shaohuzhang1 af509a9f58 fix: 修复工作流节点未输出数据无法获取执行详情问题 #1550 2024-11-06 13:39:41 +08:00
shaohuzhang1 6a226c9539 fix: 修复工作流知识库检索结果标题不存在的时候显示错误 #1535 2024-11-06 11:31:21 +08:00
shaohuzhang1 5285745321 fix: 修复应用发布后无法使用最新的应用设置 2024-11-06 11:08:58 +08:00
CaptainB 3a1728cd1c feat: OpenAI图片模型 2024-11-05 13:53:00 +08:00
CaptainB ddad340534 feat: 讯飞图片模型 2024-11-05 13:53:00 +08:00
wxg0103 f318f2da40 feat: 应用、知识库、函数库增加创建者
--story=1016834 --user=王孝刚 应用、知识库、函数增加创建者,可以按创建用户查看资源 #1304 https://www.tapd.cn/57709429/s/1605886
2024-11-05 13:50:45 +08:00
wxg0103 3cee9bc495 refactor: 修改依赖包的方法
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-11-01 17:33:28 +08:00
wxg0103 d49a7851b8 fix: 修复节点数据为空的时候,到处日志报错的缺陷 2024-10-30 20:56:29 +08:00
CaptainB 798ca17b3a fix: 修复xinference 语音模型提示model参数的问题
--bug=1047998 --user=刘瑞斌 【模型管理】xinference语音合成模型,点击播放按钮朗读文本没有反应 https://www.tapd.cn/57709429/s/1602805
2024-10-30 20:37:41 +08:00
shaohuzhang1 edc47d6747 fix: 修复ai对话回答俩次 2024-10-30 18:26:41 +08:00
shaohuzhang1 6f284420d6 fix: 修复多work导致数据不同步问题 2024-10-30 18:09:33 +08:00
shaohuzhang1 2bbe1754ed fix: 修复浮窗模式嵌入第三方,入口位置调整后引导图没有跟随变更位置 2024-10-30 14:37:35 +08:00
CaptainB a377ce6e7b fix: 修复应用语音播放试听不生效的问题
--bug=1048023 --user=刘瑞斌 【应用】社区版,应用设置界面,语音合成模型,点击试听没有反应 https://www.tapd.cn/57709429/s/1601904
2024-10-30 12:10:47 +08:00
shaohuzhang1 c500920963 refactor: 删除不必要的代码 2024-10-30 11:34:18 +08:00
wxg0103 da38621d1d refactor: 优化代码
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-10-29 19:22:20 +08:00
shaohuzhang1 32b32959d9 fix: 修复知识库导出无文档知识库导出无法打开文件 2024-10-29 18:55:09 +08:00
shaohuzhang1 a67ecb3011 fix: 修复gemini图表无法显示问题 2024-10-29 18:11:11 +08:00
shaohuzhang1 6890503689 fix: 修复【应用编排】知识库检索节点 最大应用字符数 不生效 2024-10-29 17:47:42 +08:00
shaohuzhang1 e68e5873c9 fix: 修复导出应用日志引用分段字段格式 2024-10-29 17:33:25 +08:00
CaptainB 67fd113449 chore: 重复提交的生成任务弹框提示 2024-10-29 16:12:49 +08:00
wxg0103 69e3d1020e fix: 修复系统恢复默认样式不生效的缺陷 2024-10-29 15:18:03 +08:00
shaohuzhang1 0d263a311c fix: 修复邮箱未设置提示 2024-10-29 14:34:46 +08:00
CaptainB 834ccaa35b refactor: PDF分段强制按字数限制
--bug=1047568 --user=刘瑞斌 【github#1363】pdf 文件高级分段默认分段长度为500,但生成的段落长度超过29000字符 https://www.tapd.cn/57709429/s/1600183
2024-10-29 11:44:37 +08:00
wxg0103 c39c943971 fix: 修复对话日志导出,引用分段数、分段标题+内容、知识库检索结果 显示错误的缺陷
--bug=1048277 --user=王孝刚 【应用编排】对话日志导出,引用分段数、分段标题+内容、知识库检索结果 显示错误 https://www.tapd.cn/57709429/s/1599889
2024-10-29 10:04:39 +08:00
shaohuzhang1 80415c9372
fix: 修复知识库文档中若图片不存在,前端对话闪烁问题 (#1483) 2024-10-28 19:05:21 +08:00
shaohuzhang1 83d97439e4 fix: 修复导入word文档,有的图片导入不进去 2024-10-28 17:44:11 +08:00
wxg0103 76f3afbc7a fix: 修复双击ldap结果跳转到oidc的缺陷
--bug=1048233 --user=王孝刚 【用户登录】登录首页-点击LDAP两下,会提示跳转至认证源页面登录 https://www.tapd.cn/57709429/s/1599607
2024-10-28 17:22:13 +08:00
shaohuzhang1 5d726cf538 fix: 修复首次对话message大于1024报错 #1467 2024-10-28 13:47:57 +08:00
CaptainB da37338f7e fix: 修复豆包语音合成不能处理全字符文本的问题 2024-10-28 11:34:33 +08:00
shaohuzhang1 dbaafee224 fix: 修复知识库替换同步未对本地知识库进行覆盖 2024-10-25 19:12:39 +08:00
shaohuzhang1 36efb58a05 feat: 大语言模型支持自定义参数入参 2024-10-25 16:41:22 +08:00
wxg0103 cbdf4b7fd9 refactor: 优化导出日志的时间格式
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1048109 --user=王孝刚 【应用】对话日志导出后,提问时间格式显示问题 https://www.tapd.cn/57709429/s/1598300
2024-10-25 15:31:52 +08:00
CaptainB a46cf1c18b fix: 修复语音模型传入不正确参数报错的问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-10-24 21:35:30 +08:00
CaptainB 6df7d2d965 refactor: xinference 支持手动输入语音模型 2024-10-24 17:40:58 +08:00
CaptainB 76f63642e5 fix: 修复导入csv空行没有过滤的问题
--bug=1047841 --user=刘瑞斌 【知识库】上传csv格式的表格模版,第一行标题导入后分段显示不全 https://www.tapd.cn/57709429/s/1597113
2024-10-24 11:13:26 +08:00
shaohuzhang1 bb4db6571b feat: 嵌入图标位置设置 2024-10-24 11:11:06 +08:00
shaohuzhang1 434db5a900 fix: 修复参数设置页面,回显问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-10-23 19:20:09 +08:00
wxg0103 fa2b9281fb refactor: 优化代码 2024-10-23 18:32:26 +08:00
wxg0103 3eb944300d fix: 修复应用开启公开访问链失败的缺陷
--bug=1047920 --user=王孝刚 【应用】应用概览页面-关闭/开启公开访问链接 提示异常 https://www.tapd.cn/57709429/s/1596807
2024-10-23 17:57:01 +08:00
shaohuzhang1 36998c804e
feat: 工作流版本管理 (#1386) 2024-10-23 17:01:19 +08:00
shaohuzhang1 fc337cf6ef fix: 修复腾讯云向量化失败 2024-10-22 18:56:18 +08:00
shaohuzhang1 aeef9c7714
fix: 修复对话校验错误 (#1432) 2024-10-22 18:46:17 +08:00
shaohuzhang1 0440d68bf2
fix: 修复对话框秘钥校验无法弹出 (#1431) 2024-10-22 18:40:24 +08:00
shaohuzhang1 23c7269231
refactor: 对话秘钥校验 (#1430) 2024-10-22 18:29:13 +08:00
wxg0103 5973957037 fix: 修复license校验问题 2024-10-22 17:55:08 +08:00
wxg0103 f5fcc01113 fix: 修复豆包智能体对话报错的缺陷
--bug=1047570 --user=王孝刚 【github#1374】【大模型】豆包模型对接企业微信,可以正常询问问题。对接豆包智能体大模型,在企业微信询问问题,后台日志报错 https://www.tapd.cn/57709429/s/1595490
2024-10-22 14:59:41 +08:00
wxg0103 723b8b5b02 style: 优化样式
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-10-21 18:59:41 +08:00
shaohuzhang1 cfbb7417ee
fix: 修复节点串行执行,日志显示不全 (#1419) 2024-10-21 18:16:00 +08:00
shaohuzhang1 b96931873c fix: 修复工作流节点错误无法在详情里面显示 2024-10-21 16:04:50 +08:00
shaohuzhang1 c211702c4c fix: 修复文件缓存timeout错误 2024-10-21 15:22:11 +08:00
CaptainB fa17d96969 refactor: 高级应用区分用户输入和接口传入的参数
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-10-18 21:50:29 +08:00
shaohuzhang1 ad6d617caa refactor: 重构校验
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-10-18 18:42:59 +08:00
wxg0103 d5bbf48d01 style: 优化样式 2024-10-18 15:51:03 +08:00
shaohuzhang1 88bf5c25d2 fix: 修复应用编排调试应用,问题优化节点报错 2024-10-18 14:58:37 +08:00
shaohuzhang1 c2564a47bd fix: 修复应用编排添加自定义函数后报错 2024-10-18 14:38:33 +08:00
CaptainB 68eb21b556 refactor: 配置TTS参数支持试听功能 2024-10-18 14:34:05 +08:00
shaohuzhang1 dead7e8da3 feat: 支持腾讯混元向量模型 2024-10-18 13:59:05 +08:00
wxg0103 6618c6baf3 feat: aws向量模型 2024-10-18 12:27:34 +08:00
CaptainB cb3c064463 fix: 修复vllm模型不能正常生成问题的bug 2024-10-18 11:56:26 +08:00
shaohuzhang1 73121a0cd1 fix: 修复模型key未进行加密 2024-10-17 17:51:31 +08:00
shaohuzhang1 d6915f84b9 feat: 支持百度千帆向量模型 2024-10-17 17:45:13 +08:00
shaohuzhang1 f85ce4a745 feat: 支持讯飞向量模型 2024-10-17 16:37:39 +08:00
shaohuzhang1 01e775d579 feat: 支持阿里云百炼向量模型 2024-10-17 15:12:37 +08:00
wxg0103 8c4fb7968d fix: 修复xinference模型创建失败的缺陷
https://github.com/1Panel-dev/MaxKB/issues/1389
2024-10-17 13:54:55 +08:00
wxg0103 60cccf01a3 feat: 对话日志增加定时清理 2024-10-16 16:49:48 +08:00
CaptainB 5cf1c20022 refactor: 模型设置支持配置参数 2024-10-16 15:20:04 +08:00
Henry-Shaw 33d63c8efe
fix: 修复知识库上传旧版本docx文件后,图片未正常识别导入的问题 (#1382) 2024-10-16 14:39:52 +08:00
CaptainB 04ef6b53d1 refactor: 应用设置支持配置TTS参数 2024-10-16 14:25:09 +08:00
CaptainB 084f8503e7 refactor: 选择模型时支持按照模型类型筛选 2024-10-16 12:19:57 +08:00
CaptainB 67f3ec34a1 refactor: 模型设置支持配置参数
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-10-15 21:22:34 +08:00
wxg0103 3b995d34eb feat: 对话日志支持自定义时间 2024-10-15 18:47:41 +08:00
shaohuzhang1 451be0c81c feat: 高级编排检索结果字符串添加标题字段
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-10-15 16:18:21 +08:00
shaohuzhang1 9b44c9a05a fix: 修复excel导出内容有特殊字符出错 2024-10-15 14:01:43 +08:00
wxg0103 7a0f15b4e4 feat: 访问限制中新增身份验证设置 2024-10-14 17:34:56 +08:00
zhangshaohu 2e7b31dc3c feat: 新增动态表单收集器
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-10-13 20:05:50 +08:00
shaohuzhang1 2e331dcf56
feat: 工作流编排支持并行 #1154 (#1362)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-10-13 12:00:13 +08:00
CaptainB 5f0bc2401e refactor: 查询模型优化 2024-10-12 10:51:56 +08:00
CaptainB 2f8aa5e5fa refactor: 优化模型设置 2024-10-12 10:51:56 +08:00
CaptainB 1802b58a74 feat: 增加xinference语音模型
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-10-10 13:47:02 +08:00
CaptainB e253637ae3 feat: 增加阿里百炼语音模型
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-10-09 21:19:15 +08:00
CaptainB bb6fd01200 feat: 生成关联问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--story=1016225 --user=刘瑞斌 【北区】在现有的分段基础上,加个 「生成问题」 ,支持调用大模型 生成问题并关联到分段。 https://www.tapd.cn/57709429/s/1589572
2024-10-09 17:46:33 +08:00
guanguangpeng ccc0be788a fix: 修复 XInference 供应商加载模型时的未认证导致 API 域名无效的问题 2024-10-09 17:41:40 +08:00
shaohuzhang1 3a7e9a3cea feat: 支持函数库脚本代码校验 2024-10-08 17:00:37 +08:00
shaohuzhang1 9aeb68c402 fix: 修复段落过长导出知识库报错 2024-09-29 16:04:32 +08:00
wxg0103 f869fc5f26 refactor: 优化aws大模型的参数 2024-09-27 15:15:31 +08:00
shaohuzhang1 20db7f2b6a fix: 修复旧数据,嵌入脚本报错
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-26 16:48:15 +08:00
shaohuzhang1 d9ba88411f feat: 更换阿里云百炼模型图标 2024-09-26 16:33:08 +08:00
shaohuzhang1 677ce46b49 build: 屏蔽敏感环境变量 2024-09-26 16:23:39 +08:00
shaohuzhang1 f931cc7f49 fix: 工作流基础节点宽度加宽 2024-09-26 13:52:45 +08:00
shaohuzhang1 5a986877d0 fix: 修复问题过长openai应用接口错误 2024-09-26 13:25:07 +08:00
shaohuzhang1 e8480013ee fix: 修复创建问题长度为256 2024-09-25 18:36:39 +08:00
wxg0103 e51a08ac4e refactor: 优化模型列表 2024-09-25 17:52:16 +08:00
shaohuzhang1 2789dbeff4 fix: 修复嵌入对话无法使用语音 2024-09-25 17:43:36 +08:00
shaohuzhang1 8c32125c56 fix: 修复【API 接口】应用对话接口 stream false ,提问报错
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-25 17:22:34 +08:00
shaohuzhang1 583a9c62d3 style: 【应用编排】-优化基本信息节点宽度 2024-09-25 16:54:16 +08:00
shaohuzhang1 6e366c70b5 fix: 修复建议应用问题优化无效 2024-09-25 16:20:17 +08:00
CaptainB e16e827028 fix: 处理文本前后的空白字符 2024-09-25 16:00:30 +08:00
shaohuzhang1 43af7b9a89 feat: 函数库列表接口添加user_id属性 2024-09-25 15:18:59 +08:00
CaptainB a9d9e293a7 fix: 豆包模型按行发送接收,合并mp3后返回前端 2024-09-24 17:42:50 +08:00
wxg0103 4981b15757 fix: 修复高级编排没有记录对话日志的缺陷
--bug=1046962 --user=王孝刚 【应用】接入第三方应用后,在第三方应用里的对话信息没有存到对话记录里 https://www.tapd.cn/57709429/s/1585116
2024-09-24 17:29:40 +08:00
wangdan-fit2cloud bc28cc0ac7 perf: 优化播放图标 2024-09-24 16:57:03 +08:00
wxg0103 24d099d078 refactor: 优化对话记录排序
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-24 16:52:42 +08:00
CaptainB 6cacb5be71 fix: 处理不规范的pdf中前言部分没在目录中标识出来,导致不能正常识别的问题 2024-09-24 12:06:51 +08:00
wxg0103 0f1174a437 fix: 去掉不主流的模型 2024-09-24 09:19:18 +08:00
shaohuzhang1 11bbbf6469 fix: 【应用】-浮窗框模式,拖拽浮窗入口图标, 图标会变大 2024-09-23 18:27:43 +08:00
shaohuzhang1 9c26d551a9 fix: 修复简单应用,修改问题优化提示词没生效 2024-09-23 17:36:31 +08:00
shaohuzhang1 90d59301fa fix: 修复向量模型服务未起,重新向量问答一直显示排队中。 2024-09-23 17:28:26 +08:00
shaohuzhang1 f4a3883be2 feat: 工作流处理默认参数 2024-09-23 16:44:51 +08:00
shaohuzhang1 264a7309f7 fix: 修复【应用编排】多路召回设置了引用分段5个,但是实际还是引用了3个
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-23 15:30:51 +08:00
shaohuzhang1 034c2a86d3 fix: 修复使用应用编排的baseurl创建openai模型报错 2024-09-23 14:56:57 +08:00
CaptainB 6bce4dd7e2 fix: 修复被关联的语音模型可以直接删除的问题
--bug=1046965 --user=刘瑞斌 【模型管理】OpenAI语音输入模型在简单应用中使用,模型管理中还可删除 https://www.tapd.cn/57709429/s/1583615
2024-09-23 14:22:46 +08:00
shaohuzhang1 1321ed31ee fix: reranker添加检索内容数据 2024-09-23 10:33:49 +08:00
shaohuzhang1 af8a083941 fix: 修复【应用】简单应用设置历史聊天记录,输入小数或者超大的数字,提示信息错误
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-20 20:27:00 +08:00
shaohuzhang1 885ab5410a fix: 修复【知识库】语雀导出的word,导入知识库是空白的 #1148 2024-09-20 19:37:22 +08:00
shaohuzhang1 b8d1512eca fix: 修复本地模型加载失败时,错误信息未输出 2024-09-20 19:28:05 +08:00
shaohuzhang1 a980604617 fix: 修复【应用编排】应用编排中引用函数,函数被禁用后应用里还可以正常执行 2024-09-20 19:25:11 +08:00
wxg0103 19d48693ec refactor: 优化模型最大tokens 2024-09-20 19:12:36 +08:00
shaohuzhang1 1247d32c10 fix: 修复【应用编排】添加不是自己创建的公用函数失败 2024-09-20 19:05:19 +08:00
shaohuzhang1 49efb185e0 fix: 修复【模型设置】使用应用baseurl创建模型报错 2024-09-20 18:48:10 +08:00
shaohuzhang1 75430ee03b feat: 修改默认嵌入图标 2024-09-20 18:28:27 +08:00
shaohuzhang1 581440e056
fix: 修复简易模型无法显示浮窗 (#1240) 2024-09-20 17:16:07 +08:00
shaohuzhang1 1f26744cef
feat: 批量关联问题 (#1235) 2024-09-20 17:07:52 +08:00
shaohuzhang1 808941ba70 fix: 修复创建问题,输入超长字符报错 2024-09-20 16:30:47 +08:00
shaohuzhang1 d975ee6027 fix: 修复忘记密码、修改密码邮件里MaxKB相关字样 2024-09-20 16:27:14 +08:00
shaohuzhang1 fda0bcb5d6 fix: 修复知识库导出后再导入,有一部分内容会丢失 2024-09-20 16:20:08 +08:00
shaohuzhang1 9fc2d4a2e1 fix: 修复混元大模型使用system角色报错 2024-09-20 16:04:40 +08:00
CaptainB 1ad5573497 fix: 修复豆包模型配置校验失败的问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-20 12:19:24 +08:00
CaptainB b7a62ea147 chore: 豆包模型配置label修改 2024-09-20 12:02:16 +08:00
CaptainB a2aab8df7e fix: 处理opanai语音识别报错的问题
--bug=1046791 --user=刘瑞斌 【应用】使用 openai 语音输入模型、输出模型进行输入输出报错 https://www.tapd.cn/57709429/s/1582133
2024-09-20 11:14:52 +08:00
shaohuzhang1 6d39cd8aff fix: 修复项目重启后,文档状态错误 2024-09-20 11:06:52 +08:00
shaohuzhang1 f2dae7b3e6 feat: 增加应用profile 设置参数 2024-09-19 17:13:53 +08:00
wxg0103 4c28ff12f5 refactor: 优化代码 2024-09-19 16:03:51 +08:00
wxg0103 88f6e336e7 fix: 解决非流式返回报错的缺陷
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-19 11:43:15 +08:00
shaohuzhang1 4d6833829e feat: reindex 2024-09-18 18:04:21 +08:00
shaohuzhang1 f07f5ae804 feat: 工作流开始节点添加上下文,会话id参数 #1094 2024-09-18 13:56:06 +08:00
CaptainB 3e3b77e34d refactor: 处理纵向合并的单元格 2024-09-18 12:37:33 +08:00
shaohuzhang1 c2217aa19e feat: 函数库添加权限 2024-09-17 19:38:52 -07:00
CaptainB f906efa9e2 refactor: 豆包接口校验发送demo验证
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-14 23:20:40 +08:00
CaptainB 467b864895 refactor: 讯飞接口校验发送demo验证 2024-09-14 23:20:40 +08:00
shaohuzhang1 b0f443f3d2
feat: 简易应用页面参数优化 (#1182) 2024-09-14 21:48:45 +08:00
wxg0103 0b64e7a56c refactor: 优化用户名校验逻辑
--story=1016296 --user=王孝刚 【系统管理】用户创建限制太过于严格,与某些用户/企业的习惯或要求不符合 https://www.tapd.cn/57709429/s/1579177
2024-09-14 18:54:40 +08:00
wxg0103 a873719a49 fix: 修复tokens描述错误的缺陷
--bug=1046202 --user=王孝刚 【github#1144】【应用】参数设置,输出最大tokens描述错误 https://www.tapd.cn/57709429/s/1579168
2024-09-14 18:37:21 +08:00
shaohuzhang1 1bc9f9f2b9
feat: 右侧点击展示菜单 (#1171) 2024-09-14 14:51:49 +08:00
CaptainB b5e6f07ada refactor: 接入时增加query参数 2024-09-13 16:08:06 +08:00
wangdan-fit2cloud 003f338a08 fix: 小助手不限制大小 2024-09-12 15:14:03 +08:00
shaohuzhang1 82b7e8d69e fix: 修复重排模型添加检索内容字段 2024-09-12 14:54:59 +08:00
shaohuzhang1 989d0848c0 fix: 修复工作流中,函数库使用知识库检索参数错误 2024-09-12 14:14:16 +08:00
CaptainB 0d762821f7 chore: fix typo.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-12 13:26:59 +08:00
CaptainB d551462c05 refactor: 支持使用浏览器语音播放 2024-09-12 11:31:06 +08:00
CaptainB 746f587698 fix: 表格数据区分xls和xlsx 2024-09-12 10:49:31 +08:00
shaohuzhang1 b924958176 feat: 上传文档表格对支持xlsx文件单元格图片 2024-09-11 18:27:44 +08:00
CaptainB bec2ed8067 refactor: 支持使用浏览器语音播放 2024-09-11 16:12:14 +08:00
shaohuzhang1 37445762b2 feat: 上传文档qa问答对支持xlsx文件单元格图片 2024-09-11 15:55:29 +08:00
CaptainB 3c461b6a30 refactor: 执行详情显示全局变量
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-11 10:49:12 +08:00
shaohuzhang1 504e900edf feat: 支持xinference Rerank模型
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-10 19:01:33 +08:00
CaptainB d48b51c3e0 feat: 支持用户输入变量
--story=1016155 --user=刘瑞斌 【应用编排】-支持设置用户输入变量 https://www.tapd.cn/57709429/s/1576480
2024-09-10 18:39:10 +08:00
wangdan-fit2cloud 689e74af4b perf: 更新slogan文案
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-10 10:39:22 +08:00
shaohuzhang1 277ed17f93 feat: 支持阿里百炼Rerank模型
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-09 18:47:02 +08:00
shaohuzhang1 f9a76d7948
feat: 支持openai接口 #353 (#1128) 2024-09-09 14:47:25 +08:00
CaptainB 7380507b55 refactor: 查询profile时返回stt配置
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-09 11:24:48 +08:00
Tong Li eb81d6d010
update openai_model_provider.py (#1129)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
Co-authored-by: litongjava <litongjava@qq.com>
2024-09-08 13:38:38 +08:00
CaptainB 184e1927ce refactor: 调试语音输入和语音播放
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-09-06 19:09:01 +08:00
CaptainB 408a57afac chore: fix nodes not in workflow 2024-09-06 12:51:52 +08:00
CaptainB 70f44b990c refactor: 格式规范的pdf通过目录来分段 2024-09-06 10:56:27 +08:00
CaptainB c50da4ef46 refactor: 应用设置中配置语音输入和播放
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-09-05 16:47:34 +08:00
shaohuzhang1 38565aff11 fix: 修复对话中一定时间历史会话被清空 #1089 2024-09-05 15:39:50 +08:00
shaohuzhang1 3faba75d4d feat: 支持重排模型 2024-09-05 11:30:21 +08:00
CaptainB fcbfd8a07c refactor: 自动填充api_url
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-09-04 14:12:54 +08:00
CaptainB b8ba2458c0 fix: 修复wss链接的证书问题 2024-09-04 13:25:54 +08:00
CaptainB b500404a41 feat: 语音识别和语音合成 2024-09-04 12:23:08 +08:00
Qiyuan Jiao 6274e5991b
fix typos (#1100) 2024-09-02 17:32:36 +08:00
wxg0103 614f17b70c feat: 知识库列表增加筛选
--story=1016081 --user=王孝刚 【知识库】- 文档列表支持按文档状态、启用状态、命中处理方式进行筛选 https://www.tapd.cn/57709429/s/1571832
2024-08-30 18:45:56 +08:00
CaptainB 57b15a8a7f feat: 知识库支持上传csv和excel
--story=1016154 --user=刘瑞斌 【知识库】-支持上传表格类型文档(Excel/CSV)按行分段 https://www.tapd.cn/57709429/s/1567910
2024-08-30 15:46:20 +08:00
shaohuzhang1 3d1b3ea8d5 fix: 修复openai计算token错误
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-08-29 17:22:21 +08:00
shaohuzhang1 644bb61c4e fix: 修改工作流中模型参数为非必填参数 2024-08-29 15:21:04 +08:00
shaohuzhang1 96ac12ea31 fix: 修复openai供应商计算tokens错误,修复旧版本应用编辑页面直接报错提示问题为必填参数错误 2024-08-29 15:11:09 +08:00
shaohuzhang1 b627b6638c fix: 修复工作流编排历史数据模型参数必填 2024-08-29 14:08:07 +08:00
wxg0103 c2622e4a5d fix: 修复模型计算tokens消耗报错的缺陷
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-29 12:37:01 +08:00
shaohuzhang1 83c91da117 feat: 分段接口添加认证 2024-08-29 10:42:01 +08:00
shaohuzhang1 0bd7fbb4fe fix: 修改kimi,azure供应商icon 2024-08-28 14:54:26 +08:00
shaohuzhang1 37612cb88e fix: 修复智普供应商添加添加列表以外模型报错 2024-08-28 10:00:31 +08:00
zhangshaohu cfb6307293 fix: 修复新增段落迁移文档未索引
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-28 00:30:18 +08:00
zhangshaohu a53c6829c7 fix: 修复工作流函数节点输入参数类型未校验错误 2024-08-27 22:49:55 +08:00
zhangshaohu e6045f439e fix: 修复工作流函数节点输入参数类型未校验 2024-08-27 21:45:29 +08:00
shaohuzhang1 4739dd55c5 fix: 修复应用复制,模型参数未复制 2024-08-27 15:12:49 +08:00
shaohuzhang1 b7ceac61ad fix: 修复应用授权给其他用户,其他用户编辑无法编辑模型 2024-08-27 15:07:51 +08:00
shaohuzhang1 d030a4c87c fix: 修复【应用编排】授权给其他用户的应用编排,其他用户查看的时候不应该提示函数不存在 2024-08-27 14:37:04 +08:00
shaohuzhang1 a9443a638c fix: 修复上传文档中后缀为PDF 不识别 2024-08-27 14:16:03 +08:00
shaohuzhang1 b40b4e5305 fix: 修改swagger文档初始化
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-27 11:44:31 +08:00
shaohuzhang1 b19ed0d8db fix: 修复ai对话节点输出内容回添加回车 2024-08-27 11:33:25 +08:00
zhangshaohu cb97de66a8 fix: 修复工作流无法发布
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-26 21:33:15 +08:00
shaohuzhang1 eedb1be6d8 fix: 修复编排中引用函数,原函数更新后,编排中未同步更新 2024-08-26 19:51:31 +08:00
shaohuzhang1 eb60a0de2e fix: 修复AI模型参数,切换模型时参数修改为当前模型的默认参数
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-26 18:07:28 +08:00