Maries
a4ef900916
Support OAuth Integration for Plugin Tools (#22550)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
3 ay önce
QuantumGhost
349c3cf7b8
feat(api): Add image multimodal support for LLMNode (#17372)
Enhance `LLMNode` with multimodal capability, introducing support for
image outputs.
This implementation extracts base64-encoded images from LLM responses,
saves them to the storage service, and records the file metadata in the
`ToolFile` table. In conversations, these images are rendered as
markdown-based inline images.
Additionally, the images are included in the LLMNode's output as
file variables, enabling subsequent nodes in the workflow to utilize them.
To integrate file outputs into workflows, adjustments to the frontend code
are necessary.
For multimodal output functionality, updates to related model configurations
are required. Currently, this capability has been applied exclusively to
Google's Gemini models.
Close #15814 .
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
6 ay önce
quicksand
5de01c1444
feat (document_extractor): support .properties file (#18969)
6 ay önce
crazywoola
2c2af1d117
feat: add VTT data transform to Document extractor (#18936)
6 ay önce
Good Wood
cc08451eb8
fix: fix file number limit error (#17848)
6 ay önce
AugNSo
2b86465d4c
fix document extractor node incorrectly processing doc and ppt files (#12902)
8 ay önce
yihong
56e15d09a9
feat: mypy for all type check (#10921)
10 ay önce
yihong
36cb25b341
fix: support mdx files close #11557 (#11565)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
10 ay önce
Yi Xiao
e3119112a6
chore: add Thai GUI (#11201)
11 ay önce
crazywoola
db1d2aaff5
Feat/add Slovensko (Slovenija) (#10731)
Co-authored-by: XHorizont.com <johnny@xhorizont.com>
11 ay önce
Jyong
3e9d271b52
nltk security issue and upgrade unstructured (#9558)
1 yıl önce
-LAN-
e61752bd3a
feat/enhance the multi-modal support (#8818)
1 yıl önce
Hash Brown
8c51d06222
feat: regenerate in `Chat`, `agent` and `Chatflow` app (#7661)
1 yıl önce
Nam Vu
2d7954c7da
Fix variable typo (#8084)
1 yıl önce
-LAN-
3571292fbf
chore(api): Introduce Ruff Formatter. (#7291)
1 yıl önce
-LAN-
536c43257b
refactor(*): Update hard-code '[__HIDDEN__]' to the constant. (#7048)
1 yıl önce
Sadegh Ghanbari Shohani
ffa992acf7
Add support for i18n Farsi language (fa-IR) (#7044)
1 yıl önce
hursit
104c797dd0
feat: Add support for i18n Turkish language (tr-TR) (#6886)
Co-authored-by: hursit <hursit.topal@enuygun.com>
1 yıl önce
-LAN-
5e6fc58db3
Feat/environment variables in workflow (#6515)
Co-authored-by: JzoNg <jzongcode@gmail.com>
1 yıl önce
chenxu9741
6ef401a9f0
feat:add tts-streaming config and future (#5492)
1 yıl önce
crazywoola
3ec80f9dda
Fix/6034 get random order of categories in explore and workflow is missing in zh hant (#6043)
1 yıl önce
crazywoola
cddea83e65
6014 i18n add support for spanish (#6017)
1 yıl önce
luckylhb90
2e718b85e9
fix(api): language list (#5649)
Co-authored-by: hobo.l <hobo.l@binance.com>
1 yıl önce
非法操作
e1a72e0e2b
fix: ro-RO is not a valid language (#5635)
1 yıl önce
takatost
4a031de0d9
feat: make Citations and Attributions display enable default (#5508)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
1 yıl önce
Yash Parmar
6ccde0452a
feat: Added hindi translation i18n (#5240)
1 yıl önce
Harry Wang
b399e8a359
fixed a typo and grammar error in sampled app (#5061)
1 yıl önce
Patryk Garstecki
aa13d14019
Feat/chat custom disclaimer (#4306)
1 yıl önce
rennokki
d1ccb22d8a
feat: Use Romanian & other langs in QA (#4205)
Co-authored-by: crazywoola <427733928@qq.com>
1 yıl önce
Patryk Garstecki
6271463240
feat(Languages): :alien: add pl-PL language (#4128)
1 yıl önce
yongjer
3b5b4d628b
Add support for Traditional Chinese language (#3899)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
1 yıl önce
takatost
7753ba2d37
FEAT: NEW WORKFLOW ENGINE (#3160)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: jyong <718720800@qq.com>
1 yıl önce
Phạm Viết Nghĩa
a026c5fd08
feat: add Vietnamese vi-VN (#2807)
1 yıl önce
takatost
88a095e40e
fix: wrong default model parameters when creating app (#2623)
1 yıl önce
Koen Farell
61e4bbabaf
feat: added Ukrainian language support (#2473)
1 yıl önce
Bowen Liang
843280f82b
enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366)
1 yıl önce
takatost
9f637ead38
bump version to 0.5.3 (#2306)
1 yıl önce
crazywoola
c17baef172
Feat/portuguese support (#2075)
1 yıl önce
Bowen Liang
cc9e74123c
improve: introduce isort for linting Python imports (#1983)
1 yıl önce
Garfield Dai
42a5b3ec17
feat: advanced prompt backend (#1301)
Co-authored-by: takatost <takatost@gmail.com>
2 yıl önce
takatost
ae3f1ac0a9
feat: support gpt-3.5-turbo-instruct model (#1195)
2 yıl önce
charli117
20bab6edec
Restore the application template (#1174)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
2 yıl önce
charli117
67bed54f32
Mermaid front end rendering (#1166)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
2 yıl önce
Joel
2d5ad0d208
feat: support optional query content (#1097)
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
2 yıl önce
John Wang
db896255d6
Initial commit
2 yıl önce