Commit Graph

111 Commits (372dc7ac1abec2a3086c53acaa9fbc16c45fa2de)

Author SHA1 Message Date
Bowen Liang dcb72e0067
chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652)
Co-authored-by: -LAN- <laipz8200@outlook.com>
2 years ago
Bowen Liang 31a061ebaa
chore: cleanup test_delete_by_document_id method in opensearch vdb test (#5619) 2 years ago
Jyong 43335b5c87
delete the deprecated method (#5612) 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- ba67206bb9
fix(api/model_runtime/azure/llm): Switch to tool_call. (#5541) 2 years ago
Xiaoguang Sun 13fcd7a901
feat: Add program_name attribute to TiDB connection (#5499)
Signed-off-by: Xiaoguang Sun <sunxiaoguang@gmail.com>
2 years ago
LXM e8ad0339a3
fix: tongyi json output (#5396) 2 years ago
Bowen Liang f67b164b0d
refactor: extract db configs and celery configs into dify config (#5491) 2 years ago
Bowen Liang 8890978ad3
chore: use singular style in config class name (#5489) 2 years ago
tmuife 6a09409ec9
Add Oracle23ai as a vector datasource (#5342)
Co-authored-by: walter from vm <walter.jin@oracle.com>
2 years ago
-LAN- 142dc0afd7
refactor: Remove unused code in large_language_model.py (#5433) 2 years ago
Bowen Liang 3cc6093e4b
feat: introduce pydantic-settings for config definition and validation (#5202)
Co-authored-by: -LAN- <laipz8200@outlook.com>
2 years ago
baojingyu d160d1ed02
feat: support opensearch approximate k-NN (#5322) 2 years ago
Mitsuki Ogasahara 7305713b97
fix: allow special characters in email (#5327)
Co-authored-by: crazywoola <427733928@qq.com>
2 years ago
Jyong ba5f8afaa8
Feat/firecrawl data source (#5232)
Co-authored-by: Nicolas <nicolascamara29@gmail.com>
Co-authored-by: chenhe <guchenhe@gmail.com>
Co-authored-by: takatost <takatost@gmail.com>
2 years ago
Charles Zhou 8bcc5a36bb
feat: new editor user permission profile (#4435)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
2 years ago
quicksand 4080f7b8ad
feat: support tencent vector db (#3568) 2 years ago
Jason b7ff765d8d
Add novita.ai as model provider (#4961) 2 years ago
Bowen Liang f976740b57
improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592) 2 years ago
Yeuoly e8afc416dd
improve: CI experience (#5168) 2 years ago
Bowen Liang cdc08a434f
feat: support Chroma vector store (#5015) 2 years ago
xielong ea69dc2a7e
feat: support hunyuan llm models (#5013)
Co-authored-by: takatost <takatost@users.noreply.github.com>
Co-authored-by: Bowen Liang <bowenliang@apache.org>
2 years ago
Pika ecc7f130b4
fix(typo): misspelling (#5094) 2 years ago
Bowen Liang 7fa735a43b
chore: rename vdb tests for PGVector and PGvectoRS (#4973) 2 years ago
Weaxs 0797f9bc05
feat: support tidb vector (#4588) 2 years ago
takatost d1dbbc1e33
feat: backend model load balancing support (#4927) 2 years ago
Bowen Liang 58db719a2c
dep: bump pandas from 1.x to 2.x (#4820) 2 years ago
Bowen Liang 3542d55e67
improve: generalize tool parameter converter (#4786) 2 years ago
zeroameli afed3610fc
fix organize agent's history messages without recalculating tokens (#4324)
Co-authored-by: chenyongzhao <chenyz@mama.cn>
2 years ago
Yeuoly e852a21634
Feat/workflow phase2 (#4687) 2 years ago
yalei 026175c8f7
feat: update notion extractor (#3898)
Co-authored-by: duyalei <>
2 years ago
Bowen Liang 3fda2245a4
improve: extract method for safe loading yaml file and avoid using PyYaml's FullLoader (#4031) 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
sino 6e9066ebf4
feat: support doubao llm and embeding models (#4431) 2 years ago
Yeuoly bbef964eb5
improve: code upgrade (#4231) 2 years ago
Sebastian.W a588df4371
Add rerank model type for LocalAI provider (#3952) 2 years ago
Bowen Liang 228de1f12a
fix: miss usage of os.path.join for URL assembly and add tests on yarl (#4224) 2 years ago
Yeuoly 8578ee0864
feat: support LLM jinja2 template prompt (#3968)
Co-authored-by: Joel <iamjoel007@gmail.com>
2 years ago
LiuVaayne 875249eb00
Feat/vector db pgvector (#3879) 2 years ago
sino 4aa21242b6
feat: add volcengine maas model provider (#4142) 2 years ago
Tomy bb7c62777d
Add support for local ai speech to text (#3921)
Co-authored-by: Yeuoly <admin@srmxy.cn>
2 years ago
Yeuoly d51f52a649
fix: http authorization leakage (#4146) 2 years ago
Bowen Liang 049abd698f
improve: test CodeExecutor with code templates and extract CodeLanguage enum (#4098) 2 years ago
Bowen Liang 44857702ae
test: add integration tests on CodeExecutor with the sandbox service (#4015) 2 years ago
Jyong 3e9dbe3e0a
add pgvecto_rs support and upgrade SQLAlchemy (#3833) 2 years ago
Yeuoly e7b4d024ee
optimize: code node has a bad error message (#3949) 2 years ago
Bowen Liang 661b30784e
chore: skip warning messages when pytest auto-collecting the vdb test class by removing `Test` prefix (#3906) 2 years ago
Bowen Liang 045827043d
test: improve vector store tests (#3855) 2 years ago