Commit Graph

1586 Commits

Author SHA1 Message Date
Archer
3ddc4917a5 perf: auto add empty response (#3113) 2024-12-11 14:53:02 +08:00
Archer
e71af262f1 Update 4813.md (#3108) 2024-12-11 14:53:02 +08:00
Jiangween
73ae1152e1 Optimize InputDataModal and useEditTitle in main project (#3086) 2024-12-11 14:53:02 +08:00
Carson Yang
af580cfdf4 Docs: add docs for loop node (#3069) 2024-12-11 14:53:02 +08:00
heheer
2503838448 fix: node version update flicker (#3052) 2024-12-11 14:53:02 +08:00
tzq84
add3a2d2b0 feat(voice): add fallback for browsers without MediaSource support (#3043)
- Add MediaSource support detection function
- Implement fallback solution for browsers that don't support MediaSource:
  - For single audio: Read full stream before playing
  - For segmented audio: Wait until all text is received then play as one audio
- Improve code robustness and browser compatibility
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
Archer
5631042895 Update 4812.md (#3051) 2024-12-11 14:53:02 +08:00
Archer
9668fbba63 fix: dataset select check (#3048) 2024-12-11 14:53:02 +08:00
Finley Ge
b11e1cf4b2 fix: alldataset get dataset without folders. omit the permission check (#3047) 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
c845dca3ad Update 4812.md (#3036) 2024-12-11 14:53:01 +08:00
Archer
142500670f fix: dataset select cannot refresh (#3032)
* fix: dataset select cannot refresh

* update cors
2024-12-11 14:53:01 +08:00
Finley Ge
f778d2c802 fix: only owner or team owner can change app's owner (#3033) 2024-12-11 14:53:01 +08:00
heheer
7f05315c1d add goole tag manager (#3028) 2024-12-11 14:53:01 +08:00
Finley Ge
7ee448be43 fix: allDataset (#3031) 2024-12-11 14:53:01 +08:00
papapatrick
37320f188a add more market template (#3030)
* add more market template

* delete long translate avatar
2024-12-11 14:53:01 +08:00
heheer
ef3f0ab662 feat: add baidu conversion tracking (#3016)
* feat: add baidu conversion tracking

* chore
2024-12-11 14:53:01 +08:00
Archer
2c5950daad 4.8.12 test (#3026)
* perf: app list permission

* perf: create dataset tip

* fix: create dataset
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
Finley Ge
13816f2e38 fix: app/dataset auth (#3021) 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
heheer
e987524cd9 app list open-api & completion with appid & get history source (#3011)
* app list open-api & completion with appid & get history source

* change default value position
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
heheer
48096404ef fix: optimize tool node check in workflow (#3002)
* fix: optimize tool node check in workflow

* comment
2024-12-11 14:53:00 +08:00
ainuoyan
b3a44d6eac Update chat.md (#2996) 2024-12-11 14:53:00 +08:00
Jiangween
9d9b4b1b25 Re-add RAG documentation and images (#2995) 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
zhengkai
e8262545ca typofix:laf函数调用时,弹出文字错误 (#2951)
* typofix:laf函数调用时,弹出文字错误

laf函数调用,新增/编辑输出时,显示错误,目前显示为新增/编辑输入

* fix typo ui
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
Zhenyi-Wang
7906acd77b 在“发布成功”通知中,显示关闭按钮 (#2948)
* feat: remove style tag when fetching url

* 在“发布成功”通知中,显示关闭按钮

---------

Co-authored-by: zhenyiwang <zhenyiwang@intl.zju.edu.cn>
2024-12-11 14:52:59 +08:00