jyong
|
e1b6da21f4
|
fix preview and recommend plugins
|
2025-09-03 11:35:41 +08:00 |
jyong
|
493dae239f
|
add recommended rag plugin endpoint
|
2025-09-01 17:08:37 +08:00 |
QuantumGhost
|
e2ae89e08d
|
fix(tests): fix broken tests and linter issues
|
2025-09-01 14:55:35 +08:00 |
QuantumGhost
|
e9e7d4f3cd
|
Merge branch 'feat/rag-2' into feat/workflow-draft-var-optimize
|
2025-08-31 15:17:23 +08:00 |
QuantumGhost
|
c72d847ac7
|
feat(api): support array[boolean] truncation
|
2025-08-31 14:32:53 +08:00 |
QuantumGhost
|
621b75b343
|
feat(api): implement truncation for SSE events
|
2025-08-31 13:45:15 +08:00 |
QuantumGhost
|
13eb9f7d7d
|
feat(api): implement truncation for draft var
|
2025-08-31 13:44:38 +08:00 |
Asuka Minato
|
9f528d23d4
|
poc of validate config (#24837)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-31 02:41:52 +08:00 |
horochx
|
0fe078d25e
|
fix: workflow_finish_to_stream_response assert exception with celery … (#24674)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-30 00:59:21 +08:00 |
QIN2DIM
|
929d9e0b3f
|
feat(api): maintain assistant content parts and file handling in advanced chat (#24663)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-29 15:19:55 +08:00 |
Bowen Liang
|
3d5a4df9d0
|
chore: use orjson in streaming event JSON serialisation for performance improvement (#24763)
|
2025-08-29 14:06:07 +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
|
0bb3407385
|
fix preview run
|
2025-08-29 11:25:08 +08:00 |
jyong
|
5b4335c4b5
|
fix preview run
|
2025-08-28 22:02:22 +08:00 |
jyong
|
a9f7ee029e
|
fix preview run
|
2025-08-28 15:39:22 +08:00 |
湛露先生
|
5c01dd97e8
|
clean typos words. (#24667)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
|
2025-08-28 15:23:59 +08:00 |
jyong
|
88abaa840c
|
merge new graph engine
|
2025-08-27 18:33:38 +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 |
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 |
Yongtao Huang
|
fa753239ad
|
Refactor: use logger = logging.getLogger(__name__) in logging (#24515)
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>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-08-26 18:10:31 +08:00 |
Harry
|
0f3ca1d8f4
|
fix: ruff
|
2025-08-26 12:51:40 +08:00 |
jyong
|
f418164648
|
add pipeline async run
|
2025-08-25 17:33:49 +08:00 |
jyong
|
101d6504fb
|
fix
|
2025-08-25 16:14:22 +08:00 |
twwu
|
85fd97e090
|
Merge branch 'main' into feat/rag-2
|
2025-08-25 15:30:18 +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 |
willzhao
|
5ab6bc283c
|
[CHORE]: x: T = None to x: Optional[T] = None (#24217)
|
2025-08-21 21:58:39 +08:00 |
Yongtao Huang
|
106ab7f2a8
|
Fix: safe defaults for BaseModel dict fields (#24098)
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-08-21 21:38:55 +08:00 |
twwu
|
a1666fe058
|
Merge branch 'main' into feat/rag-2
|
2025-08-19 14:59:06 +08:00 |
Asuka Minato
|
70da81d0e5
|
try ast-grep (#24149)
|
2025-08-19 13:41:52 +08:00 |
twwu
|
386614951f
|
Merge branch 'main' into feat/rag-2
|
2025-08-18 11:16:18 +08:00 |
湛露先生
|
0a9af45194
|
no used function for message_queue. (#24027)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-17 09:33:22 +08:00 |
Yongtao Huang
|
8b601a983c
|
Fix missing user_id in trace_manager (#24024)
|
2025-08-16 11:08:30 +08:00 |
autofix-ci[bot]
|
ff76adc88a
|
[autofix.ci] apply automated fixes
|
2025-08-15 04:17:51 +00:00 |
twwu
|
02720c9b95
|
Merge branch 'main' into feat/rag-2
|
2025-08-14 15:03:48 +08:00 |
jyong
|
72ea3b4d01
|
fix variable_pool
|
2025-08-13 17:38:14 +08:00 |
Will
|
5aaa47e25d
|
fix: messages updated_at (#23869)
|
2025-08-13 15:34:52 +08:00 |
jyong
|
f74706a4a5
|
fix online drive
|
2025-08-13 15:28:18 +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-
|
332e8e68ee
|
refactor: Change _queue_manager to public attribute queue_manager in task pipelines (#23747)
|
2025-08-11 18:18:07 +08:00 |
-LAN-
|
2dbf20a3e9
|
fix: resolve circular import in AppGenerateEntity (#23731)
|
2025-08-11 15:38:28 +08:00 |
twwu
|
fc779d00df
|
Merge branch 'main' into feat/rag-2
|
2025-08-11 11:15:58 +08:00 |
-LAN-
|
6900b08134
|
fix: sync missing conversation variables for existing conversations (#23649)
|
2025-08-09 22:42:18 +08:00 |
znn
|
084dcd1a50
|
using message_file event instead of message event (#22988)
|
2025-08-08 09:50:20 +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 |
kenwoodjw
|
28478cdc41
|
feat: support metadata condition filter string array (#23111)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-07-30 16:13:45 +08:00 |
jyong
|
6d00ffa509
|
add old auth transform
|
2025-07-29 11:18:06 +08:00 |