Commit Graph

67 Commits (56e15d09a9e94de963dd5fc38c7455a7aaee99f3)

Author SHA1 Message Date
yihong 56e15d09a9
feat: mypy for all type check (#10921) 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
-LAN- a056a9d601
feat(code_node): add more check (#11949)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- 5e37ab60d8
fix: validate response type in transform_response method (#11931)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
-LAN- b8d42cdea7
fix: change MaxRetriesExceededError to inherit from ValueError (#11934)
Signed-off-by: -LAN- <laipz8200@outlook.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- 3599751f93
chore(db): use a better way to export models and remove unused table (#11838)
Signed-off-by: -LAN- <laipz8200@outlook.com>
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
-LAN- 9601102885
fix(word_extractor): Fix type error and remove stream in ssrf_proxy (#11241)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
Bowen Liang 6c8e208ef3
chore: bump minimum supported Python version to 3.11 (#10386) 1 year ago
Jyong ee1f14621a
fix httpx doesn't support stream parameter (#10859) 1 year ago
Bowen Liang 51db59622c
chore(lint): cleanup repeated cause exception in logging.exception replaced by helpful message (#10425) 1 year ago
-LAN- b8b6cd409a
refactor(code_executor): update input type annotations to use Mapping for better type safety (#10478) 1 year ago
Bowen Liang a60133bfb3
fix: config violations when running db migtration ci tests (#10428) 1 year ago
Summer-Gu ce1f9d935d
feat: The SSRF request timeout configuration item is added (#10292) 1 year ago
-LAN- e61752bd3a
feat/enhance the multi-modal support (#8818) 1 year ago
Bowen Liang c69f5b07ba
chore: apply ruff E501 line-too-long linter rule (#8275)
Co-authored-by: -LAN- <laipz8200@outlook.com>
2 years ago
Bowen Liang 292220c596
chore: apply pep8-naming rules for naming convention (#8261) 2 years ago
Bowen Liang 2cf1187b32
chore(api/core): apply ruff reformatting (#7624) 2 years ago
Nam Vu 2d7954c7da
Fix variable typo (#8084) 2 years ago
Bowen Liang 3f467613fc
feat: support configs for code execution request (#7704) 2 years ago
Yeuoly 784b11ce19
Chore/remove python dependencies selector (#7494) 2 years ago
Yeuoly a02118d5bc
Fix/incorrect code template (#7490) 2 years ago
Xiyuan Chen 4e7b6aec3a
feat: support pinning, including, and excluding for model providers and tools (#7419)
Co-authored-by: GareArc <chen4851@purude.edu>
2 years ago
Xiyuan Chen c7df6783df
Revert "feat: support pinning, including, and excluding for Model Providers and Tools" (#7324) 2 years ago
Xiyuan Chen 7619850855
feat: support pinning, including, and excluding for Model Providers and Tools (#7283) 2 years ago
KVOJJJin 935e72d449
Feat: conversation variable & variable assigner node (#7222)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2 years ago
非法操作 bf3f1027c8
fix: code execution node not display clear reasons when sandbox res error (#6830) 2 years ago
Bowen Liang 20268708cc
chore: improve position map conversion and tolerate empty position yaml file (#6541) 2 years ago
Yeuoly 79cb23e8ac
security/SSRF vulns (#6682) 2 years ago
xielong ebcc07e3e9
feat: support max_retries in jina requests (#6585) 2 years ago
-LAN- 5e6fc58db3
Feat/environment variables in workflow (#6515)
Co-authored-by: JzoNg <jzongcode@gmail.com>
2 years ago
Benjamin a67831773f
refactor: handle missing position file gracefully (#6513) 2 years ago
-LAN- 4d105d7bd7
feat(*): Swtich to dify_config. (#6025) 2 years ago
Bowen Liang 2a0f03a511
refactor: extract cors configs into dify config and cleanup the config class (#5507)
Co-authored-by: takatost <takatost@gmail.com>
2 years ago
非法操作 f7900f298f
chore: refactor the http executor node (#5212) 2 years ago
-LAN- 23fa3dedc4
fix(core): Fix incorrect type hints. (#5427) 2 years ago
Bowen Liang f976740b57
improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592) 2 years ago
takatost d1dbbc1e33
feat: backend model load balancing support (#4927) 2 years ago
Bowen Liang 140dd873f1
fix: show exception message when sandbox execution fails (#4663) 2 years ago
Yeuoly 5893ebec55
fix: code node garbled in Javascript (#4615) 2 years ago
Bowen Liang 5f4df34829
improve: generalize transformations and scripts of runner and preloads into TemplateTransformer (#4487) 2 years ago
Bowen Liang 083ef2e6fc
improve: exract Code Node provider for each supported scripting language (#4164) 2 years ago
Yeuoly 16d47923c3
fix: requests timeout (#4370) 2 years ago
Yeuoly bbef964eb5
improve: code upgrade (#4231) 2 years ago
Yeuoly 8578ee0864
feat: support LLM jinja2 template prompt (#3968)
Co-authored-by: Joel <iamjoel007@gmail.com>
2 years ago
Bowen Liang 049abd698f
improve: test CodeExecutor with code templates and extract CodeLanguage enum (#4098) 2 years ago
Bowen Liang 093b5c0e63
fix: typo of jinja2 (#4019) 2 years ago
Yeuoly 3480f1c59e
refactor: tool parameter cache (#3703) 2 years ago
Yeuoly 2a213c6af7
fix: incorrect type parser (#3682) 2 years ago