Commit Graph

2382 Commits

Author SHA1 Message Date
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
wxg0103 7360779002 fix: 修复vLLM显示名称 2024-08-26 16:42:56 +08:00
shaohuzhang1 57124c2d2c fix: 修复工作流模型不存在时报错 2024-08-26 14:55:07 +08:00
shaohuzhang1 df172b530c fix: 修复上传PDF文件智能分段时提示 分段内容不能超过102400个字符 #998 2024-08-26 14:17:25 +08:00
shaohuzhang1 bb6f5d6096 fix: 修复应用保存报错 2024-08-26 13:38:38 +08:00
shaohuzhang1 9257677e4b fix: 修复应用复制报错 2024-08-26 11:23:43 +08:00
shaohuzhang1 069e1c539f feat: 修复【应用】-设置的调试预览提问经常出现 会话不存在的情况 2024-08-26 10:48:43 +08:00
zhangshaohu 2a2c3c9af3 fix: 修复模型保存无法回显问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-23 19:59:31 +08:00
wxg0103 41a5771aa7 fix: 修复知识库迁移报错的缺陷
--bug=1045659 --user=王孝刚 【知识库】通用知识库,文档迁移报错了 https://www.tapd.cn/57709429/s/1568795
2024-08-23 18:09:43 +08:00
shaohuzhang1 9e0ac81f1d refactor: 重构模型参数代码 2024-08-23 17:47:23 +08:00
wxg0103 228f913d9b fix: 修复知识库手动添加分段报错的缺陷
--bug=1045628 --user=王孝刚 【知识库】手动添加分段报错 https://www.tapd.cn/57709429/s/1568695
2024-08-23 16:58:02 +08:00
wxg0103 295e794a6a fix: 修复混元模型失败的缺陷 2024-08-23 15:59:13 +08:00
wxg0103 e0c3da7c43 refactor: 优化对话记录的导出 2024-08-23 15:36:38 +08:00
shaohuzhang1 5cf871c6dc fix: 修复复制 工作流数据未复制 2024-08-22 15:45:46 +08:00
shaohuzhang1 3b35a2cf69 fix: 修复上传文档时,向量化未发布异步任务
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-22 15:12:04 +08:00
shaohuzhang1 d63e9354e4 fix: 修复创建web知识库错误 2024-08-22 15:04:47 +08:00
shaohuzhang1 bee832994b fix: 修复函数库输入参数校验,搜索函数失败,编辑函数描述为空校验 2024-08-22 11:50:37 +08:00
shaohuzhang1 d315c01133 fix: 修复dev 无法启动celery 2024-08-22 10:49:22 +08:00
CaptainB 2a87af6172 chore: 解析错误时输出错误原因 2024-08-22 10:43:48 +08:00
shaohuzhang1 ec4fe833b1 fix: 修复无法启动问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-21 18:39:18 +08:00
shaohuzhang1 63e7e52a35 fix: 解决local_model服务端口冲突问题 2024-08-21 16:26:56 +08:00
zhangshaohu 7c5957e0a3 feat: 分离任务 2024-08-21 14:46:38 +08:00
wxg0103 8ead0e2b6b refactor: 优化vllm的icon 2024-08-21 14:33:48 +08:00
shaohuzhang1 00af530d27
chore: 解析错误时输出错误原因 (#996)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
Co-authored-by: CaptainB <bin@fit2cloud.com>
2024-08-20 22:03:58 +08:00
CaptainB 17af603397 refactor: 优化pdf加载,修复部分pdf中文乱码的问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-20 16:58:04 +08:00
wxg0103 f9784dcbd1 fix: 修复Xinference 模型回答问题最后几个字会重复一次
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1045125 --user=王孝刚 【模型管理】本地 Xinference 模型回答问题最后几个字会重复一次 https://www.tapd.cn/57709429/s/1565685
2024-08-20 11:51:36 +08:00
wxg0103 d50c008979 fix: 修复Xinference 模型回答问题最后几个字会重复一次
--bug=1045125 --user=王孝刚 【模型管理】本地 Xinference 模型回答问题最后几个字会重复一次 https://www.tapd.cn/57709429/s/1565685
2024-08-20 11:49:02 +08:00
wxg0103 527a0953d8 refactor: update gemini params
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-19 11:48:35 +08:00
wxg0103 1fde17a718 refactor: update model params 2024-08-19 11:25:00 +08:00
wxg0103 35f3ff779b refactor: update model params 2024-08-19 10:38:55 +08:00
CaptainB 01d8204cb5 refactor: 逐页加载pdf, 图片类型单独保存成文件加载 2024-08-16 15:08:22 +08:00
wxg0103 93bfb45782 refactor: update model params 2024-08-16 12:23:12 +08:00
shaohuzhang1 b596b691ec
feat: 函数库删除接口 (#987) 2024-08-16 11:19:00 +08:00
CaptainB 0d59ab2be9 refactor: 使用lazy_load方式加载pdf
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-16 10:43:20 +08:00
wxg0103 c332a6cacc refactor: aws 2024-08-16 10:27:33 +08:00
CaptainB e266dd9d99 refactor: 支持解析pdf中的图片
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-15 20:53:44 +08:00
shaohuzhang1 845ee524c4 fix: 修复函数库节点为输出节点时类型错误 2024-08-15 18:34:09 +08:00
shaohuzhang1 f421d1975d feat: 函数库功能 2024-08-15 17:17:25 +08:00
wxg0103 210f99bf70 refactor: 优化模型参数 2024-08-14 18:56:06 +08:00
shaohuzhang1 9210a649f9
refactor: 优化Xorbits Inference名称显示 (#961)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
Co-authored-by: wxg0103 <727495428@qq.com>
2024-08-12 16:02:13 +08:00
wxg0103 35d9462689
feat: 增加xinference模型对接 (#959) 2024-08-12 12:07:15 +08:00
shaohuzhang1 3edb1f29b1
fix: 修复创建web知识库时,向量模型错误 (#948) 2024-08-08 10:54:37 +08:00
shaohuzhang1 0ad5a76598
fix: 修复分段时,特殊情况会丢失数据 #938 (#946)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-07 19:52:05 +08:00
shaohuzhang1 e59e26208b
fix: 修改调试页面多轮对话设置无效问题 (#945) 2024-08-07 15:12:32 +08:00
shaohuzhang1 9d3e0d4516
fix: 修改图片上传像素校验位200亿 (#943) 2024-08-07 14:28:08 +08:00
shaohuzhang1 59af953caa
fix: 修复文档同步文档状态错误 (#942) 2024-08-07 13:54:12 +08:00
shaohuzhang1 0e186f3f5a
fix: 模型管理,模型名称长度从20个字符调整到64个字符 (#940)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-07 11:44:32 +08:00
shaohuzhang1 8453ea2b4b
fix: 修复节点直接回答,不同节点响应用回车隔开 (#935)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-06 16:56:05 +08:00
shaohuzhang1 864bca6450
fix: 修复索引中的文档,知识库删除后依然再执行 (#934) 2024-08-06 16:22:53 +08:00
shaohuzhang1 b3c7120372
fix: 修复QA文件解析失败 (#933) 2024-08-06 14:47:28 +08:00
shaohuzhang1 6f2d437ac8
fix: 修复无法上传像素点很高的图片 (#932) 2024-08-06 14:03:07 +08:00
shaohuzhang1 62b12c3124
fix: 修复ollama模型二级path无法添加问题 #805 (#930)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-08-06 11:34:05 +08:00
shaohuzhang1 d33bf6a8e8
fix: 修复知识库问题管理修改问题报错 (#929) 2024-08-06 10:13:52 +08:00
shaohuzhang1 db167dd8b4
fix: 修复节点输出,输出结果重复 (#928) 2024-08-06 09:51:16 +08:00
wxg0103 72423a7c3e feat: 增加对接模型 2024-08-05 09:27:16 +08:00
shaohuzhang1 35f0c18dd3
feat: 支持节点参数设置直接输出 #846
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-08-02 14:21:29 +08:00
shaohuzhang1 76c1acbabb
fix: 修复讯飞星火模型多用户同时提问后,回答内容会错乱 #917 (#920) 2024-08-02 10:39:54 +08:00
shaohuzhang1 16d7316dca
feat: 段落分块设置最小分块字数 (#898) 2024-07-30 11:08:53 +08:00
shaohuzhang1 afddc40ab5
fix: 修复知识库检索向量模型不一致时错误提示 (#897) 2024-07-30 11:05:51 +08:00
王丹 624c82ab1c fix: 修复嵌入图标大小
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-07-29 21:12:44 +08:00
shaohuzhang1 a6ce8955b9
fix: 修复【应用】浮窗模式嵌入拖拽问题 (#894) 2024-07-29 19:12:53 +08:00
shaohuzhang1 8719f71efd
fix: 修复【应用】浮窗模式嵌入第三方,开启可拖动位置,手机上无法拖动 (#893) 2024-07-29 18:09:22 +08:00
shaohuzhang1 388457b1b3
fix: 修复WEB 知识库批量导入文档,中间有失败的,后面的文档都不会导入 #677 (#890) 2024-07-29 17:18:17 +08:00
shaohuzhang1 d438bbcc48
fix: 修复模型非必填报错 (#889) 2024-07-29 16:45:45 +08:00
shaohuzhang1 a3a1e3c53a
fix: 修复嵌入脚本 (#888) 2024-07-29 16:33:29 +08:00
wangdan-fit2cloud d70aca6b8a fix: 修复样式bug 2024-07-29 16:26:35 +08:00
shaohuzhang1 6aa2a682bc
fix: 修复向量化失败,缓存未被删除 (#887) 2024-07-29 16:17:30 +08:00
shaohuzhang1 3c7142ed7c
feat: 文档添加排队中状态 (#886) 2024-07-29 15:51:33 +08:00
wxg0103 29b005e405 fix: 修复删除知识库使用的向量模型报错的缺陷 2024-07-29 15:15:41 +08:00
shaohuzhang1 d935e9a836
fix: 修复上传文档,高级分段设置分段长度为10w字符,生成预览还是4096个字符一段 (#884) 2024-07-29 14:08:40 +08:00
shaohuzhang1 1979cf12c4
feat: gunicorn启动使用gthread (#882)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-07-26 18:58:01 +08:00
shaohuzhang1 d6543ce3b0
fix: 修复缓存模型key错误 (#878)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-07-26 09:52:25 +08:00
shaohuzhang1 cb3357aeb8
fix: 修复【浮窗】-拖拽机器人时应该跟随鼠标移动 (#869) 2024-07-25 15:37:58 +08:00
shaohuzhang1 da11d771d7
fix: 修复【应用】- 显示设置 恢复默认后,浮窗入口图标显示错误。 (#868) 2024-07-25 15:14:02 +08:00
shaohuzhang1 ad0592552b
fix: 修复【系统管理】创建模型,没有校验 (#867) 2024-07-25 14:53:04 +08:00
shaohuzhang1 c76bc0f2c2
refactor: 重构部分代码 (#865) 2024-07-25 11:54:41 +08:00
shaohuzhang1 0d2524df1d
refactor: 重构部分代码 (#864) 2024-07-25 10:41:38 +08:00
shaohuzhang1 0131f46e37
fix: 修改启动方式 (#860) 2024-07-24 16:55:00 +08:00
shaohuzhang1 c2bfadac3c
fix: 修复应用命中测试未关联知识库时,响应空数组 (#859) 2024-07-24 16:31:57 +08:00
shaohuzhang1 c6886088e3
fix: 模型修改时,删除模型缓存数据 (#858)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-07-24 16:12:05 +08:00
shaohuzhang1 26536112ce
fix: 修复应用无法保存 (#856) 2024-07-24 16:03:44 +08:00
shaohuzhang1 d86f0f3828
feat: 增加分段内容长短为100000个字符#477 (#855) 2024-07-24 15:21:43 +08:00
wxg0103 146121c960 fix: 修复再次修改logo报错的缺陷
--bug=1044392 --user=王孝刚 【系统管理】外观设置,修改网站logo后再次修改报错 https://www.tapd.cn/57709429/s/1553208
2024-07-23 19:11:49 +08:00
wxg0103 0143aef38d
Merge pull request #842 from 1Panel-dev/detached
refactor: ldap_login
2024-07-23 18:26:45 +08:00
shaohuzhang1 53434f9d24
feat: 细分段落chunk增加召回命中率 (#841) 2024-07-23 18:19:41 +08:00
wxg0103 cbe99c5b8e refactor: ldap_login 2024-07-23 18:18:51 +08:00
shaohuzhang1 b48345c6c0
fix: 修复嵌入功能参数错误 (#832)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-07-22 19:13:47 +08:00
shaohuzhang1 5f3f1dd2ca
feat: 显示设置功能 2024-07-22 18:52:56 +08:00
shaohuzhang1 ed54ae632b
fix: 修复变量取值错误 (#827)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-07-22 14:21:58 +08:00
shaohuzhang1 98938b8ccf
fix: 修复模型管理中,公共模型不能修改 (#826) 2024-07-22 12:03:05 +08:00
shaohuzhang1 a404a5c6e9
fix: 修复模型没权限使用时报错 (#825) 2024-07-22 11:44:38 +08:00
shaohuzhang1 c465ddff19
fix: 修复无法流式输出 (#820)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-07-19 21:34:17 +08:00
shaohuzhang1 16851592c3
feat: 添加web服务器gunicorn 2024-07-19 18:23:56 +08:00
gcalgoz 4d8ac28674
fix: 优化文档分割处理 (#814) 2024-07-19 17:33:18 +08:00
shaohuzhang1 a9b8bdd365 feat: 支持向量模型 2024-07-19 16:44:53 +08:00
shaohuzhang1 f372095f51 feat: 支持向量模型 2024-07-19 16:13:44 +08:00
shaohuzhang1 b14a799350 feat: 支持向量模型 2024-07-19 10:34:47 +08:00
wangdan-fit2cloud 57aade8d62 feat 外观设置 2024-07-19 10:15:24 +08:00
wxg0103 06ecba867c refactor: ldap_user 2024-07-19 10:15:10 +08:00
wxg0103 10dc1b0487 refactor: user 2024-07-19 10:15:10 +08:00
shaohuzhang1 6a337f7ecd fix: 修复在线知识库爬取文档名超过128个字符报错 #706 (#778) 2024-07-19 10:15:10 +08:00
shaohuzhang1 5dfe56cefb fix: 修复返回的分段结果排序不对,不是按照命中高低顺序排序[BUG] #746 (#770) 2024-07-19 10:15:10 +08:00
shaohuzhang1 8f529181bd fix: 修复换个答案在工作流中一直生效问题 (#766) 2024-07-19 10:15:10 +08:00
shaohuzhang1 8fbcbf079a fix: 修复【问答页面】- 当应用关联的知识库中含有禁用状态的文档时,问答时点击换个答案不会换一批命中分段 #759 (#765) 2024-07-19 10:07:44 +08:00
shaohuzhang1 b701cc5355 feat: 支持向量模型
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-07-18 19:15:41 +08:00
shaohuzhang1 aeff8ab0b4 feat: 支持向量模型 2024-07-18 19:11:29 +08:00
shaohuzhang1 8e3963468e feat: 支持向量模型 2024-07-18 18:34:37 +08:00
shaohuzhang1 9e76cd97de feat: 支持向量模型 2024-07-18 16:36:34 +08:00
shaohuzhang1 dcf5892b96 feat: 支持向量模型 2024-07-18 15:44:48 +08:00
shaohuzhang1 75b9b17e2e feat: 支持向量模型 2024-07-18 10:26:16 +08:00
shaohuzhang1 e600b91de2 feat: 支持向量模型 2024-07-17 17:42:54 +08:00
shaohuzhang1 bd4303aee7 feat: 支持向量模型 2024-07-17 17:01:57 +08:00
shaohuzhang1 9b81b89975 feat: 模型接口添加权限参数
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-07-16 16:08:31 +08:00
shaohuzhang1 2f3d282c0d feat: 支持向量模型 2024-07-15 16:27:41 +08:00
shaohuzhang1 410e065b52
refactor: 优化模型管理 (#749)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-07-12 14:15:42 +08:00
wxg0103 1452df7f1c
Merge pull request #743 from 1Panel-dev/detached
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
feat: ldap
2024-07-11 19:59:23 +08:00
wxg0103 4677662e0e feat: ldap 2024-07-11 19:57:22 +08:00
wxg0103 f1672cfb66 feat: 登录 2024-07-11 19:55:43 +08:00
shaohuzhang1 c1823110d9
fix: 修复AI编排中,指定回复的内容,不能在任务流程中传递 #726 (#728) 2024-07-10 11:30:55 +08:00
shaohuzhang1 fd6aa4fb39
fix: 优化认证逻辑 (#724)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-07-09 18:59:15 +08:00
shaohuzhang1 60e65a8b17
feat: 接口校验 (#721)
feat: 接口校验
2024-07-09 13:44:27 +08:00
shaohuzhang1 c1e1a19a42
feat: 添加文件上传接口 (#712)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-07-05 19:02:20 +08:00
gcalgoz d152f441ff
fix: 对模型嵌入归一化,提升检索速度 (#710) 2024-07-05 18:14:58 +08:00
wangdan-fit2cloud b902bf153e feat: 规范字体 2024-07-05 15:32:13 +08:00
shaohuzhang1 28fb1db715
fix: 修复模型被删除时,节点报错提示 (#701)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-07-03 17:49:32 +08:00
shaohuzhang1 f5635ee50e
fix: 修复应用关联知识库取消关联未删除关联关系 (#698)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-07-03 16:05:56 +08:00
shaohuzhang1 7b5658f19d
fix: 修复大模型返回json时,解析出错 #656 (#697) 2024-07-03 15:19:09 +08:00
shaohuzhang1 bcb27737dc
fix: 修复【知识库】设置中关联应用未显示在高级编排中使用该知识库的应用 (#695) 2024-07-03 14:41:45 +08:00
shaohuzhang1 171d1aaea0
fix: 修复【知识库】设置中关联应用未显示在高级编排中使用该知识库的应用 (#692) 2024-07-03 12:26:07 +08:00
shaohuzhang1 4ca4d2fa84
fix: 修复【应用编排】没有权限的知识库,名称是空白的 (#691) 2024-07-03 11:46:37 +08:00
shaohuzhang1 78294fc641
fix: 修复高级分段空格分段错误 (#688)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-07-02 14:59:31 +08:00
shaohuzhang1 3a7a5ac50a
fix: 【工作流】修复判断器不包含无效问题 (#687) 2024-07-02 14:25:37 +08:00
shaohuzhang1 00f2a8bbd4
fix: 修复【知识库】高级分段 自动清洗,把所有换行被去除 (#684) 2024-07-02 11:32:20 +08:00
RatishT 6c67b65e6a
Fix pylint warning `no-else-return` (#678) 2024-07-02 10:55:26 +08:00
shaohuzhang1 25ebef6b41
fix: 【应用编排】判断器分支判断结果错误 (#680) 2024-07-02 10:27:48 +08:00
shaohuzhang1 fc6da6a484
fix: 【知识库】知识库上传 有关联问题的会阻塞 (#676) 2024-07-01 19:39:07 +08:00
shaohuzhang1 2f2f74fdab
feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
Evan 726ba2a8e2
fix:知识库上传文档操作报异常,错误发生在 ts_vecto_util.py 文件的 replace_word 函数中:错误的原因是正则表达式模式在某个位置缺少一个右括号,使得子模式未完全结束。该提交修复了这个问题。 (#667)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-06-27 09:51:14 +08:00
shaohuzhang1 b90672f056
fix: 修复应用最多引用字符数校验10万字符无法保存 (#639) 2024-06-13 16:20:30 +08:00
shaohuzhang1 337994439c
fix: 修复升级langchain后千帆模型无法报错 (#638) 2024-06-13 16:15:16 +08:00
shaohuzhang1 4c1fcba546
* feat: 添加聊天记录删除按钮及功能 #548 2024-06-13 15:17:36 +08:00
shaohuzhang1 3f38f14caa
feat: 对话用户问题调整为10万字符 #628 (#635) 2024-06-13 14:55:35 +08:00
shaohuzhang1 7a5bfa2673
fix: 修复导入带有表格样式的md文件分段后表格格式丢失 #615 (#630)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-06-13 10:41:52 +08:00
evilstar 3a7c4d3568
修复:关键词提取的bug (#621)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-06-11 18:25:12 +08:00
shaohuzhang1 cdc7e13415
feat: 升级langchain版本到2.2.3 (#617)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-06-07 11:08:32 +08:00
shaohuzhang1 bb2768a7eb
fix: 修复对话冗余代码 #590 (#594)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2024-06-03 10:57:01 +08:00
shaohuzhang1 11a8df151e
fix: 修复通过API进行对话的API文档接口错误 #587 (#593) 2024-06-03 10:53:03 +08:00
shaohuzhang1 ac25c39280
fix: 修复命中测试返回分段长度字段校验 (#580)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-05-30 10:03:01 +08:00
shaohuzhang1 ed7ddfbc59
fix: 修复分段超过分段长度限制 (#577) 2024-05-29 12:00:56 +08:00
shaohuzhang1 d81bc993b4
fix: 修复对话日志的关联问题字符超过256个 (#572) 2024-05-28 18:16:01 +08:00
shaohuzhang1 dd22fa0868
perf: 优化向量化文档后修改更新时间 (#571) 2024-05-28 18:12:45 +08:00
shaohuzhang1 22e192ed11
fix: 修复文档导入解析错误 (#570)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-05-28 17:32:29 +08:00
shaohuzhang1 2ec9f41812
feat: 支持通过环境变量修改配置 2024-05-28 15:55:05 +08:00
shaohuzhang1 efe5a2b021
fix: 修复excel导入失败问题 (#554) 2024-05-27 16:06:14 +08:00
shaohuzhang1 399b2727e8
feat: 支持知识库文档导出 (#553) 2024-05-27 15:48:24 +08:00
shaohuzhang1 e9a05b1255
fix: 修复qa知识库导入失败错误 (#536) 2024-05-24 17:59:02 +08:00
shaohuzhang1 d5b0937015
fix: 修复删除文档最后一个分段报错 (#534) 2024-05-24 16:30:48 +08:00
shaohuzhang1 7953706895
perf: 优化错误提示 (#533) 2024-05-24 16:18:33 +08:00
shaohuzhang1 2da31997e5
perf: 优化API_KEY调用对话文档 (#532) 2024-05-24 15:57:43 +08:00
shaohuzhang1 a3af104ef0
feat: 知识库增加重新向量化功能 2024-05-24 11:27:59 +08:00
shaohuzhang1 9ac9c9b64a
feat: 增加在应用里通过日志绑定问题的时候,问题可以修改 #292 (#527) 2024-05-24 11:22:50 +08:00
shaohuzhang1 948700fbc0
feat: 修改开场白字数限制为4096 #497 (#526) 2024-05-24 11:05:07 +08:00
shaohuzhang1 28938104c0
* feat: 支持上传 Excel/CSV 类型的问答对 (#430)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-05-23 18:57:49 +08:00
shaohuzhang1 86f500208f
feat: 支持上传html格式的文档 #364 (#518) 2024-05-23 14:19:18 +08:00
shaohuzhang1 84c7728d00
fix: 修复应用修改模型后,历史对话未使用最新模型 (#487)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-05-20 20:21:45 +08:00
shaohuzhang1 03b662beec
fix: 提问后模型返回异常信息时也要记录到对话日志中 #416 (#486)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2024-05-20 19:34:16 +08:00
shaohuzhang1 a3dd967c61
feat: 对话增加历史记录 (#485) 2024-05-20 17:50:14 +08:00
shaohuzhang1 e74ba87fc6
fix: 修复上传文档数据集时出现重复问题 (#465) 2024-05-15 17:22:54 +08:00
shaohuzhang1 69f5450db2
fix: 修复段落嵌入,文档字符串不变 (#460) 2024-05-15 14:47:48 +08:00
shaohuzhang1 d3a14ec727
fix: 修复导入的文档删除部分的分段后,字符数不会重新计算 #421 (#454) 2024-05-15 11:22:26 +08:00
shaohuzhang1 052487a22d
fix: 修复Ollama模型中没有已下载的模型时,在 MaxKB 添加 Ollama模型报错。#437 (#453) 2024-05-15 11:03:46 +08:00
Brian Yang c49c10de3d
feat: OpenAI模型表单增加对GPT-4o的支持(#447) (#447) 2024-05-15 10:23:29 +08:00
Brian Yang 15b9484af6
feat: 增加Gemini大模型支持 (#439) 2024-05-14 10:06:21 +08:00
Brian Yang 2009eb2bdf
feat: 增加了DeepSeek大模型支持 && fix: 修复了系统设置->模型设置中的动态表单复用时,错误地显示之前动态表单内容的bug && perf: 修改Azure OpenAI模型表单描述,简化对应代码实现 (#431)
* feat: 增加了DeepSeek大模型支持

* fix: 修复了系统设置->模型设置中的动态表单复用时,错误地显示之前动态表单内容的bug

* perf: 修改Azure OpenAI模型表单描述,简化代码实现(取消对AzureLLMModelCredential的依赖,保留DefaultAzureLLMModelCredential)

* perf: 更换DeepSeek图标为官网彩色svg
2024-05-13 13:31:21 +08:00
shaohuzhang1 7f30d03abd
fix: 修复分词超过数据库最大限制 (#401) 2024-05-09 15:55:35 +08:00
shaohuzhang1 3fb6192021
fix: 跨域失效 (#394) 2024-05-08 18:46:58 +08:00
shaohuzhang1 4da8b1b0d8
feat: 直接回答支持设置相似度值(#371) 2024-05-08 17:31:56 +08:00
shaohuzhang1 267be441e3
feat: 跨域设置(#276) 2024-05-08 17:13:13 +08:00
shaohuzhang1 d4e742f7c6
feat: 分段管理支持批量迁移,删除分段 #113,#103 2024-05-08 10:40:15 +08:00
shaohuzhang1 7a08f036e9
fix: 创建新用户时用户名含有 0 时校验不通过 #358 (#375) 2024-05-07 13:54:13 +08:00
shaohuzhang1 77d71f95a3
fix: 修改文档向量化重试,文档状态处理 (#373) 2024-05-07 13:50:39 +08:00
shaohuzhang1 c1b6ec630c
fix: 导入文档中含有特殊字符时,导入失败。 #363 (#372) 2024-05-07 12:18:03 +08:00
shaohuzhang1 2d7562f23a
fix: 相同类型的知识库之间迁移类型发生改变 (#337) 2024-04-30 17:15:38 +08:00
shaohuzhang1 8eb92abfec
fix: [知识库]相同类型的知识库之间无法迁移文档 #334 (#335) 2024-04-30 16:37:16 +08:00
shaohuzhang1 b40790492c
fix: 应用,不选择模型,开启问题优化和多轮对话就会出现错误 #326 (#330) 2024-04-30 14:28:53 +08:00
shaohuzhang1 4eb46786a6
fix: 修复当有引用分段未走应用提示词 (#320) 2024-04-29 18:15:47 +08:00
shaohuzhang1 dedfd31e5c
fix: 修复无引用分段指定回答设置问题 #317 (#319) 2024-04-29 17:11:19 +08:00
shaohuzhang1 62c959f905
perf: 优化历史数据分词处理兜底操作 (#313) 2024-04-29 14:09:58 +08:00
shaohuzhang1 a788d8f3b8
perf: 优化超长文本rsa加密解密 (#312) 2024-04-29 13:53:49 +08:00
shaohuzhang1 c4c4934932
fix: 修复问题字符超过256无法存储对话日志 #305 (#311) 2024-04-29 13:35:26 +08:00
shaohuzhang1 cd472b47f7
fix: 模型添加长字符的加密解密方式 (#310) 2024-04-29 13:28:47 +08:00
shaohuzhang1 c71a1ae79b
fix: 处理获取tokens失败情况 (#308) 2024-04-29 11:08:44 +08:00
shaohuzhang1 e4bcebd579
fix: API_KEY 字符长度过长时,添加模型报错 #278 (#300) 2024-04-28 18:09:51 +08:00
shaohuzhang1 99483b1b4b
perf: 优化未配置ai模型回答 (#299) 2024-04-28 17:59:02 +08:00
shaohuzhang1 7b5ccd9089
perf: 应用的AI模型修改为不必填 (#297) 2024-04-28 17:09:12 +08:00
shaohuzhang1 5705f3c4a8
feat: 文档批量设置命中处理方式 (#293) 2024-04-28 14:35:51 +08:00
shaohuzhang1 a61d8eb0a1
perf: 增加ollama基础模型选项 (#288) 2024-04-28 13:16:12 +08:00
Brian Yang db4bcfc5d6
perf: 增加了更多常用的OpenAI模型及其描述 & 现在可以通过tooltip正常显示ModelInfo中desc的内容 (#269) 2024-04-28 11:59:57 +08:00
shaohuzhang1 29427a0ad6
fix: 私有部署计算tokens报错 (#284) 2024-04-28 11:59:19 +08:00
shaohuzhang1 9d808b4ccd
feat: 支持文档迁移(#52) 2024-04-26 18:35:46 +08:00
Joe Stone 4f78382df4
feat: 添加千问模型 2024-04-26 18:05:16 +08:00
evilstar 4a28005d65
对话记录按时间排序 (#261)
Co-authored-by: li_qzh <li-qzh@neusoft.com>
2024-04-26 18:03:14 +08:00
shaohuzhang1 1f916a5c3e
feat: 【知识库】docx支持图片上传 #69 (#267) 2024-04-26 18:03:02 +08:00
shaohuzhang1 84e8ca0f84
fix: 应用修改获取对话详情被拒绝 (#251) 2024-04-25 16:17:29 +08:00
shaohuzhang1 72f43cff51
fix: ai对话未计算tokens #247 2024-04-25 14:05:59 +08:00
shaohuzhang1 25aa4cd2b7
feat: 文档支持设置命中处理方式(#56) 2024-04-25 10:44:14 +08:00
shaohuzhang1 1f522dc551
* feat: 增加无引用分段设置 2024-04-24 15:03:58 +08:00
shaohuzhang1 b26265fefd
feat: 【应用】支持自定义上传应用的logo #54
* feat: 【知识库】本地上传的文档内带的图片能同步到 maxkb 里 #69 
* feat: 【应用】支持自定义上传应用的logo #54
2024-04-23 19:03:34 +08:00
shaohuzhang1 bc57f17337
fix: 分词检索历史数据处理 (#203) 2024-04-22 14:45:53 +08:00
shaohuzhang1 c682d44671
fix: 应用修改时保存提示未携带检索模式 (#201) 2024-04-22 14:00:58 +08:00
shaohuzhang1 df54fd2b54
fix: 对话API调用,输出报错 #192 (#200) 2024-04-22 13:52:46 +08:00
shaohuzhang1 c89ae29429
feat: 增加全文检索和混合检索方式 2024-04-22 11:21:24 +08:00
shaohuzhang1 8fe1a147ff
feat: 支持讯飞星火大模型 #181 (#184) 2024-04-19 16:43:31 +08:00
shaohuzhang1 4aa1b58ae5
feat: 支持智谱大模型 #178 (#180) 2024-04-19 14:43:06 +08:00
shaohuzhang1 39f573610d
feat: 增加首次进入系统强制修改用户密码功能(#3) 2024-04-18 18:34:15 +08:00
shaohuzhang1 0b083eecee
fix: 修复openai模型在对接其他兼容openai接口平台时获取tokens错误 (#157) 2024-04-18 15:41:48 +08:00
shaohuzhang1 1a291997f3
feat: 支持阿里通义大模型 #42 (#154)
* feat: 支持阿里通义大模型 #42
2024-04-18 11:56:46 +08:00
SimonGino 57ecf4adb7
feat: 支持对接 KIMI 模型 (#152)
* feat: 支持对接 KIMI 模型
2024-04-18 11:44:13 +08:00
shaohuzhang1 df850894c6
fix: 支持 OpenAI 兼容模型 #142 (#146) 2024-04-17 17:14:01 +08:00
wangdan-fit2cloud a1681fef62
perf: 部分线条样式优化(#105) (#139) 2024-04-17 15:21:23 +08:00
feng626 11f0a82e68
perf: Optimize the writing method of getting HTTP_AUTHORIZATION (#114) 2024-04-16 22:55:34 +08:00
shaohuzhang1 5e499e6afa
fix: PDF上传知识库开始导入接口报错 #122 (#125) 2024-04-16 20:59:27 +08:00
shaohuzhang1 3d28d2527b
fix: typos
* fix: typos
2024-04-15 19:06:42 +08:00
Bryan 493939017e
fix: Support config.yml, config.yaml (#111) 2024-04-15 18:05:50 +08:00
Eric_Lee dfb04b1052
perf: 优化代码和错误提示 (#101) 2024-04-15 16:53:26 +08:00
taojinlong 944ba01661 fix: 统一为中文简体 2024-04-15 15:43:37 +08:00
wxg0103 765ae8c79f
docs: 修改注释的错别字 (#78) 2024-04-15 14:51:09 +08:00
shaohuzhang1 196a7c73ff
Pr@main@list search (#68)
* fix: type

* fix: 本地搜索对英文大小写敏感#57
2024-04-15 13:58:40 +08:00
shaohuzhang1 c96442d6aa
fix: type (#67) 2024-04-15 13:45:23 +08:00
shaohuzhang1 3afdab8acf
fix: 添加分段时无法关联问题 #53 (#66) 2024-04-15 13:23:37 +08:00
Ikko Eltociear Ashimine f19e78b692
refactor: fix typo (#64) 2024-04-15 10:59:50 +08:00
shaohuzhang1 142c999b95
fix: 在线知识库全量同步无法使用 #51 (#62) 2024-04-15 10:39:21 +08:00
shaohuzhang1 260060f276 fix: 优化同步网页逻辑 2024-04-10 18:43:43 +08:00
shaohuzhang1 8b31fd6b36 fix: 分段不支持类型的文件报错 2024-04-10 17:05:46 +08:00
shaohuzhang1 30987c8a05 fix: 嵌入样式 2024-04-10 13:58:45 +08:00
shaohuzhang1 b5452e3764 fix: 问题批量插入去重 2024-04-10 11:38:26 +08:00
shaohuzhang1 06e03f7cd6 fix: 嵌入样式 2024-04-10 11:19:37 +08:00
shaohuzhang1 bd3f6e4a9b fix: word分段支持表格数据 2024-04-10 10:38:17 +08:00
shaohuzhang1 765c79ed9d fix: 修改分段正则,优化分段逻辑 2024-04-09 18:05:50 +08:00
shaohuzhang1 b038f12a52 fix: 上传文档大小扩大到100MB 2024-04-09 15:21:40 +08:00
shaohuzhang1 5e200b2cec Merge branch 'main' into pr@main@fix_bugs 2024-04-09 11:35:54 +08:00
shaohuzhang1 633c005905
Pr@main@problem manage (#37)
* feat: 问题模块
2024-04-09 11:33:28 +08:00
shaohuzhang1 6aa42d8acc fix: 浮窗模式的LOGO更新 2024-04-09 11:10:14 +08:00
shaohuzhang1 11d8c6f174
fix: 修改已知bug(#30)
* fix: 刷新公共访问链接后,客户端统计重置

* fix: 导出未提交的sql文件

* fix: 创建 MaxKB 在线文档的知识库,只能获取根地址数据,子地址数据无法获取
2024-04-02 19:32:04 +08:00
shaohuzhang1 8e018a1ee8
feat: 支持应用对话日志导出 (#28) 2024-04-02 16:19:36 +08:00
shaohuzhang1 16ab1f0eae
Pr@main@fix bugs (#27)
* fix: 优化word分段规则

* fix: 去除标题特殊字符

* fix: 对话重新生成问题

---------

Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2024-04-01 14:39:56 +08:00
shaohuzhang1 c55bb3f6e5
Pr@main@pdf (#23)
* feat: 分段API支持word,pdf

* fix: 通用型知识库支持上传 PDF/DOC 格式的文档#19

---------

Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2024-03-29 18:28:05 +08:00
shaohuzhang1 da4b5be7a5
Pr@main@fix bugs (#22)
* fix: Ollama 添加未下载的模型,下载进度会由 100-0-100

* fix: 处理优化问题为空字符串的情况下,使用原始问题进行问答

* fix: 创建用户 登录密码使用默认密码MaxKB@123.. 提示规则不对。

* fix: 【应用】从应用中的【对话日志】处保存内容报错

* fix: 刷新访问链接增加确认提示

* fix: 【应用】浮窗模式的 放大按钮与关闭按钮未对齐

* fix: merge时被误删的代码

* fix: mac电脑输入法状态下按回车会发送对话

---------

Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2024-03-29 18:27:08 +08:00
shaohuzhang1 6736573dea
Merge pull request #21 from 1Panel-dev/pr@main@application_statistics
Pr@main@application statistics
2024-03-29 15:48:56 +08:00
shaohuzhang1 86d2ea5ff3 feat: 对接openai供应商
#9
2024-03-28 18:30:46 +08:00
shaohuzhang1 05d01144f9 fix: 修改统计对话接口,添加时间段统计 2024-03-28 16:06:54 +08:00
shaohuzhang1 2cc7d8ccfb fix: 修改统计字段 2024-03-27 17:34:46 +08:00
shaohuzhang1 a6aa386523 feat: 【应用】概览中增加应用的用量统计 - 后端 2024-03-27 17:25:37 +08:00
shaohuzhang1 8d318d2a41 fix: 下载模型出错处理 2024-03-26 16:55:41 +08:00
shaohuzhang1 d2ef33a1ca fix: 模型列表根据创建时间倒序 2024-03-26 11:22:13 +08:00
shaohuzhang1 0a21249615 feat: 用户在没有匹配到知识库数据依然使用提示词信息 2024-03-26 11:19:11 +08:00
shaohuzhang1 aeaae692d8 fix: 用户列表根据创建时间倒序 2024-03-25 18:56:57 +08:00
shaohuzhang1 436d0b7483 fix: azure模型如果是内部模型则使用内部api_version,反之使用用户的 2024-03-25 18:47:01 +08:00
shaohuzhang1 cf003aa2d2 fix: 同步web站点内容编码错误,导致乱码 2024-03-25 18:46:25 +08:00
shaohuzhang1 d7ff25dfea fix: 嵌入样式修改 2024-03-25 16:33:45 +08:00
shaohuzhang1 e80257a978 feat: 升级千帆模型版本,开放用户自定义模型 2024-03-25 15:08:40 +08:00
shaohuzhang1 bcc9cb1132 fix: 创建用户,姓名字段后端校验长度和前端不一样,提示信息里字段应该是姓名 2024-03-25 11:23:25 +08:00
shaohuzhang1 a12e9dca76 fix: 嵌入脚本提示文案修改 2024-03-25 11:16:50 +08:00
shaohuzhang1 d732a46f89 fix: 【知识库】导入非utf8 编码的txt文件,分段内容是空白 2024-03-25 11:05:15 +08:00
shaohuzhang1 f1b04e8a1b fix: 应用对话时如何模型未正确输出优化问题,则使用原问题进行问答
#13
2024-03-25 10:45:15 +08:00
zhangshaohu 53d45e069d fix: 智能分段文本分段丢失数据 2024-03-23 19:46:20 +08:00
zhangshaohu 0c9a7c15b6 fix: 模型校验错误 2024-03-23 00:38:52 +08:00
zhangshaohu 31a441c1c0 feat: ollama 平台api域名之需要填写到端口 2024-03-22 23:44:53 +08:00
zhangshaohu 8ed2754eba fix: 修改编辑时旧数据影响进度条 2024-03-22 23:32:48 +08:00
zhangshaohu 5f7a99f957 fix: 模型对话异常,模型编辑时状态未改正 2024-03-22 22:23:39 +08:00
zhangshaohu 29b03b05f7 fix: 优化对话模型校验 2024-03-22 21:43:31 +08:00
shaohuzhang1 2d91a0f2bf fix: 程序启动将正在下载的模型设置为失败状态 2024-03-22 20:18:59 +08:00
shaohuzhang1 8ba67f0de7 feat: 对话时模型不可用则直接返回 2024-03-22 20:13:04 +08:00
shaohuzhang1 633d81b3fb fix: 可选模型去掉无法下载的模型 2024-03-22 18:03:36 +08:00
shaohuzhang1 d074424398 feat: ollama支持下载模型 2024-03-22 17:56:56 +08:00
zhangshaohu bdf5edc203 fix: 删除用户报错 2024-03-21 21:14:56 +08:00
shaohuzhang1 d59aac4a2a fix: 删除用户报错 2024-03-21 18:33:35 +08:00
shaohuzhang1 ee270a8fa9 feat: 添加系统参数接口 2024-03-21 16:25:09 +08:00
shaohuzhang1 a6a76c0dd4 fix: 访问次数,最大值限制为10000 2024-03-21 16:06:33 +08:00
shaohuzhang1 10e42380dd fix: 解决嵌入小助手遮罩层定位不准问题 2024-03-21 15:32:54 +08:00
shaohuzhang1 f02c7ca68d fix: 文档批量删除报错 2024-03-21 15:20:53 +08:00
shaohuzhang1 28d44ac567 feat: 去除无用代码 2024-03-21 14:49:21 +08:00
shaohuzhang1 d9ce16946f feat: 去除用户注册 2024-03-21 14:19:01 +08:00
shaohuzhang1 a0732e5935 fix: 解决用户禁用后用户还能登录 2024-03-20 17:26:41 +08:00
shaohuzhang1 fb7dfba567 fix: 修改Tokenizer加载顺序 2024-03-20 17:01:26 +08:00
zhangshaohu fa90451a8f fix: 解决用户列表查询过滤条件无效问题 2024-03-20 15:56:01 +08:00
shaohuzhang1 4d6d022fc8 Merge branch 'main' of github.com:1Panel-dev/maxkb 2024-03-20 13:03:59 +08:00
shaohuzhang1 63fbfb4631 fix: 添加用户管理权限、用户管理列表返回角色,创建时间等信息 2024-03-20 13:03:38 +08:00
liqiang-fit2cloud c33acb6f76 Merge remote-tracking branch 'origin/main' 2024-03-20 12:45:03 +08:00
liqiang-fit2cloud 6fdd4d13bc refactor: 尝试去掉nvidia依赖 2024-03-20 12:44:49 +08:00
shaohuzhang1 40031bd29d feat: 密钥对存储到数据库 2024-03-20 11:57:17 +08:00
shaohuzhang1 c39221063e fix: 邮箱设置 2024-03-20 10:52:24 +08:00
shaohuzhang1 2f706b6ab0 feat: 邮箱设置相关接口 2024-03-19 20:38:28 +08:00
shaohuzhang1 5abf2aaba3 fix: 去掉嵌入脚本@scope 样式 手机端不支持@scope 2024-03-18 17:56:22 +08:00
shaohuzhang1 f7b9677a8c feat: 表迁移 2024-03-18 17:54:48 +08:00
shaohuzhang1 4e93c6f4c7 feat: 用户管理相关接口 2024-03-18 15:34:02 +08:00
shaohuzhang1 7d76061029 fix: 第一次部署报错 2024-03-15 17:28:59 +08:00
shaohuzhang1 d17233b655 feat: 嵌入样式class添加maxkb前缀 2024-03-15 16:11:37 +08:00
shaohuzhang1 58a9b6454a feat: 添加样式隔离scope,修改tip为固定定位 2024-03-15 15:21:42 +08:00
shaohuzhang1 357be32df1 feat: 基础模型支持输入 2024-03-15 14:04:09 +08:00
shaohuzhang1 876dd97a28 fix: 嵌入认证 2024-03-14 14:41:53 +08:00
shaohuzhang1 27d8285388 fix: 静态资源白名单,添加非空判断 2024-03-14 14:30:50 +08:00
shaohuzhang1 8e8a23da74 fix: 嵌入脚本 2024-03-14 14:06:51 +08:00
shaohuzhang1 e39c813c15 feat: 每日凌晨重置客户访问数量 2024-03-14 12:26:42 +08:00
shaohuzhang1 20cefe8207 fix: 嵌入式js 2024-03-14 11:46:18 +08:00
zhangshaohu 0fbd5873f7 feat: 客户端不使用cookie存储改为localstore,优化认证代码 2024-03-14 05:43:01 +08:00
shaohuzhang1 21a557ef43 fix: 白名单逻辑修改 2024-03-13 21:50:57 +08:00
shaohuzhang1 fa36e6bbab feat: 添加嵌入访问限制,白名单 2024-03-13 16:07:13 +08:00
shaohuzhang1 a1e2d29cf4 feat: 应用公共访问链接添加访问限制 2024-03-12 17:16:20 +08:00
shaohuzhang1 4589555af6 Merge branch 'main' of github.com:maxkb-dev/maxkb 2024-03-11 17:28:41 +08:00
shaohuzhang1 b470b1b6e5 feat: 添加问题管理相关接口,兼容历史版本 2024-03-11 17:28:05 +08:00
shaohuzhang1 a3fca88e73 feat: ollama平台添加baichuan2:13b-chat模型 2024-03-08 14:05:29 +08:00
shaohuzhang1 cc1b9a713e fix: 创建支持库校验url地址 2024-03-07 10:03:58 +08:00
shaohuzhang1 f8ddca2029 fix: 删除对话记录权限错误 2024-03-06 18:43:00 +08:00
shaohuzhang1 d266b83d84 fix: 导入文档标题不能超过256个字符,修改统一响应异常 2024-03-06 18:37:11 +08:00
shaohuzhang1 c575d080c5 fix: 【知识库】文档详情内添加/编辑段落,段落名称超过256个字符报错 2024-03-06 18:24:58 +08:00
shaohuzhang1 e79c3c05ec fix: 修改数据库应用描述字段长度 2024-03-06 18:15:43 +08:00
shaohuzhang1 a106ff09d0 fix: 打开临时会话时,需要区分应用用户 2024-03-06 18:11:11 +08:00
shaohuzhang1 ba3e4e7556 feat: 对接ollama平台模型 2024-03-06 13:43:45 +08:00
shaohuzhang1 01c0f62b4a feat: 提供根据应用查询模型列表接口 2024-03-05 17:03:45 +08:00
shaohuzhang1 c01ddfdcef fix: 知识库名称添加用户维度唯一性校验 2024-03-05 14:52:02 +08:00
shaohuzhang1 c2f0891d12 fix: 删除模型校验是否有关联应用 2024-03-05 14:29:50 +08:00
shaohuzhang1 ecb817d853 fix: 登录去掉用户名校验,修改密码添加密码校验 2024-03-05 12:21:41 +08:00
shaohuzhang1 68beaad8ea feat: 对话时,服务错误不跳404页面 2024-03-05 12:18:07 +08:00
shaohuzhang1 da3015fa36 fix: 分段正则修改 2024-03-04 18:34:47 +08:00
shaohuzhang1 a37562dba3 fix: 删除Qianfan-Chinese-Llama-2-13B模型 2024-03-04 17:05:08 +08:00
shaohuzhang1 7950a8c9d0 feat: 添加标注删除接口 2024-03-04 17:01:16 +08:00
shaohuzhang1 feb0ba3cfb fix: 应用设置开场白和提示词长度限制 2024-03-04 11:57:45 +08:00
shaohuzhang1 b16811a15c fix: 【权限】zyytest用户只有 DataEase 应用的使用权限,但是能对应用进行设置 2024-03-04 11:34:44 +08:00
shaohuzhang1 3357a7bbdd fix: 【权限】只有应用、知识库使用权限,但是可以修改对话日志 2024-03-04 11:29:18 +08:00
shaohuzhang1 b153ca9e59 fix: 【知识库】知识库设置,web站点地址格式错误,保存报错 2024-03-04 11:01:58 +08:00
shaohuzhang1 0f42d0e9b2 fix: 【知识库】文档详情内添加/编辑段落,段落名称超过256个字符报错 2024-03-04 11:00:37 +08:00
shaohuzhang1 f8fd86f3fb fix: 【应用】应用不关联知识库,进行命中测试报错 2024-03-04 10:26:05 +08:00
shaohuzhang1 348e15840a fix: 创建模型校验提示异常 2024-03-04 10:25:51 +08:00
shaohuzhang1 f7a8f11ef7 fix: 校验提示 2024-03-04 10:12:18 +08:00
shaohuzhang1 855684472d fix: 嵌入认证跨域问题 2024-03-01 14:25:56 +08:00
shaohuzhang1 30a19a0ed2 fix: 【知识库】知识库使用tagname选择器,有部分页面没有导入数据 2024-03-01 11:14:32 +08:00
shaohuzhang1 cc62c35995 fix: 分段时 title超过256字符将超出部分拼接给content 2024-02-29 18:48:10 +08:00
shaohuzhang1 b93c406b19 fix: 【分段】单个#无法分段 2024-02-29 18:24:09 +08:00
shaohuzhang1 2f310d8f2f fix: 【权限】用户有应用使用权限,但是看不到其他用户创建的apikey 2024-02-29 18:19:31 +08:00
shaohuzhang1 134747cfdc fix: 【权限】有知识库的管理权限,但是不能同步知识库 2024-02-29 16:40:11 +08:00
shaohuzhang1 911f00737a fix: 【权限】有应用管理权限,启用停用apikey、删除apikey提示没有权限 2024-02-29 16:14:07 +08:00
shaohuzhang1 739fc9808c fix: 【知识库/应用】关闭文档后,命中测试还是可以命中文档 2024-02-29 15:51:35 +08:00
shaohuzhang1 af88de4af2 fix: 用户注册用户名密码校验 2024-02-29 15:18:19 +08:00
shaohuzhang1 22c319a2bf fix: 同步知识库,无法获取内容 2024-02-29 15:14:53 +08:00
shaohuzhang1 8450b3598c fix: 同步web站点知识库 解析md 未按照标签解析 2024-02-29 12:02:29 +08:00
shaohuzhang1 b7a406db56 feat: 对话支持全部返回 2024-02-21 18:10:18 +08:00
shaohuzhang1 7eb18fbf30 fix: 上传的文档中 未智能处理空白段落 2024-02-19 11:29:24 +08:00
shaohuzhang1 948d0c4f3c fix:【对话日志】修改日志答案保存到段落后,关联问题未做向量化处理。 2024-02-19 10:55:13 +08:00
shaohuzhang1 057decf867 fix: 【知识库】- 知识库能关联非自己的应用 2024-01-31 17:01:56 +08:00
shaohuzhang1 04f34d748e fix: 【知识库】整体同步,只删除了没有同步 2024-01-29 17:07:07 +08:00
shaohuzhang1 9d58718757 feat: 添加对话列表点赞点踩过滤 2024-01-25 19:19:46 +08:00
shaohuzhang1 68f3515e83 fix: 获取网络文档去掉ssl校验 2024-01-25 15:25:07 +08:00
shaohuzhang1 8348b397e6 fix: 对话日志,摘要检索模糊匹配 2024-01-24 14:26:00 +08:00
shaohuzhang1 70564e2076 fix: 标注 标题可以为空 2024-01-24 11:29:11 +08:00
shaohuzhang1 ef66af639e fix: 同步web站点 选择器不填无法获取内容 2024-01-24 11:23:16 +08:00
shaohuzhang1 fa70f2ea68 fix: 导入文档选择器可为空 2024-01-24 10:27:05 +08:00
shaohuzhang1 67e6138066 fix: 批量删除文档,未删除关联段落信息, 添加关联问题报错 2024-01-23 15:52:15 +08:00
shaohuzhang1 f8921d841b fix: 打包错误,文档列表刷新,向量化指令重复发送 2024-01-23 11:04:27 +08:00
shaohuzhang1 cf1dac76cd feat: 文档修改添加meta元数据 2024-01-19 16:47:18 +08:00
shaohuzhang1 9822f82593 fix: 对话日志存储,存储段落详情 2024-01-19 16:07:12 +08:00
shaohuzhang1 04d3ec0524 feat: 优化应用对话 2024-01-18 18:36:24 +08:00
shaohuzhang1 cd9fe3c6f2 fix: 应用修改问题优化开关无效 2024-01-18 14:07:34 +08:00
shaohuzhang1 064e8b7d31 fix: 对话日志,段落查询不到 2024-01-17 17:46:33 +08:00
shaohuzhang1 6f55251328 fix: 对话日志添加创建时间和修改时间 2024-01-17 16:49:51 +08:00
shaohuzhang1 344c336143 fix: web站点 批量同步,批量删除,批量导入接口 2024-01-17 16:08:51 +08:00
shaohuzhang1 91b613c4da fix: 创建web数据集错误 2024-01-16 17:06:13 +08:00
shaohuzhang1 3f87335c80 feat: 优化对话逻辑 2024-01-16 16:46:54 +08:00
shaohuzhang1 d15793a9f8 feat: 数据集列表meta响应为对象 2024-01-10 15:25:50 +08:00
shaohuzhang1 9a11937a6b feat: 同步文档改为异步 2024-01-03 15:40:37 +08:00
shaohuzhang1 82c8e322fb feat: web站点数据集文档同步 2024-01-03 11:51:48 +08:00
shaohuzhang1 edbc8561c7 fix: 分段错误,会话模板修改 2024-01-02 15:34:19 +08:00
shaohuzhang1 64c8cc6b39 feat: web数据集 2023-12-29 18:02:23 +08:00
shaohuzhang1 8fb268c25a feat: url获取文档数据工具 2023-12-27 18:33:23 +08:00
shaohuzhang1 a7704c3a8a feat: 命中率测试接口 2023-12-25 17:10:59 +08:00
shaohuzhang1 861db4ad11 feat: 添加标注返回值,添加日志api文档响应 2023-12-21 18:31:58 +08:00
shaohuzhang1 ce1c2271eb fix: 分段换行被替换 2023-12-21 17:46:43 +08:00
shaohuzhang1 2c6135a929 feat: 问答时,同步存入日志,优化向量化执行逻辑,修改model下载目录 2023-12-21 16:55:11 +08:00
shaohuzhang1 b6f7537c2b feat: 日志打印,嵌入脚本 2023-12-21 12:16:39 +08:00
shaohuzhang1 9750a550a5 feat: 创建数据集向量化,以文档的粒度向量化 2023-12-20 15:23:59 +08:00
shaohuzhang1 81df321782 fix: 邮件格式 2023-12-20 14:57:45 +08:00
shaohuzhang1 b61da14fdd fix: 去除分段日志打印 2023-12-20 14:39:35 +08:00
shaohuzhang1 6b7e0a98f6 fix: 文档轮询加载效果,未使用模型存在不能结束现象 2023-12-20 14:30:55 +08:00
shaohuzhang1 88447ebdd7 fix: 登录username长度校验错误 2023-12-20 14:02:22 +08:00
shaohuzhang1 f6d84b5c53 fix: 修改向量化段落拼接 2023-12-20 13:56:25 +08:00
shaohuzhang1 2273081d52 fix: 修改日志答案保存到段落后,关联问题未做向量化处理。 2023-12-20 12:36:09 +08:00
shaohuzhang1 0d6be26937 fix: 修改用户 提示语非必填 2023-12-20 12:15:20 +08:00
shaohuzhang1 4a86dad733 Merge branch 'main' of github.com:maxkb-dev/maxkb 2023-12-18 15:22:06 +08:00
shaohuzhang1 081f034420 feat: 模型下载脚本 2023-12-18 15:20:29 +08:00
wangdan-fit2cloud a82d282255 feat: 2023-12-18 11:32:29 +08:00
shaohuzhang1 d7f6ec1fba fix: 对话流处理 2023-12-15 18:25:08 +08:00
shaohuzhang1 740f1d3dd1 fix: 向量化的时候限制最大值 2023-12-15 14:22:19 +08:00
shaohuzhang1 47cb83ce0c feat: 分段错误 2023-12-15 11:53:43 +08:00
shaohuzhang1 10824c10dc feat: 重新生成迁移文件 2023-12-14 12:12:50 +08:00
shaohuzhang1 58a93e1aa1 feat: 配置时间区域 启动前先执行迁移数据库 2023-12-14 12:09:11 +08:00
shaohuzhang1 1a21980979 feat: 列表排序 2023-12-14 10:43:34 +08:00
shaohuzhang1 d5c3f04ce4 feat: 支持 文档刷新 -> 重写向量化 2023-12-13 18:03:57 +08:00
shaohuzhang1 fd5fcb16e1 fix: 标注url修改 2023-12-13 17:16:27 +08:00
shaohuzhang1 5ac4f64a93 feat: 标注信息查询 2023-12-13 17:14:43 +08:00
shaohuzhang1 0c6d39892c feat: 修改标注id 存储为段落 2023-12-13 14:10:51 +08:00
shaohuzhang1 947cdab2a6 feat: 支持没模型也可以问答 2023-12-13 11:59:44 +08:00