Commit Graph

2295 Commits (2543162dec3768ae807ed6cf40b59d1bebfd2e95)

Author SHA1 Message Date
tmuife 7b6523e54d
Update Oracle db connection library and change connection pool to single connection (#18466) 10 months ago
Novice f191d372f0
fix(promptMessage): correct field_serializer implementation for content serialization (#18458) 10 months ago
Will cb69cb2d64
fix weird syntax error (#18454) 10 months ago
-LAN- 44a2eca449
refactor: Refactors workflow node execution handling (#18382)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
Novice da9269ca97
feat: structured output (#17877) 10 months ago
Rain Wang d2e3744ca3
Switching from CONSOLE_API_URL to FILES_URL in word_extractor.py (#18249) 10 months ago
Ganondorf dc9c5a4bc7
make repository type be private (#18304)
Co-authored-by: lizb <lizb@sugon.com>
10 months ago
Jyong e90c532c3a
fix retrival resource miss in chatflow (#18307) 10 months ago
Vitor defd5520ea
fix: invalid new tool call creation logic during response handling in OAI-Compat model (#17781) 10 months ago
-LAN- 22a1bc337f
fix: perferred model provider not match with provider. (#18282)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
Rain Wang 83f1aeec1d
Fix ORDER BY (score, id) error in api/core/rag/datasource/vdb/analyticdb/analyticdb_vector_sql.py line 249 (#18252) 10 months ago
-LAN- 6d9dd3109e
feat: add a abstract layer for WorkflowNodeExcetion (#18026) 10 months ago
Novice 6d66e3f680
fix(follow_ups): handle empty LLM responses in context (#18237) 10 months ago
Rain Wang e8d98e3d89
Add analyzer_params config for milvus vectordb (#18180) 10 months ago
Novice c91045a9d0
fix(fail-branch): prevent streaming output in exception branches (#17153) 10 months ago
Yeuoly 358fd28c28
feat: fetch app info in plugins (#18202) 10 months ago
Arcaner cac0d3c33e
fix: implement robust file type checks to align with existing logic (#17557)
Co-authored-by: Bowen Liang <liangbowen@gf.com.cn>
10 months ago
Junjie.M b7e8517b31
feat: agent strategy parameter add help information (#18192) 10 months ago
呆萌闷油瓶 8cc37f3115
fix:the extraction function of the list operation node received 0 that should not be received (#18170) 10 months ago
Ganondorf b006b9ac0c
Http requests node add ssl verify (#18125)
Co-authored-by: lizb <lizb@sugon.com>
10 months ago
Jyong 95283b4dd3
Feat/change split length method (#18097)
Co-authored-by: JzoNg <jzongcode@gmail.com>
10 months ago
Yeuoly d619fa1767
feat: implement blob chunk handling in plugin manager (#18101) 10 months ago
YANG d119c7d629
ignore errors when creating duplicate indexes (#18069)
Co-authored-by: 璟义 <yangshangpo.ysp@alibaba-inc.com>
10 months ago
huangzhuo1949 5dd9acbe44
fix: cot agent chinese json bug (#18073)
Co-authored-by: huangzhuo <huangzhuo1@xiaomi.com>
10 months ago
Junjie.M 05b8b2a30c
fix: plugin parameter type TOOLS_SELECTOR parameter not validation required (#18060) 10 months ago
kenwoodjw dfc123819e
fix basic auth encoding (#18047)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
10 months ago
Yeuoly 2134a76517
feat: add minimum dify version requirement to plugins (#18022) 10 months ago
Novice 85004f8510
fix(typo): workflow ops triggered from (#18019) 10 months ago
kenwoodjw 53efb2bad5
fix chat message type error (#17997)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
10 months ago
Novice cd7fd100a7
fix(langfuse): qusetion classify node can't see cost in langfuse (#17982) 10 months ago
Jasonfish 1f722cde22
fix(api): Some params were ignored when creating empty Datasets through API (#17932) 10 months ago
Yongtao Huang 5d72003ebb
Remove dead code (#17899) 10 months ago
QuantumGhost 4ef297bf38
refactor(api): Enhance error handling in BasePluginManager (#17887) 10 months ago
-LAN- 8e6f6d64a4
feat: re-add prompt messages to result and chunks in llm (#17883)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
briqt 91cfa90503
Fix external knowledge Issues: (#17685) (#17843) 10 months ago
Good Wood cc08451eb8
fix: fix file number limit error (#17848) 10 months ago
yihong f04d52c044
fix: autocorrect everything in api (#17859)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
10 months ago
Yeuoly b2f5ca356a
enhance(plugin): replace json.loads with Pydantic model_validate_json (#17867) 10 months ago
Xu Song 1e1d457548
fix: make prompt consistent with few-show examples (#11538) 10 months ago
zxfishhack 5541a1f80e
robust for json parser (#17687) 10 months ago
wlleiiwang 9d20561af4
create db if not exists (#17796)
Co-authored-by: wlleiiwang <wlleiiwang@tencent.com>
10 months ago
Qun 0e136b42a2
enhance guessing mimetype of tool file (#17640) 10 months ago
-LAN- d3157b46ee
feat(large_language_model): Adds plugin-based token counting configuration option (#17706)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
10 months ago
Jyong 8b3be4224d
revert batch query (#17707) 10 months ago
wlleiiwang f148f1efa2
fix: Check collection exists before drop it. (#17692)
Co-authored-by: wlleiiwang <wlleiiwang@tencent.com>
10 months ago
Jyong abfcd9d3b6
fix segment query index not effect (#17704) 10 months ago
Yeuoly 33324ee23d
refactor: add API endpoint to list latest plugin versions and query it in a asynchronous way (#17695) 10 months ago
-LAN- ec29bcf013
feat(graph_engine): yield control to other threads before node run. (#17689)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
Han f1e4d5ed6c
Fix Performance Issues: (#17083)
Co-authored-by: Wang Han <wanghan@zhejianglab.org>
10 months ago
IAOTW 4124e804a0
fix(transport): add missing verify parameter to httpx.HTTPTransport (#17612) 10 months ago