-LAN-
|
23cd615489
|
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
|
2025-09-08 14:30:43 +08:00 |
-LAN-
|
7aef0b54e5
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-07 12:34:54 +08:00 |
-LAN-
|
b05245eab0
|
fix: resolve typing errors in configs module (#25268)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-06 16:08:14 +08:00 |
-LAN-
|
abb53f11ad
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-06 16:05:13 +08:00 |
Asuka Minato
|
a78339a040
|
remove bare list, dict, Sequence, None, Any (#25058)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2025-09-06 03:32:23 +08:00 |
jyong
|
bebd7c5718
|
change migration
|
2025-09-05 15:30:02 +08:00 |
jyong
|
917c924a94
|
change migration
|
2025-09-05 15:29:48 +08:00 |
jyong
|
e21c133e1d
|
change migration
|
2025-09-04 19:38:51 +08:00 |
jyong
|
d4aed3df5c
|
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
# Conflicts:
# api/core/memory/token_buffer_memory.py
# api/core/rag/extractor/notion_extractor.py
# api/core/repositories/sqlalchemy_workflow_node_execution_repository.py
# api/core/variables/variables.py
# api/core/workflow/graph/graph.py
# api/core/workflow/graph_engine/entities/event.py
# api/services/dataset_service.py
# web/app/components/app-sidebar/index.tsx
# web/app/components/base/tag-management/selector.tsx
# web/app/components/base/toast/index.tsx
# web/app/components/datasets/create/website/index.tsx
# web/app/components/datasets/create/website/jina-reader/base/options-wrap.tsx
# web/app/components/workflow/header/version-history-button.tsx
# web/app/components/workflow/hooks/use-inspect-vars-crud-common.ts
# web/app/components/workflow/hooks/use-workflow-interactions.ts
# web/app/components/workflow/panel/version-history-panel/index.tsx
# web/service/base.ts
|
2025-09-03 15:01:06 +08:00 |
-LAN-
|
b81745aed8
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-03 11:56:05 +08:00 |
-LAN-
|
9d5956cef8
|
[Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-03 11:52:26 +08:00 |
-LAN-
|
77a9a73d0d
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-03 01:33:17 +08:00 |
Bowen Liang
|
7b379e2a61
|
chore: apply ty checks on api code with script and ci action (#24653)
|
2025-09-02 16:05:13 +08:00 |
QuantumGhost
|
e9e7d4f3cd
|
Merge branch 'feat/rag-2' into feat/workflow-draft-var-optimize
|
2025-08-31 15:17:23 +08:00 |
QuantumGhost
|
0cf8a80bdd
|
chore(api): Introduce variable truncation configuration
|
2025-08-31 13:44:38 +08:00 |
jyong
|
392514fa13
|
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
# Conflicts:
# api/commands.py
# api/core/app/apps/common/workflow_response_converter.py
# api/core/llm_generator/llm_generator.py
# api/core/plugin/entities/plugin.py
# api/core/plugin/impl/tool.py
# api/core/rag/index_processor/index_processor_base.py
# api/core/workflow/entities/workflow_execution.py
# api/core/workflow/entities/workflow_node_execution.py
# api/core/workflow/enums.py
# api/core/workflow/graph_engine/entities/graph.py
# api/core/workflow/graph_engine/graph_engine.py
# api/core/workflow/nodes/enums.py
# api/services/dataset_service.py
|
2025-08-27 16:05:59 +08:00 |
-LAN-
|
8c35663220
|
feat: queue-based graph engine
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-27 15:33:28 +08:00 |
twwu
|
da48e54778
|
Merge branch 'main' into feat/rag-2
|
2025-08-27 11:16:27 +08:00 |
Amy
|
b5c2756261
|
fix(api):safe reset in db pool, avoid rollback in gevent callback (#24556)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-26 18:14:06 +08:00 |
Bowen Liang
|
6e674b511a
|
api: support to config disabling Swagger UI in api service (#24440)
|
2025-08-26 15:48:04 +08:00 |
twwu
|
a1666fe058
|
Merge branch 'main' into feat/rag-2
|
2025-08-19 14:59:06 +08:00 |
9527MrLi
|
75199442c1
|
feat: Implements periodic deletion of workflow run logs that exceed t… (#23881)
Co-authored-by: shiyun.li973792 <shiyun.li@seres.cn>
Co-authored-by: 1wangshu <suewangswu@gmail.com>
Co-authored-by: Blackoutta <hyytez@gmail.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-08-19 09:47:34 +08:00 |
crazywoola
|
8288b1dcab
|
Revert "fix pg_vector extension requires SUPERUSER, but not availabl… (#24108)
|
2025-08-18 16:46:15 +08:00 |
Elvis_LEE
|
16d1289a0a
|
fix pg_vector extension requires SUPERUSER, but not available on Huawei Cloud RDS (#24093)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-18 16:29:36 +08:00 |
twwu
|
386614951f
|
Merge branch 'main' into feat/rag-2
|
2025-08-18 11:16:18 +08:00 |
-LAN-
|
052d0e059e
|
feat: add Redis SSL/TLS certificate authentication support (#23624)
|
2025-08-18 10:59:07 +08:00 |
twwu
|
5a6818c817
|
Merge branch 'main' into feat/rag-2
|
2025-08-13 15:05:57 +08:00 |
xinlmain
|
b3399642c5
|
feat: Add an asynchronous repository to improve workflow performance (#20050)
Co-authored-by: liangxin <liangxin@shein.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: liangxin <xinlmain@gmail.com>
|
2025-08-13 02:28:06 +08:00 |
jyong
|
22b3933cc3
|
Merge branch 'main' into feat/rag-2
# Conflicts:
# api/core/workflow/entities/variable_pool.py
|
2025-08-12 11:13:04 +08:00 |
-LAN-
|
aaf9fc1562
|
fix: add @property decorator to pydantic computed_field for compatibility (#23728)
|
2025-08-11 15:34:19 +08:00 |
twwu
|
fc779d00df
|
Merge branch 'main' into feat/rag-2
|
2025-08-11 11:15:58 +08:00 |
Guangdong Liu
|
d1fc98200c
|
fix: update HTTP request timeout fields to use Field with default values (#23694)
|
2025-08-11 09:30:16 +08:00 |
twwu
|
1b3860d012
|
Merge branch 'main' into feat/rag-2
|
2025-08-07 16:27:20 +08:00 |
yunqiqiliang
|
e01510e2a6
|
feat: Add Clickzetta Lakehouse vector database integration (#22551)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-08-07 14:21:46 +08:00 |
zxhlyh
|
201e4cd64d
|
merge main
|
2025-08-05 10:30:53 +08:00 |
wanttobeamaster
|
da5c003f97
|
chore: tablestore full text search support score normalization (#23255)
Co-authored-by: xiaozhiqing.xzq <xiaozhiqing.xzq@alibaba-inc.com>
|
2025-08-01 14:14:11 +08:00 |
kenwoodjw
|
1821726d4f
|
fix celery backend when use rabbitmq (#23238)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-08-01 09:26:05 +08:00 |
jyong
|
a7a4c8228e
|
Merge branch 'main' into feat/rag-2
# Conflicts:
# web/app/components/workflow/hooks/use-workflow.ts
|
2025-07-31 10:30:28 +08:00 |
rhochman
|
eee576355b
|
Fix: Support for Elasticsearch Cloud Connector (#23017)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-30 11:12:16 +08:00 |
zxhlyh
|
a95cf6f8b0
|
merge main
|
2025-07-28 16:00:38 +08:00 |
Asuka Minato
|
a189d293f8
|
make logging not use f-str, change others to f-str (#22882)
|
2025-07-25 10:32:48 +08:00 |
twwu
|
bae2af0c85
|
Merge branch main into feat/rag-2
|
2025-07-24 17:40:04 +08:00 |
Junyan Qin (Chin)
|
eaae79a581
|
feat: plugin auto upgrade strategy (#19758)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Novice <novice12185727@gmail.com>
|
2025-07-23 15:33:39 +08:00 |
zxhlyh
|
4d36e784b7
|
merge main
|
2025-07-21 17:45:26 +08:00 |
znn
|
19c09d6111
|
enabling vector index prefix name via configuration files (#22661)
|
2025-07-20 11:10:08 +08:00 |
twwu
|
5b2c99e183
|
Merge branch 'main' into feat/rag-2
|
2025-07-18 14:03:48 +08:00 |
kenwoodjw
|
61a5741c05
|
fix celery config (#22566)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-07-18 09:41:09 +08:00 |
zxhlyh
|
01566035e3
|
merge main
|
2025-07-17 16:48:43 +08:00 |
zyssyz123
|
a4f421028c
|
Feat/change user email (#22213)
Co-authored-by: NFish <douxc512@gmail.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
|
2025-07-17 10:55:59 +08:00 |
heyszt
|
f082452c9b
|
feat: add otel endpoint config (#22492)
|
2025-07-16 18:24:17 +08:00 |