Commit Graph

6321 Commits (abb2ed66e7f3132898ad8bbfca41c111f025b679)
 

Author SHA1 Message Date
zxhlyh e303417e04
fix: agent app tool update (#20490) 1 year ago
Kaitlyn Feng c8d9f8e2e4
fix: resolve unstable scrolling in workflow debug panel with multiple input fields #19697 (#19698) 1 year ago
Ganondorf 51f64797cd
Add APIs for Knowledge Base Tag Management and Dataset Binding (#20023)
Co-authored-by: lizb <lizb@sugon.com>
1 year ago
Dongyu Li 1ea4459d9f
update knowledge base api (#20426) 1 year ago
Yasuhiro Ohno 55371e5abf
Improve CONVERSATION_TITLE_PROMPT to correctly handle Japanese and input (#20351) 1 year ago
Jyong fb12a3033d
fix celery job not closed issue (#19268) 1 year ago
-LAN- a6ea15e63c
Refactor/message cycle manage and knowledge retrieval (#20460)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
yihong 5a991295e0
fix: drop some type fixme (#20344) 1 year ago
Wu Tianwei 9b47f9f786
fix(json-schema-editor): Add container reference for resize observer in CodeEditor; Update language hook and help doc URL in JsonSchemaConfig (#20488) 1 year ago
sayThQ199 f65c2fcb1d
Refactor/markdown component split (#20177) 1 year ago
非法操作 156bb8238d
fix: some display error in dark mode (#20469) 1 year ago
-LAN- db488bef51
refactor(api/core/workflow/enums): Rename WORKFLOW_RUN_ID to WORKFLOW_EXECUTION_ID (#20459)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
github-actions[bot] d72d02b970
chore: translate i18n files (#20476)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
1 year ago
非法操作 dd2725be68
fix: import from curl not work for --data (#20471) 1 year ago
crazywoola 8e2d342de6
Feat/15534 support replacing the bot in chat input placeholder with the bots name (#20473) 1 year ago
Davide Delbianco 91eeb2ab76
chore: Colorize new OpenAI LLM versions (#20463)
Co-authored-by: Davide Delbianco <davide.delbianco@zucchetti.it>
1 year ago
-LAN- f2e0d161a1
fix(ops_trace_manager): Adds app_id to TraceTask initialization (#20461)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 2ebf4e767b
fix(models): WorkflowRun's total_steps and exceptions_count mismatch with database (#20452)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- f7fb10635f
refactor(workflow): Rename workflow node execution models (#20458)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 32e779eef3
refactor(workflow): Rename NodeRunMetadataKey to WorkflowNodeExecutionMetadataKey (#20457)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 482e50aae9
Refactor/remove db from cycle manager (#20455)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- cd0a05f114
tests: Removes outdated marketplace download test (#20454)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
zxhlyh 558a280fc8 datasource type 1 year ago
Yeuoly d4408e0f54
fix: handle values in output arrays for CodeNode transformation (#20437) 1 year ago
twwu 2158c03231 fix: update button disabled state to reflect publishedAt status in Popup component 1 year ago
twwu a61f1f8eb0 refactor: replace anchor tag with Link component for navigation in Actions 1 year ago
twwu 9f724c19db refactor: refactor navigation components to use Link for improved routing 1 year ago
Bowen Liang eee88a8012
chore: improve error logging for requests to plugin daemon (#20328) 1 year ago
crazywoola 0368e1769a
fix: wrong env usage in middleware (#20436) 1 year ago
quicksand 2d4f8f1377
fix: apps/annotation missing 1 required positional argument: 'end_user' (#20428) 1 year ago
twwu 4ae936b263 refactor: refactor navigation handling in dataset components to use button elements 1 year ago
twwu 80875a109a feat: add logic to handle navigation based on pipeline status in DatasetCard 1 year ago
zxhlyh 121e54f3e3 plugins page 1 year ago
NFish 8ef91222ea
fix: show 'reset brand' button after set branding image (#20420) 1 year ago
-LAN- 808aa4467c
docs: Update PR template to emphasize guidelines and issue linking (#20382)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
zxhlyh 1c2c4b62f8 run & tracing 1 year ago
twwu 9176790adf feat: enhance dataset detail layout with button disable logic based on pipeline status 1 year ago
zxhlyh 6ff6525d1d test run 1 year ago
zxhlyh 71ce505631 data source panel 1 year ago
twwu 11dfe3713f refactor: enhance document upload flow with step indicators and file preview handling 1 year ago
Novice b2ab401279
chore: remove agent turn limits (#19930) 1 year ago
Novice 9bbd646f40
fix: inner invoke llm token too long (#20391) 1 year ago
zxhlyh c4169f8aa0 Merge branch 'main' into feat/rag-pipeline 1 year ago
NFish 57ece83c30
Fix/branding broken (#20375)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
1 year ago
-LAN- c3c67d9608
fix: register user model to current_user in backward invoke. (#20374)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- f59fb94dae
feat(agent_node): ensure that the enum-checking syntax is compatible with Python 3.11. (#20373)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
twwu 3005419573 feat: implement document upload steps and enhance test run panel with new hooks and components 1 year ago
zxhlyh 00199c41bb
fix: workflow plugins list update (#20357) 1 year ago
teawoong Kim 400ae664bb
fix(http): force multipart/form-data even without files(#20322) (#20323) 1 year ago
comfuture b39ca7ee31
Fixes some i18n(ko) translations. (#20348) 1 year ago