Joel
|
c2b8beffac
|
feat: global variables
|
2024-08-26 17:32:46 +08:00 |
|
StyleZhang
|
985651454a
|
progress circle
|
2024-08-26 10:30:26 +08:00 |
|
Joel
|
f9c1d06e91
|
chore: tools node
|
2024-08-23 18:08:54 +08:00 |
|
Joel
|
657f1d2de8
|
chore: http request
|
2024-08-23 17:56:34 +08:00 |
|
Joel
|
6e2192c1e0
|
chore: variable aggregator
|
2024-08-23 16:40:39 +08:00 |
|
Joel
|
e05b20eb91
|
chore:paramter extrctor ui
|
2024-08-23 16:03:01 +08:00 |
|
Joel
|
5117e08def
|
chore: question classify
|
2024-08-22 17:00:20 +08:00 |
|
Joel
|
34691ca6c9
|
chore: knownledge node ui
|
2024-08-22 16:51:44 +08:00 |
|
Joel
|
aa40047b08
|
chore: knowledge
|
2024-08-22 15:10:49 +08:00 |
|
StyleZhang
|
eca17767fe
|
chat style
|
2024-08-22 15:10:09 +08:00 |
|
Joel
|
51cec1b9ba
|
chore: llm upgrade
|
2024-08-22 14:34:58 +08:00 |
|
Joel
|
651547c3ef
|
fix: number var picker and other tiny css problem
|
2024-08-22 10:49:56 +08:00 |
|
Joel
|
8fbdaa604c
|
feat: file array variable choose vars
|
2024-08-21 17:29:03 +08:00 |
|
Joel
|
1bcb30647f
|
chore: select ui
|
2024-08-21 17:29:03 +08:00 |
|
JzoNg
|
bc245a25bf
|
new style of tables
|
2024-08-21 17:07:14 +08:00 |
|
Joel
|
85b25ebe1b
|
chore: file selct trigger
|
2024-08-21 16:45:18 +08:00 |
|
Joel
|
b50e94d681
|
feat: file arrary sub variable select
|
2024-08-21 16:22:58 +08:00 |
|
Joel
|
91c0657cf6
|
fix: select default trigger problem
|
2024-08-21 15:35:28 +08:00 |
|
StyleZhang
|
0da06128e3
|
agent tool in chat
|
2024-08-21 15:32:13 +08:00 |
|
Joel
|
0c4af3a1d2
|
feat: support sub variable operate changes with key and value support
|
2024-08-21 15:27:08 +08:00 |
|
Joel
|
5628b293f8
|
feat: sub var if condindion postion
|
2024-08-21 14:54:06 +08:00 |
|
JzoNg
|
fff40aae58
|
Merge branch 'main' into jzh
|
2024-08-21 13:40:04 +08:00 |
|
hisir
|
6435b4eb44
|
Separate CODE_MAX_DEPTH and set it as an environment variable (#7474)
|
2024-08-21 12:48:25 +08:00 |
|
Xiyuan Chen
|
4e7b6aec3a
|
feat: support pinning, including, and excluding for model providers and tools (#7419)
Co-authored-by: GareArc <chen4851@purude.edu>
|
2024-08-21 11:16:43 +08:00 |
|
Joel
|
b3b87b3e4c
|
chore: sub variable trigger
|
2024-08-21 11:07:13 +08:00 |
|
Joel
|
6c25d7bed3
|
chore: improve the copywrite of the assigner node append mode description (#7467)
|
2024-08-21 10:34:25 +08:00 |
|
Hash Brown
|
028fd52c9b
|
fix: image icon not showing correctly on left panel in workflow web app page (#7466)
|
2024-08-21 10:29:16 +08:00 |
|
luckylhb90
|
9a715f6b68
|
fix(tool): tool node error (#7459)
Co-authored-by: hobo.l <hobo.l@binance.com>
|
2024-08-21 09:04:54 +08:00 |
|
Nam Vu
|
8c32f8c77d
|
chore: #7348 i18n (#7451)
|
2024-08-21 09:03:51 +08:00 |
|
wellCh4n
|
b7778de224
|
fix: document error message can not be cleared (#7453)
|
2024-08-20 19:30:57 +08:00 |
|
Joel
|
c70d69322b
|
feat: support dialogue count in chatflow (#7440)
|
2024-08-20 18:28:39 +08:00 |
|
KinWang
|
e35e251863
|
feat: Sort conversations by updated_at desc (#7348)
Co-authored-by: wangpj <wangpj@hundsunc.om>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-08-20 17:55:44 +08:00 |
|
-LAN-
|
eae53e11e6
|
refactor(api/models/workflow.py): Add __init__ to Workflow (#7443)
|
2024-08-20 17:52:21 +08:00 |
|
-LAN-
|
4f5f27cf2b
|
refactor(api/core/workflow/enums.py): Rename SystemVariable to SystemVariableKey. (#7445)
|
2024-08-20 17:52:06 +08:00 |
|
-LAN-
|
5e42e90abc
|
fix(api/services/workflow/workflow_converter.py): Add NoneType checkers & format file. (#7446)
|
2024-08-20 17:51:49 +08:00 |
|
-LAN-
|
a10b207de2
|
refactor(api/core/app/app_config/entities.py): Move Type to outside and add EXTERNAL_DATA_TOOL. (#7444)
|
2024-08-20 17:30:14 +08:00 |
|
Joel
|
e2d214e030
|
chore: add and update theme related css variables values (#7442)
|
2024-08-20 16:33:40 +08:00 |
|
-LAN-
|
4f64a5d36d
|
refactor(api/core/workflow/nodes/variable_assigner): Split into multi files. (#7434)
|
2024-08-20 15:40:19 +08:00 |
|
Yeuoly
|
0d4753785f
|
chore: remove .idea and .vscode from root path (#7437)
|
2024-08-20 15:37:29 +08:00 |
|
-LAN-
|
2e9084f369
|
chore(database): Rename table name from workflow__conversation_variables to workflow_conversation_variables . (#7432)
|
2024-08-20 14:34:03 +08:00 |
|
Jyong
|
0f90e6df75
|
add pgvector full text search settting (#7427)
|
2024-08-20 13:20:19 +08:00 |
|
非法操作
|
53146ad685
|
feat: support line break of tooltip content (#7424)
|
2024-08-20 11:03:55 +08:00 |
|
Byeongjin Kang
|
0223fc6fd5
|
feat: add pgvector full_text_search (#7396)
|
2024-08-20 11:01:13 +08:00 |
|
呆萌闷油瓶
|
218380ba43
|
fix:end of day (#7426)
|
2024-08-20 10:57:33 +08:00 |
|
Nam Vu
|
afd23f7ad8
|
chore: #7196 i18n (#7416)
|
2024-08-20 10:21:24 +08:00 |
|
Nam Vu
|
6991a243aa
|
chore: correct _tts_invoke_streaming max length (#7423)
|
2024-08-20 10:20:04 +08:00 |
|
Chengyu Yan
|
1f944c6eeb
|
feat(api): support wenxin bge-large and tao embedding model. (#7393)
|
2024-08-19 22:25:09 +08:00 |
|
Hash Brown
|
31f9977411
|
Web app support sending message using numpad enter (#7414)
|
2024-08-19 22:24:21 +08:00 |
|
-LAN-
|
3d27d15f00
|
chore(*): Bump version 0.7.1 (#7389)
0.7.1
|
2024-08-19 21:24:56 +08:00 |
|
Yeuoly
|
ab6499e5b7
|
upgrade: sandbox to 0.2.6 (#7410)
|
2024-08-19 21:24:15 +08:00 |
|