jyong
|
fd3b55cc16
|
fix preview and recommend plugins
|
2025-09-03 18:09:56 +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 |
jyong
|
7ace7e65e1
|
fix preview and recommend plugins
|
2025-09-02 16:44:18 +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 |
-LAN-
|
9f8f21bf87
|
chore: remove backup files
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-02 15:01:58 +08:00 |
jyong
|
56fc9088dd
|
add recommended rag plugin endpoint
|
2025-09-02 11:56:05 +08:00 |
-LAN-
|
0b0dc63f29
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-02 11:52:25 +08:00 |
Yongtao Huang
|
be3af1e234
|
Migrate SQLAlchemy from 1.x to 2.0 with automated and manual adjustments (#23224)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-02 10:30:19 +08:00 |
jyong
|
826b9d5b21
|
add recommended rag plugin endpoint
|
2025-09-01 20:41:14 +08:00 |
jyong
|
633de2cb47
|
add recommended rag plugin endpoint
|
2025-09-01 20:12:27 +08:00 |
QuantumGhost
|
89ec13ec67
|
fix(api): fix ToolNode._extract_variable_selector_to_variable_mapping
The original selector syntax does not match our current implementation
for injecting user inputs into VariablePool.
|
2025-09-01 18:11:33 +08:00 |
Frederick2313072
|
5b3cc560d5
|
fix:hard-coded top-k fallback issue. (#24879)
|
2025-09-01 15:46:37 +08:00 |
QuantumGhost
|
e2ae89e08d
|
fix(tests): fix broken tests and linter issues
|
2025-09-01 14:55:35 +08:00 |
willzhao
|
ffba341258
|
[CHORE]: remove redundant-cast (#24807)
|
2025-09-01 14:05:32 +08:00 |
Yongtao Huang
|
72acd9b483
|
Remove redundant from_variable_selector null-check (#24842)
|
2025-08-31 17:00:13 +08:00 |
jyong
|
3c0adfb48a
|
fix chunk format
|
2025-08-29 16:27:22 +08:00 |
-LAN-
|
f2bc4f5d87
|
fix: resolve type error in node_factory by using type guard for node_type_str
|
2025-08-29 16:16:58 +08:00 |
jyong
|
5cf795f2b8
|
fix preview run
|
2025-08-29 14:48:51 +08:00 |
-LAN-
|
dce4d0ff80
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-08-29 13:22:13 +08:00 |
-LAN-
|
3dee8064ba
|
feat: enhance typing
|
2025-08-29 13:17:02 +08:00 |
jyong
|
d0dd728e6c
|
Merge branch 'main' into feat/rag-2
# Conflicts:
# api/core/app/entities/queue_entities.py
# api/core/workflow/graph_engine/entities/event.py
|
2025-08-29 11:29:51 +08:00 |
jyong
|
5b4335c4b5
|
fix preview run
|
2025-08-28 22:02:22 +08:00 |
jyong
|
39080eed10
|
fix preview run
|
2025-08-28 22:01:49 +08:00 |
Will
|
c4496e6cf2
|
chore: use DataFrame.map instead of deprecated DataFrame.applymap (#24726)
|
2025-08-28 21:13:47 +08:00 |
jyong
|
1db04aa729
|
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
|
2025-08-28 18:12:49 +08:00 |
jyong
|
64772fb413
|
fix preview run
|
2025-08-28 18:12:27 +08:00 |
-LAN-
|
bfbb36756a
|
feat(graph_engine): Add NodeExecutionType.ROOT and auto mark skipped in Graph.init
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-28 16:41:51 +08:00 |
jyong
|
a9f7ee029e
|
fix preview run
|
2025-08-28 15:39:22 +08:00 |
jyong
|
4403a26f37
|
merge new graph engine
|
2025-08-27 20:44:14 +08:00 |
jyong
|
90d72f5ddf
|
merge new graph engine
|
2025-08-27 17:46:46 +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 |
QuantumGhost
|
421a3284bc
|
fix(api): fix incorrectly handling of `array[boolean]` constant in loop node (#24619)
|
2025-08-27 15:07:01 +08:00 |
Guangdong Liu
|
372074edba
|
refactor(http-request): Remove the reflective calls to ssrf_proxy and replace them with explicitly defined dictionary retrievals. (#24596)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-27 13:23:34 +08:00 |
-LAN-
|
726c429772
|
fix: handle non-array segment types in Loop node (#24590)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2025-08-27 11:21:42 +08:00 |
twwu
|
da48e54778
|
Merge branch 'main' into feat/rag-2
|
2025-08-27 11:16:27 +08:00 |
Joel
|
dac72b078d
|
feat: support bool type variable frontend (#24437)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2025-08-26 18:16:05 +08:00 |
jiangbo721
|
1d776c4cd0
|
feat: If combining text and files, place the text prompt after the fi… (#24472)
|
2025-08-25 17:51:46 +08:00 |
jyong
|
4fc498bd48
|
fix
|
2025-08-25 16:55:08 +08:00 |
twwu
|
85fd97e090
|
Merge branch 'main' into feat/rag-2
|
2025-08-25 15:30:18 +08:00 |
Qiang Lee
|
b84bb4164f
|
fix: #24292 HTTP Request Node Unable to Access File from Start Node When Using Remote URL in Workflow API Call (#24293)
Co-authored-by: 李强04 <liqiang04@gaotu.cn>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-24 00:32:42 +08:00 |
-LAN-
|
2e47558f4b
|
fix: correct agent node token counting to properly separate prompt and completion tokens (#24368)
|
2025-08-23 11:00:14 +08:00 |
Davide Delbianco
|
0a2111f33d
|
Expose agent node usage (#24355)
|
2025-08-23 10:57:58 +08:00 |
-LAN-
|
da9af7b547
|
[Chore/Refactor] Use centralized naive_utc_now for UTC datetime operations (#24352)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-08-22 23:53:05 +08:00 |
twwu
|
8c44151e6f
|
Merge branch 'main' into feat/rag-2
|
2025-08-22 17:40:34 +08:00 |
AuditAIH
|
2a43e634e8
|
Update knowledge_retrieval_node.py (#24111)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-22 16:43:59 +08:00 |
Asuka Minato
|
c5614d04d2
|
an example of sessionmaker (#24246)
|
2025-08-22 10:17:50 +08:00 |