Commit Graph

3623 Commits (1ea4459d9f741c849324924d7148bf412da3b0cb)

Author SHA1 Message Date
Xiyuan Chen 4247a6b807
fix: reset_password security issue (#18363) 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
Ethan 523efbfea5
Fix: ValueError: Formatting field not found in record: 'req_id' (#18327) 10 months ago
Ganondorf 721294948c
Diable expire_on_commit in the implemention of the WorkflowNodeExecut… (#18321)
Co-authored-by: lizb <lizb@sugon.com>
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
Yeuoly 8f547e6340
fix(typing): validate OAuth code before processing access token (#18288) 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
moonpanda caa179a1d3
If the DSL version is less than 0.1.5, it causes errors in an intranet environment. (#18273)
Co-authored-by: warlocgao <warlocgao@tencent.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
devxing e912928cce
fix: create child chunk (#18209)
Co-authored-by: devxing <devxing@gmail.com>
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
jiangbo721 18f98f4fe1
fix: ruff check isoparse (#18033)
Co-authored-by: 刘江波 <jiangbo721@163.com>
10 months ago
诗浓 4166f73d9d
fix: page/limit param not effective (#18196) 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
-LAN- c6e2970b65
chore: Reorganizes test file structure (#18155)
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 months ago
Ganondorf b006b9ac0c
Http requests node add ssl verify (#18125)
Co-authored-by: lizb <lizb@sugon.com>
10 months ago
kenwoodjw b247ef85bf
fix dataset api retrieval model null handling (#18151)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
10 months ago
Jyong 95283b4dd3
Feat/change split length method (#18097)
Co-authored-by: JzoNg <jzongcode@gmail.com>
10 months ago
AichiB7A 2a0d7533d7
[Unit Test] Generate coverage number for UT (#18106) 10 months ago
Bowen Liang 57b28576f0
chore: remove unused poetry.toml (#18112) 10 months ago
Jimmyy aead48726e
fix: cannot regenerate with image(#15060) (#16611)
Co-authored-by: werido <359066432@qq.com>
10 months ago
Bowen Liang 9d7357058a
chore: merge lint dependency group into dev group of python packages (#18088) 10 months ago
Yeuoly d619fa1767
feat: implement blob chunk handling in plugin manager (#18101) 10 months ago
Bowen Liang 12de1d175c
build: introduce uv as Python package manager (#16317)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
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
AichiB7A 6c167038af
[Observability] Instrument with celery (#18029) 10 months ago
kenwoodjw dfc123819e
fix basic auth encoding (#18047)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
10 months ago
-LAN- be6a88cb77
fix: Prevents duplicate logs from SQLAlchemy engine (#18024)
Signed-off-by: -LAN- <laipz8200@outlook.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
-LAN- 08a693a0a0
fix: published workflow(tool) can be deleted. (#17900)
Signed-off-by: -LAN- <laipz8200@outlook.com>
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
AichiB7A 5f8d20b5b2
[Observability] Integrate OpenTelemetry (#17627) 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
Bowen Liang 0a939feaa3
chore: remove non-existed extra msg for unstructured package (#17670) 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
kautsar_masuara 0e0220bdbf
fix: return null url when upload local file (#17752)
Co-authored-by: achmad-kautsar <achmad.kautsar@insignia.co.id>
10 months ago
wlleiiwang 9d20561af4
create db if not exists (#17796)
Co-authored-by: wlleiiwang <wlleiiwang@tencent.com>
10 months ago
Bowen Liang 636a0ba37f
chore: skip document segments fetching with non-existed dataset of DatasetDocument in add_document_to_index_task task (#17784) 10 months ago
Qun 0e136b42a2
enhance guessing mimetype of tool file (#17640) 10 months ago
crazywoola 63ba607738
fix: 17712-get-messages-api-encountered-internal-server-error (#17716) 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- 2c2efe2e1e
chore(*): bump version to 1.2.0 (#17675)
Signed-off-by: -LAN- <laipz8200@outlook.com>
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
crazywoola eb8584613b
fix: Account.query => db.session.query(Account) (#17667) 10 months ago
Bowen Liang 0b1259fc4a
chore: add script for running mypy type checks and speed up mypy checks in CI jobs (#17489) 10 months ago
Han f1e4d5ed6c
Fix Performance Issues: (#17083)
Co-authored-by: Wang Han <wanghan@zhejianglab.org>
10 months ago
Han b5498a373a
Accelerate migration (#17088)
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
Steven Li abead647e2
fix: Extract docx file fails when the file contains an invalid link (#17576) 10 months ago
huangzhuo1949 07ed728605
fix: segment keywords bug (#17599)
Co-authored-by: huangzhuo <huangzhuo1@xiaomi.com>
10 months ago
Jyong c8145ce581
deal db session in celery worker (#17549) 10 months ago
Jyong e1439c4a5b
deal dataset metadata and metadata binding (#17544) 10 months ago
Junyan Qin (Chin) e7f1d0deea
feat(plugin/endpoint): add supports for provider to register `array[tool]` type field (#17523) 10 months ago
Amir Mohsen Asaran f54905e685
feat: Integrate WaterCrawl.dev as a new knowledge base provider (#16396)
Co-authored-by: crazywoola <427733928@qq.com>
10 months ago
Jasonfish 0afad94378
fix: Correct "The job is not exist" to "The job does not exist" (#17516) 10 months ago
Jasonfish fd443941a2
feat(improve-api-endpoints): Added Datasets and Annotation APIs (#12237) 10 months ago
quicksand b146aaaeb7
optimize: plugin permission (#17507) 10 months ago
wlleiiwang 42a42a7962
FEAT: support Tencent vectordb to full text search (#16865)
Co-authored-by: wlleiiwang <wlleiiwang@tencent.com>
10 months ago
crazywoola 3e698074e7
Fix/17466 cannot create a knowledge base by adding files (#17470) 10 months ago
Bowen Liang fcd5fcca83
fix: skip file format check of mime types for generated files by tools (#17455) 10 months ago
Panpan fc3f14c0ee
fix: keep image url (#17430) 10 months ago
Dongyu Li 2e9997110a
Fix/dsl kb encrypt (#17353) 10 months ago
Yongtao Huang e1304dc0c3
Chore: fix some wrong annotations (#17413) 10 months ago
bravomark 5aa82629dd
fix: #15548 Resolve errors in SQL queries caused by SELECT fields not appearing in the GROUP BY clause. (#17408) 10 months ago
Novice dcdec98c8e
feat: agent node add memory (#15976) 10 months ago
Good Wood b3f4e90862
feat: remove file and file[] restriction in code node (#17382) 10 months ago
crazywoola 4902ddaf87
Feat/change workspace name (#17402) 10 months ago
Tonny a83318cf4b
feat: add langfuse llm node input and output (#17368) 10 months ago
crazywoola c92bc84316
Fix/15429 forgotpasswordresetapi session management (#17390) 10 months ago
Jyong 48c2168dff
fix annotation failed when embedding model and dimension changed (#17347) 10 months ago
Perfecto 16c722d1d8
fix: move hardcoded text to language settings (#16990) (#17133) 10 months ago
Jyong 0bf816f2e8
fix duplicate documents returned by Get document list service API (#17351) 10 months ago
Jyong 6104b91d3f
add doc support in knowledge base for unstructured (#17352) 10 months ago
Jiang fd1e40d22e
Lindorm VDB bugfix (#17357)
Co-authored-by: jiangzhijie <jiangzhijie.jzj@alibaba-inc.com>
10 months ago
Dongyu Li 8c77f2dc03
Feat/loop node (#17273) 10 months ago
liguochuan 11e95d2a61
Fix (api): Fix the processing logic of the retriever_resources field. (#17304)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
10 months ago
1Ckpwee bda06df668
fix: add app quota check to import API (#17295)
Co-authored-by: crazywoola <427733928@qq.com>
10 months ago
Jyong 627a9e2ce1
SaaS: batch upload limit check for sandbox plan (#17264) 10 months ago
Xiyuan Chen 9c4be5d098
Feat/education api (#17168) 10 months ago
liuzhenghua d5b48a0aa3
fix: keywords field not persist in segements api (#17151) 10 months ago
Jiang ff388fe3e6
optimize lindorm vdb add_texts (#17212)
Co-authored-by: jiangzhijie <jiangzhijie.jzj@alibaba-inc.com>
10 months ago
Arcaner ef1c1a12d2
fix: enhance validation of workflow file types (#16203) 10 months ago
Panpan 24b1a625b3
feat: allow the embedding in websites to customize sys.user_id (#16062) 10 months ago
shirukai 6cf258a809
fix: code block syntax cannot be displayed correctly in react mode (#16904) 10 months ago
非法操作 44f911a0a8
chore: docstring not match the function parameter (#17162) 10 months ago
Yingchun Lai 46d235bca0
feat: poolize the ops trace instance (#15947) 10 months ago
horochx a91b780936
perf: optimizing db WorkflowAppLog index (#14710) 10 months ago
jiangbo721 aa4c6874f1
fix: When a WorkSpaceNotAllowedCreateError occurs, may account is not defined (#11144)
Co-authored-by: 刘江波 <jiangbo721@163.com>
10 months ago
Arcaner becd03a4aa
fix: enhance file extension condition check for if-else node (#17060) 10 months ago
jiangbo721 a1aa325ce3
Chore/code format and Repair commit_id 3254018d more deleted codes and Fix naming error ambiguity between workflow_run_id and workflow_id (#17075)
Co-authored-by: 刘江波 <jiangbo721@163.com>
10 months ago
jiangbo721 34cba83ac4
fix: bug that overwrote the llm model thought process when final_answ… (#17074)
Co-authored-by: 刘江波 <jiangbo721@163.com>
10 months ago
過世秋風 754e646b0c
fix: _build_from_remote_url get extension is .bin (#17020) 10 months ago
crazywoola ea1d459423
Revert "feat: add langfuse llm node input and output" (#16947) 10 months ago
過世秋風 377d11d13b
fix: WorkflowRunDetailApi created_at、finished_at types changed to timestamps (#16821) 10 months ago
GuanMu d65da600e5
fix: enhance filename validation and extraction in FileService #16867 (#16869) 10 months ago
Joe 82189e1bc5
feat: add langfuse llm node input and output (#16924) 10 months ago
wanttobeamaster 7f70cadacb
feat: support Tablestore vector database (#16601)
Co-authored-by: xiaozhiqing.xzq <xiaozhiqing.xzq@alibaba-inc.com>
10 months ago
Yongtao Huang 98f2e2c729
Fix wrong allowed extensions (#16893) 10 months ago
Alex 5d77730c78
feat(api): optimize conversation name generation logic in message app (#16917)
Co-authored-by: yuanlong <yuanlong@boco.com.cn>
Co-authored-by: crazywoola <427733928@qq.com>
10 months ago
wlleiiwang a743d5dc71
feat: tencent vectordb: use grpc client and set upsert batch size (#16016)
Co-authored-by: wlleiiwang <wlleiiwang@tencent.com>
10 months ago
JimintheBox 8b89447549
Fix Custom Tool File Upload: Resolve Multiple Files Recognition and Multipart Boundary Issues (#14014)
Co-authored-by: crazywoola <427733928@qq.com>
10 months ago
非法操作 8047d08b3b
chore: remove third party models (#13885) 10 months ago
Jyong 30792a1e1a
install pandoc (#16825) 11 months ago
yourchanges 59a86dabee
fix: fix missing oceanbase config enable_hybrid_search init (#16852)
Co-authored-by: 李远军 <4842@9ji.com>
11 months ago
Jyong 6a857e01f6
fix multiple metadata filter's confusing setting (#16771) 11 months ago
Yongtao Huang 37134c5987
Remove the useless excluded item in mypy.ini (#16777) 11 months ago
taokuizu 0c2a459c30
fix typo in _process_metadata_filter_func (#16780) 11 months ago
Bowen Liang e0fc7f69dd
fix the major and minor version of stub types declaration with build date stripped (#16709) 11 months ago
liuzhenghua cb12b4436f
fix: provider credentials load error (#16695) 11 months ago
Jyong 58c62f0a34
fix full-doc mode document doesn't reindex after enable or un_archive (#16737) 11 months ago
Jyong 2174225259
fix milvus filter search (#16725) 11 months ago
hsiong 6157f57872
feat: Add OceanBase hybrid search features (#16652)
Co-authored-by: 李远军 <4842@9ji.com>
Co-authored-by: yourchanges <yourchanges@gmail.com>
11 months ago
zhangkun-21 c4bb07184d
Update prompts.py:Fix conversation title language for Italian conversations (#16696) 11 months ago
Jyong 78f2ec8f32
mark weight type as optional (#16701) 11 months ago
kenwoodjw a113356695
fix: pgvector metadata filter (#16688)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
11 months ago
Yongtao Huang 43753c8e9a
Fix function's name mismatch (#16681) 11 months ago
Jiang fc8c765215
Fix/vdb lindorm (#16660)
Co-authored-by: jiangzhijie <jiangzhijie.jzj@alibaba-inc.com>
11 months ago
Jyong 86a1859d02
Metadata variable value fix (#16665) 11 months ago
GuanMu 360986f38d
Feat add childchunk api (#16094) 11 months ago
Jyong 1be0d26c1f
fix metadata filter not affect in keyword-search and fulltext-search (#16644) 11 months ago
-LAN- c167a1f4f4
chore: bump the package version to 1.1.3 (#16612)
Signed-off-by: -LAN- <laipz8200@outlook.com>
11 months ago
lenbo 5eb0ca9b9d
fix: fix inner API workspace Account.query error. (#16630) 11 months ago
chenhuan0728 770c461a8f
feat: add openGauss PQ acceleration feature (#16432)
Co-authored-by: chenhuan <huan.chen0728@foxmail>
11 months ago
L8ng 83cd14104d
feat: datasets openapi list segements support paged resp (#16603) 11 months ago
jiangbo721 f31e3313b0
feat: Make the logic of APP filtering and creation the same (#16079)
Co-authored-by: 刘江波 <jiangbo721@163.com>
11 months ago
Yingchun Lai f6ac98a37d
fix: fix the app max_active_requests been overwritten bug (#16513) 11 months ago
LiuBodong ae5d2ecf48
fix:weight_type missing when create document in dataset (#16503) 11 months ago
Yeuoly 1907d2a90a
fix: optimize query for expired workflow runs by adding date filter and limiting results (#16491) 11 months ago
JaydenZhou 4448a54cc1
use REDIS_PORT to replace 6379 in celery config (#16182) 11 months ago
Yeuoly bfc0d606dc
feat: cleanup free tenants expired data like messages/conversations/workflow_runs/workflow_node_executions (#16490) 11 months ago
kenwoodjw 3306228840
fix: workflow file add related-id in iteration node (#16255)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
11 months ago
Yingchun Lai d7e00ae691
feat: Skip Redis operations if RateLimit is disabled (#12226) 11 months ago
-LAN- 0e2e2db3fa
refactor: add OpikDataTrace instance builder. (#16444)
Signed-off-by: -LAN- <laipz8200@outlook.com>
11 months ago
-LAN- bf90d34c2f
chore: update version to 1.1.2 in configuration and Docker files (#16457)
Signed-off-by: -LAN- <laipz8200@outlook.com>
11 months ago
QuantumGhost 383af7bf76
chore(api): enhance ruff rules to disallow dangerous functions and modules (#16461) 11 months ago
-LAN- ac910ed200
feat: replace file content type to avoid load script in svg. (#16454)
Signed-off-by: -LAN- <laipz8200@outlook.com>
11 months ago
NanoNova a30945312a
fix: typos (#16385) 11 months ago
Ron bf682302ee
fix error with literal_eval (#16297)
Co-authored-by: Novice <novice12185727@gmail.com>
11 months ago
Jyong 72191f5b13
add built-in field check when doing old metadata migrate (#16371) 11 months ago
L8ng 727caccfc9
fix: knowledge base openapi cannot delete metadata (#16365) 11 months ago
-LAN- 85160b0487
chore: update version to 1.1.1 in packaging and docker configurations (#16301)
Signed-off-by: -LAN- <laipz8200@outlook.com>
11 months ago
Linh Nguyen 8996c1da29
fix removing member without permission (#16332)
Co-authored-by: crazywoola <427733928@qq.com>
11 months ago
Novice 437dcbdd68
fix: exclude additional unreachable nodes (#16329) 11 months ago
Jyong 3e84c77bbb
fix enable dataset metadata built-in field when dataset is empty (#16290) 11 months ago
Jyong 2c9af712a2
Fix/create document by api with metadata (#16307)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
11 months ago
Jyong d135677c25
add vdb document id index (#16244)
Co-authored-by: crazywoola <427733928@qq.com>
11 months ago
Jyong a8879057c0
fix tidb metadata filter (#16237) 11 months ago
Jyong 81325df368
fix weaviate metadata filter (#16230) 11 months ago
Jyong b8ef3149ef
metadata expect value check error (#16210) 11 months ago
Yeuoly c07af5a1a3
feat: tenant app invocations limiter (#16221) 11 months ago
Jyong c3c957bb80
change recreate_collection function to create_collection (#16212) 11 months ago
Jyong 732c506e27
add metadata service api (#16211) 11 months ago
Jyong 3f44b690c2
check high-quality dataset with empty embedding model provider (#16181) 11 months ago
Jyong e7572066a4
fix Weight rerank mode info missed when create dataset (#16190) 11 months ago
Yongtao Huang d339403e89
Chore: optimize the code of PromptTransform (#16143) 11 months ago
jiangbo721 e0cf55f5e9
fix: code lint (#16164)
Co-authored-by: 刘江波 <jiangbo721@163.com>
11 months ago
jiangbo721 97eadb867c
chore: use ConversationService.get_conversation instead of AgentChatA… (#16136)
Co-authored-by: 刘江波 <jiangbo721@163.com>
11 months ago
Yingchun Lai e428628fcc
enhance: avoid to use transaction Redis commands in rate limiter (#15917)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
11 months ago
cyflhn 1789437cc5
reopen PR for #14411 (#16148) 11 months ago
-LAN- ac80c04bd3
chore: bump version to 1.1.0 (#16128)
Signed-off-by: -LAN- <laipz8200@outlook.com>
11 months ago
Jyong fa9b767bf2
fix chatflow metadata field name (#16130) 11 months ago
Jyong abeaea4f79
Support knowledge metadata filter (#15982) 11 months ago
Jyong b65f2eb55f
fix embedding model name translate issue (#16111) 11 months ago
Yeuoly 6f6ba2f025
fix(api): enhance provider model records handling for missing langgenius providers (#16089) 11 months ago
Jyong 33ba7e659b
fix vector db sql injection (#16096) 11 months ago
kurokobo 86d3fff666
fix: respect resolution settings for vision for basic chatbot, text generator, and parameter extractor node (#16041) 11 months ago
Naoki KOBAYASHI e91531fc23
fix: error in migrate_annotation_vector_database when exec vdb-migrate (#15937)
Co-authored-by: crazywoola <427733928@qq.com>
11 months ago
StoneFancyX 2524f16525
support config filename in meta for create_blob_message (#15605)
Co-authored-by: StoneFancyX <kindbin@qq.com>
Co-authored-by: crazywoola <427733928@qq.com>
11 months ago
-LAN- cefec44070
feat: add app_mode field to app import and model definitions (#15729)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: twwu <twwu@dify.ai>
11 months ago
Gen Sato 475b8d731e
Fix HTTP Request node to give priority to file extension of content-disposition (#12653) 11 months ago
Yongtao Huang 963b6f628a
Chore: PromptMessage is not an abstract base class (#15965) 11 months ago
luckylhb90 63ea6f1ecf
Fixed: Run failed: Failed to invoke tool: File.__init__() got an unexpected keyword argument (#14073)
Co-authored-by: hobo.l <hobo.l@binance.com>
11 months ago
LittleFish-15 223ab5a38f
feat: support openGauss vector database (#15865) 11 months ago
Novice fe0d932f50
fix: fail-branch stream output error (#13401)
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
11 months ago
Novice 04a0ae3aa9
feat: add llm blocking invoke (#15732) 11 months ago
Bowen Liang 9e782d4c1e
chore: bump ruff to 0.11.0 and fix linting violations (#15953) 11 months ago
L8ng 98a4b3e78b
fix: typo when assign doc_metadata when non-empty (#15975) 11 months ago
QuantumGhost 2b4d1cf1db
fix(api): fix fail branch functionality for `WorkflowTool` (#15966) 11 months ago
傻笑zz fe76dfe1f8
When decrypt_trace_config is empty, it should be skipped directly (#15870) 11 months ago
csurong c3774bef7e
fix: api error of get all workspaces (#15880) 11 months ago
huangzhuo1949 695a7400a9
fix:delete empty table bug (#15517)
Co-authored-by: huangzhuo <huangzhuo1@xiaomi.com>
11 months ago
Arcaner e6a8800f66
fix: validation for upload methods of non-image files within the work… (#15932) 11 months ago
Yongtao Huang 4ae94dc027
Chore: fix wrong annotations (#15871) 11 months ago
Yongtao Huang 433374abea
Chore: remove unused fields (#15764) 11 months ago
QuantumGhost 23ed3a520b
chore(api): improve type hints for BaseNode and its subclasses (#15826) 11 months ago
jiangbo721 5646442931
fix: iteration total tokens calculate error (#15813)
Co-authored-by: 刘江波 <jiangbo721@163.com>
11 months ago
非法操作 bf9b572bc3
fix tool selector with empty tools raise error (#15829) 11 months ago
非法操作 cf72e53a10
chore: remove useless doc and font (#15838) 11 months ago
Jyong 84a866028a
fix document could be None (#15818) 11 months ago
sho-takano-dev 7c27d4b202
feat: add Http Request Node to skip ssl verify function #15177 (#15664) 11 months ago
RookieAgent 8165d0b469
fix: http_request node form-data support array[file] (#15731) 11 months ago
-LAN- 49c952a631
fix: streamline file upload configuration handling in manager.py (#15714)
Signed-off-by: -LAN- <laipz8200@outlook.com>
11 months ago
Yuichiro Utsumi 5f9d236d22
Feat: Add pg_bigm for keyword search in pgvector (#13876)
Signed-off-by: Yuichiro Utsumi <utsumi.yuichiro@fujitsu.com>
11 months ago
zhangyuhang 59f5a82261
fix: Resolve errors in SQL queries caused by SELECT fields not appearing in the GROUP BY clause. (#15659)
Co-authored-by: yuhang2.zhang <yuhang2.zhang@ly.com>
11 months ago
Jyong a8e8c37fdd
improve text split (#15719) 11 months ago
Arcaner 12fa517297
fix: if-else-node handles missing optional file variables (#15693) 11 months ago
Fei He 36ae0e5476
fix: set score_threshold only when score_threshold_enabled is true. (#14221) 11 months ago
Jyong d37490adc3
fix dataset reranking mode miss (#15643) 11 months ago
kenwoodjw 087bb60b31
fix: preserve Unicode characters in keyword search queries (#15522)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
11 months ago
非法操作 5019547d33
fix: can not test custom tool (#15606) 11 months ago
Joe 58f012f3de
fix: no attribute error (#15597) 11 months ago
Yeuoly 2b1facc7a6
fix: set marketplace feature to false in feature_service.py (#15578) 11 months ago
jiangbo721 0415cc209d
chore: use TenantAccountRole instead of TenantAccountJoinRole (#15514)
Co-authored-by: 刘江波 <jiangbo721@163.com>
11 months ago
Joe 545e5cbcd6
fix: dataset editor (#15218) 11 months ago
Mars 1fab02c25a
fix:message api doc (#15568)
Co-authored-by: mars <linjx2@by-health.com>
11 months ago
crazywoola 258736f505
chore: remove unused parameter (#15558) 11 months ago
jiangbo721 037f200527
fix: invoke_error is not callable (#15555)
Co-authored-by: 刘江波 <jiangbo721@163.com>
11 months ago
yihong c960b364c9
chore: update opendal version (#14343)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
11 months ago
Novice b817036343
fix: nesting of conditional branches causing streaming output error (#14065) 11 months ago
-LAN- 46036e6ce6
fix: update version to 1.0.1 in configuration and Docker files (#15478)
Signed-off-by: -LAN- <laipz8200@outlook.com>
11 months ago
Jyong 1ffda0dd34
fix notion page display (#15508) 11 months ago
Jyong da01b460fe
support workspace billing info (#15510) 11 months ago
Yeuoly a6bc642721
refactor: optimize provider configuration queries with provider name … (#15491) 11 months ago
Lick-liu 41bf8d925f
fix:To fix the issue of missing reference to body parameter (#15443)
Co-authored-by: crazywoola <427733928@qq.com>
11 months ago
Yu Chun Chang 6d172498d1
Update the provider_id validation to fix the error message displayed … (#15466)
Co-authored-by: Kyle Chang <kylechang@91app.com>
11 months ago
-LAN- cad58658c2
fix: simplify S3 client configuration by removing redundant checksum settings (#15474)
Signed-off-by: -LAN- <laipz8200@outlook.com>
11 months ago
heyszt a58b990855
fix agent_execution_metadata (#15444) 11 months ago
Jacky Wu ed5596a8f4
fix: avoid llm node result var not init issue while do retry. (#14286) 11 months ago
Jyong a1ab4aec3d
fix db migration (#15422) 11 months ago
Jyong f77f7e1437
fix text split (#15426) 11 months ago
kenwoodjw adda049265
fix kb permission (#15199)
Signed-off-by: kenwoodjw <blackxin55@gmail.com>
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
11 months ago
Jyong 9b2a9260ef
Feat/new saas billing (#14996) 11 months ago
Joe c8cc31af88
fix: app trace permission (#15397) 11 months ago
KVOJJJin 78d460a6d1
Feat: time period filter for workflow logs (#14271)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
11 months ago
-LAN- 3254018ddb
feat(workflow_service): workflow version control api. (#14860)
Signed-off-by: -LAN- <laipz8200@outlook.com>
11 months ago