Commit Graph

269 Commits

Author SHA1 Message Date
Whitewater
36a9c5cc6b
fix: remove unexpected zip and add FlipForward arrow icon (#4263) 2024-05-10 18:52:41 +08:00
Joel
01555463d2
feat: llm support jinja fe (#4260) 2024-05-10 18:14:05 +08:00
zxhlyh
9b24f12bf5
feat: workflow interaction (#4214) 2024-05-09 17:18:51 +08:00
tomo
a79941df22
fix: button widths (#4145) 2024-05-09 12:52:07 +08:00
Whitewater
97dcb8977a
fix: stop event propagation when deleting selected workflow var node (#4158) 2024-05-07 21:00:43 +08:00
KVOJJJin
c0476c7881
Feat: frontend support timezone of timestamp (#4070) 2024-05-04 16:15:32 +08:00
Shohei Tanabe
f68b6b0e5e
Fix typo: writeOpner -> writeOpener (#4060) 2024-05-03 18:55:47 +08:00
Rhon Joe
0704fe9695
fix(web): copy button visible at chat page normally (#4005)
Co-authored-by: rongjun.qiu <qiurj@hengtonggroup.com.cn>
2024-04-30 14:55:57 +08:00
zxhlyh
8b3edac091
fix: prompt editor insert quickly (#4004) 2024-04-30 14:25:21 +08:00
takatost
ff67a6d338
feat: llm text stream support for workflow app (#3798)
Co-authored-by: JzoNg <jzongcode@gmail.com>
2024-04-28 17:37:00 +08:00
zxhlyh
8e4989ed03
feat: workflow remove preview mode (#3941) 2024-04-28 17:09:56 +08:00
takatost
12435774ca
feat: query prompt template support in chatflow (#3791)
Co-authored-by: Joel <iamjoel007@gmail.com>
2024-04-25 18:01:53 +08:00
KVOJJJin
1a7b4c42ab
fix: event of keyboard "enter" in text generator app (#3823) 2024-04-25 13:58:06 +08:00
Joel
1ad70f8721
feat: support prompt messages sorting (#3757) 2024-04-24 15:09:01 +08:00
Jyong
f257f2c396
Knowledge optimization (#3755)
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
2024-04-24 15:02:29 +08:00
KVOJJJin
0715db7681
chore: add selector for use app store (#3746) 2024-04-24 13:07:20 +08:00
legao
40e36e9b52
fix: toggling AppDetailNav causes unnecessary component rerenders (#3718) 2024-04-24 12:07:28 +08:00
crazywoola
a23a191615
feat: add copy button to code (#3719) 2024-04-24 09:34:51 +08:00
Luvian77
96160837d2
fix: cannot change file uploader method (#3710) 2024-04-23 17:02:12 +08:00
Luvian77
5dacf77627
fix: Added prevention of click event propagation for overlay layer (#3666)
Co-authored-by: crazywoola <427733928@qq.com>
2024-04-22 19:53:20 +08:00
zxhlyh
03c988388e
fix: chat rename (#3627) 2024-04-19 13:29:25 +08:00
KVOJJJin
e70482dfc0
feat: agent log (#3537)
Co-authored-by: jyong <718720800@qq.com>
2024-04-17 10:30:52 +08:00
Joel
4d54637921
chore: replace all set interval (#3411) 2024-04-12 16:02:56 +08:00
Nite Knite
c9abb75fce
feat: show citation info in run history (#3399) 2024-04-12 12:19:27 +08:00
Jyong
1f302990c6
add segment with keyword issue (#3351)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2024-04-11 16:57:02 +08:00
Nite Knite
4c1cfd9278
chore: address security alerts on braces escape and KaTeX (#3301) 2024-04-10 16:16:24 +08:00
Yeuoly
14bb0b02ac
Feat/Agent-Image-Processing (#3293)
Co-authored-by: Joel <iamjoel007@gmail.com>
2024-04-10 14:48:40 +08:00
zxhlyh
39d3fc4742
feat: prompt-editor support undo (#3242) 2024-04-09 18:18:53 +08:00
legao
29918c498c
fixed the issue of missing cleanup function in the AudioBtn component (#3133) 2024-04-09 15:10:58 +08:00
zxhlyh
b7691f5658
fix: prompt editor variable picker (#3177) 2024-04-08 23:53:09 +08:00
takatost
7753ba2d37
FEAT: NEW WORKFLOW ENGINE (#3160)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: jyong <718720800@qq.com>
2024-04-08 18:51:46 +08:00
zxhlyh
218f591a5d
fix: prompt editor linebreak (#3036) 2024-03-29 21:01:04 +08:00
zxhlyh
61f5de9662
fix: chat scroll (#2981) 2024-03-26 16:19:41 +08:00
Rozstone
8a4015722d
prevent auto scrolling down to bottom when user already scrolled up (#2813) 2024-03-15 13:19:06 +08:00
Yulong Wang
870ca713df
Refactor Markdown component to include paragraph after image (#2798) 2024-03-12 22:06:54 +08:00
Rozstone
b75d8ca621
fix: auto closing when close local image uploading (#2767) 2024-03-10 13:11:41 +08:00
zxhlyh
9beefd7d5a
fix: auto prompt (#2768) 2024-03-09 18:36:58 +08:00
crazywoola
9440d7fe88
fix: the behavior of save action in opening config panel (#2736) 2024-03-07 16:48:44 +08:00
Lance Mao
7052565380
fix typo: responsing -> responding (#2718)
Co-authored-by: OSS-MAOLONGDONG\kaihong <maolongdong@kaihong.com>
2024-03-07 10:20:35 +08:00
Rhon Joe
c439952a41
fix(web): chat input auto resize by window (#2696) 2024-03-06 12:49:22 +08:00
Charlie.Wei
69a5ce1e31
Fix tts play logic (#2683)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2024-03-05 09:22:36 +08:00
Charlie.Wei
6a6133c102
Fix voice selection (#2664)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2024-03-04 17:50:06 +08:00
crazywoola
3cf5c1853d
Fix: default button behavior (#2609) 2024-02-28 17:34:20 +08:00
Rozstone
f1cbd55007
enhancement: skip fetching to improve user experience when switching … (#2580) 2024-02-27 19:16:22 +08:00
Rozstone
07fbeb6cf0
enhancement: improve client-side code (#2568) 2024-02-27 15:58:57 +08:00
zxhlyh
3082093293
fix: webapp name (#2543) 2024-02-23 14:54:03 +08:00
Charlie.Wei
52b12ed7eb
Voice audition (#2504)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2024-02-22 16:06:17 +08:00
crazywoola
cad6e6624f
fix: config not exists (#2513) 2024-02-21 19:27:38 +08:00
zxhlyh
297d0f1f30
fix: code-based extension (#2490) 2024-02-20 14:49:00 +08:00
zxhlyh
eedbe1b770
fix: chat restart (#2488) 2024-02-20 11:24:27 +08:00
Yash_1124
81c5a21b8d
FEAT: add image styling in markdown (#2441)
Co-authored-by: crazywoola <427733928@qq.com>
2024-02-19 15:07:45 +08:00
Charlie.Wei
300d9892a5
tts add voice choose (#2391)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2024-02-15 22:41:18 +08:00
zxhlyh
0850c953b3
fix: variable in opener (#2437) 2024-02-12 22:22:57 +08:00
zxhlyh
1b04382a9b
fix: chat agent mode content copy (#2418) 2024-02-07 21:23:47 +08:00
zxhlyh
d8de2017b5
fix: webapp variable input & app unavailable status (#2405) 2024-02-06 13:43:09 +08:00
zxhlyh
805ed84f61
chore: enchange pic uploading tip (#2388)
Co-authored-by: Joel <iamjoel007@gmail.com>
2024-02-05 13:22:05 +08:00
zxhlyh
65bec16fb3
fix: webapp language (#2378) 2024-02-04 18:32:29 +08:00
zxhlyh
1ebf740908
fix: webapp stop chat & citation (#2376) 2024-02-04 18:08:53 +08:00
zxhlyh
51d359268e
chore: replace chat in web app (#2373) 2024-02-04 16:10:46 +08:00
Joel
5a004ae429
fix: unsafe external link (#2356) 2024-02-02 15:42:42 +08:00
Yash_1124
0a4dfaeaf9
Feat: Add Top bar while routing different different pages (#2298) 2024-01-30 20:22:17 +08:00
Joel
bf3ee660e0
fix: missing files (#2291) 2024-01-30 16:21:40 +08:00
zxhlyh
68406b9906
fix: multiple model configuration clear conversation by rerender (#2286) 2024-01-30 16:06:01 +08:00
Joel
6f7fd6613a
feat: file icon support doc and docx (#2289) 2024-01-30 15:55:07 +08:00
Joel
f8f4b961a1
chore: handle app name and options too long (#2283) 2024-01-30 14:53:10 +08:00
Joel
9730297381
chore: move register ga to signin page (#2233) 2024-01-26 15:50:14 +08:00
Joel
60a2ecbd17
chore: no custom tool placeholder ui (#2222) 2024-01-26 12:48:26 +08:00
zxhlyh
4ff17af5de
fix: model parameter modal input (#2206) 2024-01-25 18:04:22 +08:00
Joel
bdc5e9ceb0
chore: test register ga (#2202) 2024-01-25 15:52:45 +08:00
Joel
301e0496ff
fix: chatbot support agent (#2201) 2024-01-25 14:53:52 +08:00
zxhlyh
d5361b8d09
feat: multiple model configuration (#2196)
Co-authored-by: Joel <iamjoel007@gmail.com>
2024-01-25 12:36:55 +08:00
Joel
bec998ab94
chore: remove universal chat code (#2194) 2024-01-25 11:47:35 +08:00
Charlie.Wei
6355e61eb8
tts models support (#2033)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Yeuoly <45712896+Yeuoly@users.noreply.github.com>
2024-01-24 01:05:37 +08:00
crazywoola
c17baef172
Feat/portuguese support (#2075) 2024-01-23 21:14:53 +08:00
Joel
7bbe12b2bd
feat: support assistant frontend (#2139)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2024-01-23 19:31:56 +08:00
zxhlyh
1372bf784f
feat: app sidebar support collapse (#1997) 2024-01-11 13:26:34 +08:00
Chenhe Gu
0025ba4921
Escape capturing prices with dollar sign as math expressions (#1985) 2024-01-10 19:55:50 +08:00
Bowen Liang
a798dcfae9
web: Add style CI workflow to enforce eslint checks on web module (#1910) 2024-01-04 15:37:51 +08:00
takatost
d069c668f8
Model Runtime (#1858)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
Co-authored-by: chenhe <guchenhe@gmail.com>
Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
2024-01-02 23:42:00 +08:00
Joel
6da3a33e6c
fix: selection too long break ui (#1826) 2023-12-22 16:54:18 +08:00
Joel
c3275dfd36
fix: not return annotation author error happens (#1793) 2023-12-19 17:22:54 +08:00
zxhlyh
5bb841935e
feat: custom webapp logo (#1766) 2023-12-18 16:25:37 +08:00
Joel
65fd4b39ce
feat: annotation management frontend (#1764) 2023-12-18 15:41:24 +08:00
Joel
b5b20234e9
feat: update pricing (#1749) 2023-12-13 16:41:40 +08:00
zxhlyh
cb3a55dae6
feat: remove documents limit (#1697) 2023-12-05 16:53:40 +08:00
Rhon Joe
5789d76582
fix(web): reserve default copy behavior (#1693) 2023-12-05 16:34:12 +08:00
Joel
2e588ae221
feat: use gtag instead gtm (#1695) 2023-12-05 15:05:05 +08:00
Joel
75a6122173
feat: SaaS price plan frontend (#1683)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2023-12-03 22:10:16 +08:00
Yuhao
efa16dbb44
feat: drag to upload image (#1666) 2023-12-01 16:50:22 +08:00
Yuhao
faa88aafe8
feat: clipboard paste (#1663) 2023-12-01 10:04:14 +08:00
zxhlyh
307c170fb6
fix: Jina AI logo (#1656) 2023-11-30 15:41:59 +08:00
zxhlyh
451af66be0
feat: add jina embedding (#1647)
Co-authored-by: takatost <takatost@gmail.com>
2023-11-29 14:58:11 +08:00
Yuhao
a9c1c7d239
feat: fe mobile responsive next (#1609) 2023-11-27 11:47:48 +08:00
Joel
888e8c6dac
feat: add retriever rank fe (#1557)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2023-11-18 11:53:35 +08:00
crazywoola
19fc9e3466
fix: upload file not clickable in firefox (#1552) 2023-11-17 09:57:53 +08:00
zxhlyh
cfbfd59b8f
fix: upload image (#1522) 2023-11-16 11:56:11 +08:00
zxhlyh
6b15827246
feat: [frontend] support vision (#1518)
Co-authored-by: Joel <iamjoel007@gmail.com>
2023-11-13 22:32:39 +08:00
zxhlyh
146e95d88f
fix: api extension selector (#1486) 2023-11-08 13:03:42 +08:00
zxhlyh
32747641e4
feat: add api-based extension & external data tool & moderation (#1459) 2023-11-06 19:36:32 +08:00
zxhlyh
fc4c03640d
fix: provider delete api key modal z-index (#1416) 2023-10-26 10:35:03 +08:00
Joel
08aa367892
feat: add context missing warning (#1384)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2023-10-19 17:52:14 +08:00
zxhlyh
61e816f24c
feat: logo (#1356) 2023-10-16 15:26:25 +08:00
zxhlyh
5b9858a8a3
feat: advanced prompt (#1330)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: Gillian97 <jinling.sunshine@gmail.com>
2023-10-12 23:14:28 +08:00
zxhlyh
df07fb5951
feat: provider add baichuan (#1298) 2023-10-09 23:10:43 -05:00
Charlie.Wei
b711ce33b7
Application share qrcode (#1277)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
2023-10-08 09:34:49 +08:00
zxhlyh
9dbb8acd4b
Feat/dataset support api service (#1240)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: crazywoola <427733928@qq.com>
2023-09-27 16:06:49 +08:00
Garfield Dai
18c710c906
feat: support binding context var (#1227)
Co-authored-by: Joel <iamjoel007@gmail.com>
2023-09-27 14:53:22 +08:00
Joel
c40ee7e629
feat: batch run support retry errors and decrease rate limit times (#1215) 2023-09-25 10:20:50 +08:00
zxhlyh
60e0bbd713
Feat/provider add zhipuai (#1192)
Co-authored-by: Joel <iamjoel007@gmail.com>
2023-09-18 18:02:05 +08:00
charli117
67bed54f32
Mermaid front end rendering (#1166)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
2023-09-14 14:09:23 +08:00
leo
562a571281
fix: Improved fallback solution for avatar image loading failure (#1172) 2023-09-14 13:31:35 +08:00
zxhlyh
96d10c8b39
feat: spark free quota verify (#1152) 2023-09-11 17:30:54 +08:00
Joel
2d5ad0d208
feat: support optional query content (#1097)
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
2023-09-10 00:12:34 +08:00
zxhlyh
84c76bc04a
Feat/chat add origin (#1130) 2023-09-09 19:17:12 +08:00
Rhon Joe
f28cb84977
fix(web): fix AppCard Menu popover open bug (#1107) 2023-09-07 09:47:31 +08:00
bowen
4a28599fbd
fix: optimize feedback and app icon (#1099) 2023-09-05 09:13:59 +08:00
Joel
cc9edfffd8
fix: markdown code lang capitalization and line number color (#1098) 2023-09-04 11:31:25 +08:00
Joel
9458b8978f
feat: siderbar operation support portal (#1061) 2023-08-31 17:46:51 +08:00
Joel
e34dcc0406
feat: code support copy (#1057) 2023-08-30 18:08:47 +08:00
Joel
a834ba8759
feat: support rename conversation (#1056) 2023-08-30 17:32:32 +08:00
takatost
417c19577a
feat: add LocalAI local embedding model support (#1021)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2023-08-29 22:22:02 +08:00
bowen
f9bec1edf8
chore: perfect type definition (#1003) 2023-08-28 19:48:53 +08:00
zxhlyh
a7415ecfd8
Fix/upload document limit (#1033) 2023-08-28 10:53:45 +08:00
KVOJJJin
934def5fcc
Fix: eslint (#1030) 2023-08-27 17:06:16 +08:00
crazywoola
a38412de7b
update doc (#965) 2023-08-23 12:29:52 +08:00
zxhlyh
215a27fd95
Feat/add xinference openllm provider (#958) 2023-08-22 18:19:10 +08:00
bowen
5e0540077a
chore: perfect type definition (#940) 2023-08-22 10:58:06 +08:00
Matri
062e2e915b
fix: login improvement (#941) 2023-08-21 21:26:32 +08:00
Jyong
db7156dafd
Feature/mutil embedding model (#908)
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2023-08-18 17:37:31 +08:00
zxhlyh
4420281d96
Feat/segment add tag (#907) 2023-08-18 17:18:58 +08:00
zxhlyh
4f5f9506ab
Feat/pay modal (#889) 2023-08-17 15:49:22 +08:00
Joel
f95f6db0e3
feat: support app rename and make app card ui better (#766)
Co-authored-by: Gillian97 <jinling.sunshine@gmail.com>
2023-08-16 10:31:08 +08:00
zxhlyh
0feb0bf7c0
fix: free quota tip (#831) 2023-08-14 16:36:04 +08:00
takatost
d10ef17f17
feat: frontend multi models support (#804)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
2023-08-12 00:57:13 +08:00
KVOJJJin
cf93d8d6e2
Feat: Q&A format segmentation support (#668)
Co-authored-by: jyong <718720800@qq.com>
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2023-07-28 20:47:15 +08:00
Joel
23e3413655
feat: chat in explore support agent (#647)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2023-07-27 13:27:34 +08:00
Rhon Joe
67d326a558
fix(web): fix svg unrecognized props (#631) 2023-07-24 10:31:56 +08:00
zxhlyh
753e5f1500
Fix/application configuration preview style (#597) 2023-07-19 12:41:35 +08:00
zxhlyh
3e1d5ac51b
Feat/header ssr (#594) 2023-07-18 16:57:14 +08:00
Joel
8e11200306
feat: frontend support claude (#573)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2023-07-17 00:14:32 +08:00
KVOJJJin
cd51d3323b
feat: member invitation and activation (#535)
Co-authored-by: John Wang <takatost@gmail.com>
2023-07-14 11:19:26 +08:00
zxhlyh
397a92f2ee
convert audio wav to mp3 (#552) 2023-07-12 17:18:56 +08:00
zxhlyh
7c00a0b6a3
fix voice input in safari (#537) 2023-07-10 10:16:38 +08:00
zxhlyh
a03a92e9db
Feat/chat support voice input (#532) 2023-07-07 17:50:42 +08:00
Joel
11baff6740
feat: text generation application support run batch (#529) 2023-07-07 10:35:05 +08:00
zxhlyh
cde1797cc0
feat: max token add tip (#525) 2023-07-06 15:57:04 +08:00
Joel
ec261aea54
feat: conversation app support pin and delete conversation (#467) 2023-06-28 11:16:54 +08:00
zxhlyh
1226d73159
Feat/refact header (#468) 2023-06-27 18:02:01 +08:00
zxhlyh
17d196126c
Feat/add icons (#450) 2023-06-26 15:36:52 +08:00
Jyong
9253f72dea
Feat/dataset notion import (#392)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
2023-06-16 21:47:51 +08:00