Commit Graph

6122 Commits (9be036e0cac447b6977d2ec7aed1342abb8a968c)
 

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