Commit Graph

405 Commits

Author SHA1 Message Date
Archer
f6cf8558d9 4.8.14 test (#3164)
* perf: match base 64 image

* perf: register plugins
2024-12-11 14:53:04 +08:00
Archer
9fbb5e6f9b perf: doc2x plugins (#3162) 2024-12-11 14:53:04 +08:00
Menghuan1918
a575d241b6 更新Doc2X插件:适配新接口 (#3159)
* fix: doc2x now not hava the picture API

* fix: 适配doc2x V2 API

* Update to axios to request doc2x

* Add time out
2024-12-11 14:53:04 +08:00
Archer
d38a10d233 remove log (#3161) 2024-12-11 14:53:04 +08:00
Archer
c6f1344af8 4.8.14 test (#3160)
* perf: remove base64 check

* perf: update doc
2024-12-11 14:53:04 +08:00
Archer
c915c7ade7 fix: chat variable update (#3156)
* perf: file encoding

* fix: chat variable update
2024-12-11 14:53:04 +08:00
heheer
57539b836e feat: add microsoft oauth (#3152) 2024-12-11 14:53:04 +08:00
Archer
0ef5074c67 perf: checkbox dom (#3149)
* perf: checkbox dom

* perf: null check

* perf: simple mode variables

* perf: get csv encoding code

* fix: dataset filter

* perf: code editor ui
2024-12-11 14:53:04 +08:00
居里栈栈
cf1f93eeed Fix garbled code (#3126)
* 修复:修复引导输入批量导入中文乱码问题

* 兼容非UTF-8的CSV导入

---------

Co-authored-by: 勤劳上班的卑微小张 <jiazhan.zhang@ggimage.com>
2024-12-11 14:53:04 +08:00
Archer
59f9214004 fix: share page data;Adapt findLastIndex api (#3147)
* perf: share page data

* perf: adapt findLastIndex
2024-12-11 14:53:04 +08:00
Archer
f680be52f1 4.8.13 feature (#3118)
* chore(ui): login page & workflow page (#3046)

* login page & number input & multirow select & llm select

* workflow

* adjust nodes

* New file upload (#3058)

* feat: toolNode aiNode readFileNode adapt new version

* update docker-compose

* update tip

* feat: adapt new file version

* perf: file input

* fix: ts

* feat: add chat history time label (#3024)

* feat:add chat and logs time

* feat: add chat history time label

* code perf

* code perf

---------

Co-authored-by: 勤劳上班的卑微小张 <jiazhan.zhang@ggimage.com>

* add chatType (#3060)

* pref: slow query of full text search (#3044)

* Adapt findLast api;perf: markdown zh format. (#3066)

* perf: context code

* fix: adapt findLast api

* perf: commercial plugin run error

* perf: markdown zh format

* perf: dockerfile proxy (#3067)

* fix ui (#3065)

* fix ui

* fix

* feat: support array reference multi-select (#3041)

* feat: support array reference multi-select

* fix build

* fix

* fix loop multi-select

* adjust condition

* fix get value

* array and non-array conversion

* fix plugin input

* merge func

* feat: iframe code block;perf: workflow selector type (#3076)

* feat: iframe code block

* perf: workflow selector type

* node pluginoutput check (#3074)

* feat: View will move when workflow check error;fix: ui refresh error when continuous file upload (#3077)

* fix: plugin output check

* fix: ui refresh error when continuous file upload

* feat: View will move when workflow check error

* add dispatch try catch (#3075)

* perf: workflow context split (#3083)

* perf: workflow context split

* perf: context

* 4.8.13 test (#3085)

* perf: workflow node ui

* chat iframe url

* feat: support sub route config (#3071)

* feat: support sub route config

* dockerfile

* fix upload

* delete unused code

* 4.8.13 test (#3087)

* fix: image expired

* fix: datacard navbar ui

* perf: build action

* fix: workflow file upload refresh (#3088)

* fix: http tool response (#3097)

* loop node dynamic height (#3092)

* loop node dynamic height

* fix

* fix

* feat: support push chat log (#3093)

* feat: custom uid/metadata

* to: custom info

* fix: chat push latest

* feat: add chat log envs

* refactor: move timer to pushChatLog

* fix: using precise log

---------

Co-authored-by: Finley Ge <m13203533462@163.com>

* 4.8.13 test (#3098)

* perf: loop node refresh

* rename context

* comment

* fix: ts

* perf: push chat log

* array reference check & node ui (#3100)

* feat: loop start add index (#3101)

* feat: loop start add index

* update doc

* 4.8.13 test (#3102)

* fix: loop index;edge parent check

* perf: reference invalid check

* fix: ts

* fix: plugin select files and ai response check (#3104)

* fix: plugin select files and ai response check

* perf: text editor selector;tool call tip;remove invalid image url;

* perf: select file

* perf: drop files

* feat: source id prefix env (#3103)

* 4.8.13 test (#3106)

* perf: select file

* perf: drop files

* perf: env template

* 4.8.13 test (#3107)

* perf: select file

* perf: drop files

* fix: imple mode adapt files

* perf: push chat log (#3109)

* fix: share page load title error (#3111)

* 4.8.13 perf (#3112)

* fix: share page load title error

* update file input doc

* perf: auto add file urls

* perf: auto ser loop node offset height

* 4.8.13 test (#3117)

* perf: plugin

* updat eaction

* feat: add more share config (#3120)

* feat: add more share config

* add i18n en

* fix: missing subroute (#3121)

* perf: outlink config (#3128)

* update action

* perf: outlink config

* fix: ts (#3129)

* 更新 docSite 文档内容 (#3131)

* fix: null pointer (#3130)

* fix: null pointer

* perf: not input text

* update doc url

* perf: outlink default value (#3134)

* update doc (#3136)

* 4.8.13 test (#3137)

* update doc

* perf: completions chat api

* Restore docSite content based on upstream/4.8.13-dev (#3138)

* Restore docSite content based on upstream/4.8.13-dev

* 4813.md缺少更正

* update doc (#3141)

---------

Co-authored-by: heheer <heheer@sealos.io>
Co-authored-by: papapatrick <109422393+Patrickill@users.noreply.github.com>
Co-authored-by: 勤劳上班的卑微小张 <jiazhan.zhang@ggimage.com>
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com>
Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com>
Co-authored-by: Finley Ge <m13203533462@163.com>
Co-authored-by: Jiangween <145003935+Jiangween@users.noreply.github.com>
2024-12-11 14:53:04 +08:00
heheer
43ac14d09f add baidu keywords (#3127) 2024-12-11 14:53:02 +08:00
Archer
3ddc4917a5 perf: auto add empty response (#3113) 2024-12-11 14:53:02 +08:00
Archer
353de2f506 perf: forbid image to base64 (#3038)
* perf: forbid image to base64

* update file upload path

* feat: support promptCall use image

* fix: echarts load

* update doc
2024-12-11 14:53:02 +08:00
Jiangween
d482be8df3 Update i18n files and Upload component (#3040)
* Update i18n files and Upload component

* 完善 i18n 和优化 Upload.tsx 文件

* 修改Upload.tsx 文件的问题...
2024-12-11 14:53:01 +08:00
Archer
9ce0e8beca perf: app list permission (#3023)
* perf: app list permission

* perf: create dataset tip
2024-12-11 14:53:01 +08:00
Archer
6e84cb5fd9 update text splitter (#3020) 2024-12-11 14:53:01 +08:00
Archer
78f44b936f perf: dataset data auth (#3015) 2024-12-11 14:53:01 +08:00
Archer
e13e21dd9c feat: reset milvus (#3013) 2024-12-11 14:53:01 +08:00
Finley Ge
6c37fbc7f1 fix/group (#3012)
* fix: app/dataset list private resource bug

* fix: auth owner
2024-12-11 14:53:00 +08:00
Archer
6932b2984c 4.8.12 test (#3006)
* perf: oneapi error tip

* fix: qps limit condition error

* perf: Plan tip

* fix: permission modal ui

* perf: dataset slider ui

* perf: api key auth tmbId problem

* perf: dataset upload i18n

* fix: http json path check
2024-12-11 14:53:00 +08:00
Finley Ge
e45fe46d1c fix: upload file (#2992)
* fix: upload file

* chore: remove wasm, support html image parse

* chore: adjust

* chore: move base64match function into htmlstr2md
2024-12-11 14:53:00 +08:00
Finley Ge
dd178399a3 fix: milvus (#3004) 2024-12-11 14:53:00 +08:00
Archer
9b7dd9a0c7 4.8.12 test (#2994)
* perf: run loop code

* doc

* fix: mulity loop node will error; loop node variables cannot inherit

* back save tip position

* fix: child workflow runtime

* stream connection
2024-12-11 14:53:00 +08:00
Archer
c6d053e050 Group role (#2993)
* feat: app/dataset support group (#2898)

* pref: member-group (#2862)

* feat: group list ordered by updateTime

* fix: transfer ownership of group when deleting member

* fix: i18n fix

* feat: can not set member as admin/owner when user is not active

* fix: GroupInfoModal hover input do not change color

* fix(fe): searchinput do not scroll

* feat: app collaborator with group, remove default permission

* feat: dataset collaborator with group, remove default permission

* chore(test): pref mock

* chore: remove useless code

* chore: adjust

* fix: add self as collaborator when creating folder

* fix(fe): folder manage menu do not show when user has write permission
only

* fix: dataset folder create

* feat: Add code comment

* Pref: app move (#2952)

* perf: app schema

* doc

---------

Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com>
2024-12-11 14:53:00 +08:00
Archer
8df886452e 4.8.12 test fix (#2988)
* perf: qps limit

* perf: http response data

* perf: json path check

* fix: ts

* loop support reference parent variable
2024-12-11 14:53:00 +08:00
heheer
eb28734a63 fix: http raw response undefined (#2981) 2024-12-11 14:53:00 +08:00
Finley Ge
1b3dccc543 feat: QPS Limit middleware (#2956)
* feat: QPS Limit middleware

* chore: use request-ip to get client ip

* feat: frequencyLimit schema
2024-12-11 14:53:00 +08:00
papapatrick
23326b80a6 add bing search plugins (#2970) 2024-12-11 14:53:00 +08:00
Archer
ab08fc80d3 HTTP support jsonPath; System plugin support save file. (#2969)
* perf: system plugin auto save file

* feat: http support jsonPath

* fix: assistant response

* reset milvus version

* fix: textarea register

* fix: global variable

* delete tip

* doc
2024-12-11 14:53:00 +08:00
Finley Ge
036bdabe5d fix: milvus (#2968) 2024-12-11 14:53:00 +08:00
heheer
f8a45a63bb perf:textarea auto height (#2967)
* perf:textarea auto height

* optimize editor height & fix variable label split
2024-12-11 14:53:00 +08:00
Archer
90dcb35b40 System plugin adapt reference type in plugin input (#2965)
* perf: plugin input support reference

* perf: system plugin adapt plugin input reference
2024-12-11 14:53:00 +08:00
Archer
fbbfcceb08 Concat textinput to input type (#2963)
* perf: toast position

* concat textinput to input
2024-12-11 14:53:00 +08:00
heheer
e88ad93f83 perf: all plugin variables type support referense & replace input and textarea with prompt editor (#2950)
* support reference as plugin variables

* replace input and textarea with prompt editor

* adjust height & optimize textarea and input

* input select
2024-12-11 14:53:00 +08:00
papapatrick
8710a16289 add google search plugin (#2947) 2024-12-11 14:53:00 +08:00
silencezhang
3dc1aef1cc 新增数据源配置:可以直接执行sql,支持MySQL,PG数据库 (#2958) 2024-12-11 14:53:00 +08:00
heheer
e54c7038c4 chore: adjust toast top distance (#2953)
* adjust toast top distance

* save button top
2024-12-11 14:53:00 +08:00
Archer
d6cf1fa3ea 4.8.12 test (#2936)
* system config tip

* perf: prompt editor code

* perf: cookie tip
2024-12-11 14:52:59 +08:00
papapatrick
112606bb38 feat: add cookies tip drawer (#2935) 2024-12-11 14:52:59 +08:00
heheer
d839603d48 fix: variable label i18n & create question guide language (#2933) 2024-12-11 14:52:59 +08:00
heheer
044fcb6b6f fix: quote settings default value & zindex & i18n (#2931) 2024-12-11 14:52:59 +08:00
Archer
d6cf5470be 4.8.12 dev (#2928)
* perf: optimize global variables (#2863)

* feat: add global variable types

* add global variables to debug

* fix select dnd

* unify InputTypeConfig params

* feat: http node url support variables (#2891)

* feat: http node url support variables

* change to prompt editor

* fix: global variables (#2892)

* fix global variables

* fix type

* perf: global variables

* perf: workflow delete node error (#2905)

* update lock

* update 4812 doc

* feat: add node course url config (#2897)

* feat: add node course url config

* change plugin course url

* change default doc url

* change url store

* delete unused code

* fix: global variable (#2915)

* fix: global variable

* add comment

* fix: interactive check

* locj

* perf: debug switch to global tab when click run & global var default reset (#2925)

* fix: tool course url

* fix: global var default value & wrap variable form (#2926)

* fix: add dataset tags not update render (#2927)

* feat: tool will save histories

* perf: global variables code

* perf: FE_DOMAIN config

---------

Co-authored-by: heheer <heheer@sealos.io>
2024-12-11 14:52:59 +08:00
Archer
ec3e7db07b perf: variable replace rang (#2923) 2024-12-11 14:52:59 +08:00
Archer
efa998664e Tool call support interactive node (#2903)
* feat: tool call support interactive node

* feat: interactive node tool response

* fix: tool call concat

* fix: llm history concat
2024-12-11 14:52:59 +08:00
Zhenyi-Wang
b0a364c31b feat: remove style tag when fetching url (#2913)
Co-authored-by: zhenyiwang <zhenyiwang@intl.zju.edu.cn>
2024-12-11 14:52:59 +08:00
Archer
9a621583c4 Doc (#2910)
* feat: add app chat openapi (#2908)

* add chat openapi

* create question guide openapi

* change auth method

* add chat openapi doc

* delete unused code

* feat: chat openapi doc

* rerank doc

* add chat detail openapi & doc

* update chat openapi doc

---------

Co-authored-by: heheer <heheer@sealos.io>
Co-authored-by: heheer <1239331448@qq.com>
2024-12-11 14:52:59 +08:00
papapatrick
701643f2ab plugins: add wiki search (#2886)
* plugins: add wiki search

* 扁平化代码

* fix: url error
2024-10-12 15:23:01 +08:00
Finley Ge
9bce721428 fix: resource permission indexes (#2890) 2024-10-12 15:23:00 +08:00
Archer
7e80007d72 fix: dataset data list api adapt (#2878)
* fix: dataset data list api adapt

* update doc version

* perf: fedomain env

* add fedomain env
2024-10-12 15:23:00 +08:00