Commit Graph

437 Commits (daf11f4af1ebae2e649ebe4e1cfedc0f9da481fa)

Author SHA1 Message Date
-LAN- d0dd8b7955
fix: add UUID validation for tool file ID extraction (#12011)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 75bce2822e
fix: add logging for missing edge mapping in StreamProcessor (#12008)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
Novice dc19cd5d9d
fix: add retry feature to code node (#12005)
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
1 year ago
-LAN- e068bbec73
feat: add RequestBodyError for invalid request body handling (#11994)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 9cfd1c67b6
fix: Introduce ArrayVariable and update iteration node to handle it (#12001)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
Joel c3f3b79b79 merge main 1 year ago
yihong 70dd69d533
fix: Multiple Paths Between IF/ELSE Branches Invalidate Conditions (#11544)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 year ago
Novice c1aa55f3ea
fix: remove the unused retry index field (#11903)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
Co-authored-by: -LAN- <laipz8200@outlook.com>
1 year ago
JasonVV 4b1e13e982
Fix 11979 (#11984) 1 year ago
-LAN- 03ddee3663
fix(variable_assigner): change VariableOperatorNodeError to inherit from ValueError (#11951)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 21a31d7f8b
fix(base_node): change BaseNodeError exception type from Exception to ValueError (#11952)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 2c4df108e5
fix: raise http request node error on httpx.request error (#11954)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- a056a9d601
feat(code_node): add more check (#11949)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- a227af3664
fix(code_node): update type hints for string and number checks in Cod… (#11936)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- c07d9e96ce
fix(nodes): handle errors in question_classifier and parameter_extractor (#11927)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
yihong ac635c70cd
fix: doc can not extract tables (#11879)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Co-authored-by: akinobu-i <akinobu-i@users.noreply.github.com>
1 year ago
-LAN- dacd457478
feat: add workflow parallel depth limit configuration (#11460)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
1 year ago
yihong 7b03a0316d
fix: better memory usage from 800+ to 500+ (#11796)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 year ago
Novice 7abc7fa573
Feat: Retry on node execution errors (#11871)
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
1 year ago
-LAN- 996a9135f6
feat(llm_node): support order in text and files (#11837)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
stardust 44104797d6
fix: Enhance file type detection in HTTP Request node (#11797)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: 谭成 <tancheng.sh@chinatelecom.cn>
Co-authored-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 62b9e5a6f9
feat(knowledge_retrieval_node): Suppress exceptions thrown by DatasetRetrieval (#11728)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 92a840f1b2
feat(tool_node): Suppress exceptions thrown by the Tool (#11724)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
zxhlyh 04054954c5 Merge branch 'main' into feat/plugins 1 year ago
Yeuoly fd02c60498
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 75fe785d88
Merge branch 'main' into fix/chore-fix 1 year ago
Kazuhisa Wada 63f1dd7877
Make max_submit_count configurable via Config (#11673) 1 year ago
JzoNg 171cc88a0d merge main 1 year ago
非法操作 9c7a1bc067
fix: change http node params from dict to list tuple (#11665) 1 year ago
Yeuoly fa03ba23bb
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 93c3699128
feat: add label to agent log 1 year ago
Yeuoly 3dd6d96b5a
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 6339706c68
fix: ruff reformatter 1 year ago
Yeuoly 65a4cb769b
refactor: tool entities 1 year ago
Yeuoly 11c4bf5574
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 63206a7967
fix: incorrect use of node execution id 1 year ago
Yeuoly 4cbaa6b77d
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 9a6f120e5c
feat: support agent log event 1 year ago
Yeuoly 8278c8a27e
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 3c628d0c26
refactor: rename agent to agent strategy 1 year ago
Novice 1765fe2a29
fix: iteration node in parallel mode token count error (#11539)
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
1 year ago
Novice 79a710ce98
Feat: continue on error (#11458)
Co-authored-by: Novice Lee <novicelee@NovicedeMacBook-Pro.local>
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
1 year ago
yihong 716576043d
fix: issue 11247 that Completion mode content maybe list or str (#11504)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 year ago
Yeuoly 6868ee5431
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly a175d6b2d7
feat: agent management 1 year ago
Yeuoly 054b59c702
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 296fd82bbf
fix: agent node 1 year ago
Yeuoly ff81d12426
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 4ccd571364
fix: ruff 1 year ago
Yeuoly ae72514cb4
feat: support agent node 1 year ago
Yeuoly 04d3abd754
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 16b49ac436
Merge branch 'main' into fix/chore-fix 1 year ago
Yeuoly c377eb8c28
fix: unbound variable in tool node 1 year ago
-LAN- 537068cfde
refactor(iteration_node): use Sequence and Mapping in parameters (#11483)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
suzuki.sh c3c6a48059
Fix the token count at the iteration node (#11235)
Co-authored-by: -LAN- <laipz8200@outlook.com>
1 year ago
yihong d9d5d35a77
fix: issue #10596 by making the iteration node outputs right (#11394)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
1 year ago
Huỳnh Gia Bôi 9277156b6c
fix(document_extractor): pptx file type and missing metadata_filename UnstructuredIO (#11364)
Co-authored-by: Julian Huynh <julian.huynh@immersio.io>
1 year ago
Yeuoly 1ce7990df4
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 337eff2b79
Merge branch 'main' into fix/chore-fix 1 year ago
Yi b8f9747849 Merge branch "main" into feat/plugins 1 year ago
yihong 5669cac16d
fix: some typos using typos (#11374)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 year ago
crazywoola d56abec195
Revert "Fix: iteration not in main thread pool" (#11358) 1 year ago
Yeuoly df68b6befa
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 01efdee1dd
fix: support other file types for Tool 1 year ago
Yeuoly e5e8277c2d
Merge remote-tracking branch 'origin/feat/plugins' into dev/plugin-deploy 1 year ago
Yeuoly 86291c13e4
Merge branch 'main' into fix/chore-fix 1 year ago
-LAN- 464e6354c5
feat: correct the prompt grammar. (#11328)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
非法操作 d470e55f8c
fix: http node download file always image type (#11319) 1 year ago
Joel f634a4488f merge main 1 year ago
Yeuoly 9cb2a031ed
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly dcf19549cb
feat: move audio and webscraper back to dify 1 year ago
Yi Xiao e135ffc2c1
Feat: upgrade variable assigner (#11285)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
1 year ago
Bowen Liang e79eac688a
chore(lint): sort __all__ definitions (#11243) 1 year ago
Novice 2a448a899d
Fix: iteration not in main thread pool (#11271)
Co-authored-by: Novice Lee <novicelee@NovicedeMacBook-Pro.local>
1 year ago
Yeuoly 78a0c3c13c
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly ad899844a1
fix: workflow loads tool provider icon 1 year ago
朱晓兵 e80f41a701
fix: support setting variables in url (#10676) 1 year ago
yihong 5a9b785773
fix: excel in node only read one sheet, close #9661 (#11215)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 year ago
Yeuoly f36a50ad09
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 687455ca31
fix: tool file id 1 year ago
Yeuoly df67200e18
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 8c5928da2f
fix: unify error handling 1 year ago
Yeuoly 5df52b33d7
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 0452dfd029
fix: missing tool invoke messages 1 year ago
Yeuoly e79dcf93fe
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly eead6abe85
fix: tool image url response 1 year ago
Hiroshi Fujita a918cea2fe
feat: add VTT file support to Document Extractor (#11148) 1 year ago
-LAN- 9789905a1f
chore(*): Removes debugging print statements (#11145)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
Charlie.Wei f458580dee
fix parameter extractor function call Expected str (#11142) 1 year ago
-LAN- 223a30401c
fix: LLM invoke error should not be raised (#11141)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
Yeuoly 66d4de39b8
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly e4b8220bc2
Merge branch 'main' into fix/chore-fix 1 year ago
-LAN- 044e7b63c2
fix(llm_node): Ignore file if not supported. (#11114) 1 year ago
-LAN- 5b7b328193
feat: Allow to contains files in the system prompt even model not support. (#11111) 1 year ago
-LAN- cbb4e95928
fix(llm_node): Ignore user query when memory is disabled. (#11106) 1 year ago
-LAN- 20c091a5e7
fix: user query be ignored if query_prompt_template is an empty string (#11103) 1 year ago
StyleZhang a0873a956f merge main 1 year ago
Pedro Gomes 319d49084b
fix: ignore empty outputs in Tool node (#10988) 1 year ago
Yeuoly 69b61ef57b
Merge branch 'fix/chore-fix' into dev/plugin-deploy 1 year ago
Yeuoly 5ff9cee326
Merge branch 'main' into fix/chore-fix 1 year ago