Commit Graph

459 Commits (fc64cdee64e91f9185ec7422cd3dc3ff4215bab1)

Author SHA1 Message Date
Jyong fc64cdee64
fix mivlus delete by ids error (#2573)
Co-authored-by: jyong <jyong@dify.ai>
2 years ago
Jyong 5b953c1ef2
Fix some RAG bugs (#2570)
Co-authored-by: jyong <jyong@dify.ai>
2 years ago
Bowen Liang 562ca45e07
fix weaviate delete_by_ids (#2565) 2 years ago
Bowen Liang e352a8ed1b
chore: remove redundant casting flask app config into dict (#2564) 2 years ago
Bowen Liang e55225e2bc
fix typo in error message of supported keyword store (#2560) 2 years ago
Yeuoly 3e63abd335
Feat/json mode (#2563) 2 years ago
Jyong 0620fa3094
Feat/vdb migrate command (#2562)
Co-authored-by: jyong <jyong@dify.ai>
2 years ago
takatost 952e13fef8
Update README_CN.md (#2550) 2 years ago
Jyong 4be3087642
Fix/new RAG bugs (#2547)
Co-authored-by: jyong <jyong@dify.ai>
2 years ago
Garfield Dai 3ad943a9eb
Feat/openai llm trial paid config (#2545) 2 years ago
Jyong b03bbab5ad
fix dev/reformat (#2542)
Co-authored-by: jyong <jyong@dify.ai>
2 years ago
Jyong 91ea6fe4ee
Fix/langchain document schema (#2539)
Co-authored-by: jyong <jyong@dify.ai>
2 years ago
Yeuoly 12257b438b
Fix/tool default value (#2536) 2 years ago
Jyong 6c4e6bf1d6
Feat/dify rag (#2528)
Co-authored-by: jyong <jyong@dify.ai>
2 years ago
Jyong 97fe817186
Fix/upload limit (#2521)
Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2 years ago
Yeuoly d8ab4474b4
fix: bing search response filter (#2519) 2 years ago
Yeuoly edb86f5f5a
Feat/stream react (#2498) 2 years ago
Yash_1124 adf2651d1f
FEAT: Add DuckDuckGo Search Tool for Enhanced Privacy-Focused Search Functionality (#2499) 2 years ago
Chenhe Gu 5031d64e28
Chore/delete chunk decode error alert (#2500) 2 years ago
Yeuoly ae3ad59b16
Refactor agent history organization and initialization of agent scrat… (#2495) 2 years ago
Yeuoly 25957d917a
Add default values for optional parameters in API tool and parser (#2491) 2 years ago
Jyong 20b932da97
del doc support (#2494)
Co-authored-by: jyong <jyong@dify.ai>
2 years ago
Yeuoly 48bacd01cc
fix: incorrect tool name (#2489) 2 years ago
kukuze 5ff6b1da07
Windows local deployment switch "tool“ interface failed (#2483) 2 years ago
crazywoola e031ec9359
remove: parameters in seeds (#2481) 2 years ago
takatost 4cf475680d
fix: credential verification of baichuan did not throw all errors (#2475) 2 years ago
Yeuoly ca4aa340f6
fix: Add model_uid validation for model_uid in Xinference models (#2468) 2 years ago
wjryours af6a318aae
fix: windows load provider file error (#2463) 2 years ago
Charlie.Wei c6e2900be7
Display selected tts voice name (#2459)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2 years ago
johnpccd b2ee738bb1
Ignore SSE comments to support openrouter streaming (#2432) 2 years ago
Charlie.Wei c8ca3ff404
Tts add voice choose (#2453)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2 years ago
takatost 58df5e5376
fix: tts voice language to zh-Hans instead of zh-CN (#2450) 2 years ago
Charlie.Wei 300d9892a5
tts add voice choose (#2391)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2 years ago
Yeuoly e47b5b43b8
fix: baichuan frequency_penalty (#2446) 2 years ago
Yeuoly 23e95fd7ab
Fix tool provider credential caching issue (#2433) 2 years ago
takatost e1045f01c6
pref: optimize add hit count query performance when dataset hit (#2436) 2 years ago
takatost 476eb90a90
fix: List not found in account service (#2434) 2 years ago
Bowen Liang 063191889d
chore: apply ruff's pyupgrade linter rules to modernize Python code with targeted version (#2419) 2 years ago
Bowen Liang 589099a005
fix: possible unsent function call in the last chunk of streaming response in OpenAI provider (#2422) 2 years ago
Bowen Liang 14a19a3da9
chore: apply ruff's pyflakes linter rules (#2420) 2 years ago
Bowen Liang 65a02f7d32
chore: apply F811 linter rule to eliminate redefined imports and methods (#2412) 2 years ago
crazywoola 243ca5b1e2
fix: typo in package path of core.splitter (#2411) 2 years ago
takatost 3242cf5384
fix: moonshot context size error (#2406) 2 years ago
Bowen Liang 843280f82b
enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) 2 years ago
takatost 42344795cd
fix: error type get wrong (#2403) 2 years ago
Jialei 70992609d4
feat: add moonshot support (#2398) 2 years ago
Yeuoly bf736bc55d
Feat/show detailed custom api response when testing (#2400) 2 years ago
Bowen Liang d4cfd3e7ac
add built-in maths tool for local expression evaluation on NumExpr (#2390) 2 years ago
Yeuoly e1a9e0ac29
fix: missing variables in agent prompt (#2395) 2 years ago
Garfield Dai f5c08070d9
feat: add openai paid llm model. (#2392) 2 years ago