Stream
|
197ba5f6ef
|
Merge branch 'main' into deploy/dev
# Conflicts:
# api/core/app/apps/advanced_chat/app_runner.py
# api/core/app/apps/pipeline/pipeline_generator.py
# api/core/entities/mcp_provider.py
# api/core/helper/marketplace.py
# api/models/workflow.py
# api/services/tools/tools_transform_service.py
# api/tasks/document_indexing_task.py
# api/tests/test_containers_integration_tests/core/__init__.py
# api/tests/test_containers_integration_tests/tasks/test_document_indexing_task.py
# dev/start-worker
# docker/.env.example
# web/app/components/base/chat/embedded-chatbot/hooks.tsx
# web/app/components/workflow/hooks/use-workflow.ts
# web/app/components/workflow/nodes/_base/components/workflow-panel/index.tsx
# web/global.d.ts
# web/pnpm-lock.yaml
# web/service/use-plugins.ts
|
2025-11-06 15:58:41 +08:00 |
heyszt
|
543c5236e7
|
refactor:Decouple Domain Models from Direct Database Access (#27316)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-10-28 09:59:30 +08:00 |
Stream
|
1e0a3b163e
|
refactor: fix ruff
|
2025-09-28 22:41:07 +08:00 |
Stream
|
bb1f1a56a5
|
feat: update MemoryListApi response format with ChatflowConversationMetadata
|
2025-09-28 22:36:10 +08:00 |
Stream
|
5bf642c3f9
|
feat: expose version to MemoryBlock
|
2025-09-23 23:09:45 +08:00 |
Stream
|
6eab6a675c
|
feat: add created_by to memory blocks
|
2025-09-23 17:35:36 +08:00 |
Stream
|
28acb70118
|
feat: add edited_by_user field
|
2025-09-22 18:37:54 +08:00 |
Stream
|
7c35aaa99d
|
refactor: remove MemoryBlockWithVisibility
|
2025-09-22 18:16:37 +08:00 |
Stream
|
d654d9d8b1
|
refactor: make ChatflowMemoryVariable.value JSON
|
2025-09-22 16:46:39 +08:00 |
Stream
|
394b7d09b8
|
refactor: fix basedpyright/ruff errors
|
2025-09-22 15:17:19 +08:00 |
Stream
|
f4f055fb36
|
refactor: add version field to MemoryBlockWithVisibility
|
2025-09-15 19:27:17 +08:00 |
Stream
|
2a532ab729
|
Merge branch 'main' into feat/memory-orchestration-be
# Conflicts:
# api/core/app/apps/advanced_chat/app_runner.py
# api/core/prompt/entities/advanced_prompt_entities.py
# api/core/variables/segments.py
|
2025-09-15 14:14:56 +08:00 |
-LAN-
|
bab4975809
|
chore: add ast-grep rule to convert Optional[T] to T | None (#25560)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-15 13:06:33 +08:00 |
Asuka Minato
|
cbc0e639e4
|
update sql in batch (#24801)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2025-09-10 13:00:17 +08:00 |
qxo
|
593f7989b8
|
fix: 'curr_message_tokens' where it is not associated with a value #25307 (#25308)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-08 09:59:53 +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 |
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 |
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 |
Stream
|
8b68020453
|
refactor: refactor from ChatflowHistoryService and ChatflowMemoryService
|
2025-08-22 17:44:27 +08:00 |
Stream
|
4d2fc66a8d
|
feat: refactor: refactor from ChatflowHistoryService and ChatflowMemoryService
|
2025-08-22 15:33:45 +08:00 |
Stream
|
f72ed4898c
|
refactor: refactor from ChatflowHistoryService and ChatflowMemoryService
|
2025-08-22 14:57:27 +08:00 |
Stream
|
0d95c2192e
|
feat: add Web API for memory read and modify
|
2025-08-21 17:17:08 +08:00 |
Stream
|
0c97bbf137
|
chore: run ruff
|
2025-08-20 19:12:34 +08:00 |
Stream
|
f977dc410a
|
feat: add MemorySyncTimeoutError
|
2025-08-20 17:45:53 +08:00 |
Stream
|
584b2cefa3
|
feat: add pydantic models for memory
|
2025-08-20 17:03:15 +08:00 |
jiangbo721
|
c0bb2ec851
|
feat: If combining text and files, place the text prompt after the fi… (#23779)
Co-authored-by: 刘江波 <jiangbo721@163.com>
|
2025-08-12 10:36:55 +08:00 |
Yongtao Huang
|
e072b7dafa
|
Chore: remove unused variable pruned_memory (#23514)
|
2025-08-07 09:06:17 +08:00 |
Asuka Minato
|
ef51678c73
|
orm filter -> where (#22801)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-07-24 00:57:45 +08:00 |
-LAN-
|
6eb155ae69
|
feat(api/repo): Allow to config repository implementation (#21458)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2025-07-14 14:54:38 +08:00 |
ZalterCitty
|
a1158cc946
|
fix: Update prompt message content types to use Literal and add union type for content (#17136)
Co-authored-by: 朱庆超 <zhuqingchao@xiaomi.com>
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-04-22 16:17:55 +08:00 |
Novice
|
6d66e3f680
|
fix(follow_ups): handle empty LLM responses in context (#18237)
|
2025-04-17 10:41:56 +08:00 |
yihong
|
56e15d09a9
|
feat: mypy for all type check (#10921)
|
2024-12-24 18:38:51 +08:00 |
非法操作
|
08ac36812b
|
feat: support LLM process document file (#10966)
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-11-22 19:32:44 +08:00 |
-LAN-
|
c5f7d650b5
|
feat: Allow using file variables directly in the LLM node and support more file types. (#10679)
Co-authored-by: Joel <iamjoel007@gmail.com>
|
2024-11-22 16:30:22 +08:00 |
-LAN-
|
25ca0278dd
|
refactor(core): Remove extra_config from File. (#10203)
|
2024-11-08 18:13:24 +08:00 |
非法操作
|
5f12616cb9
|
fix: file type document is not supported (#9618)
|
2024-10-22 16:33:50 +08:00 |
-LAN-
|
e61752bd3a
|
feat/enhance the multi-modal support (#8818)
|
2024-10-21 10:43:49 +08:00 |
kurokobo
|
857055b797
|
fix: remove the latest message from the user that does not have any answer yet (#9297)
|
2024-10-13 23:25:50 +08:00 |
Hash Brown
|
511ffa4698
|
fix: follow-up (suggested questions) does not refer to the most recen… (#9122)
|
2024-10-09 21:10:55 +08:00 |
Hash Brown
|
8c51d06222
|
feat: regenerate in `Chat`, `agent` and `Chatflow` app (#7661)
|
2024-09-22 03:15:11 +08:00 |
Bowen Liang
|
a1104ab97e
|
chore: refurish python code by applying Pylint linter rules (#8322)
|
2024-09-13 22:42:08 +08:00 |
Bowen Liang
|
40fb4d16ef
|
chore: refurbish Python code by applying refurb linter rules (#8296)
|
2024-09-12 15:50:49 +08:00 |
Bowen Liang
|
2cf1187b32
|
chore(api/core): apply ruff reformatting (#7624)
|
2024-09-10 17:00:20 +08:00 |
Even
|
c013086e64
|
fix: next suggest question logic problem (#6451)
Co-authored-by: evenyan <yikun.yan@ubtrobot.com>
|
2024-07-19 20:26:11 +08:00 |
takatost
|
d522308a29
|
chore: optimize memory fetch performance (#6039)
|
2024-07-07 08:54:24 +08:00 |
takatost
|
23dc6edb99
|
chore: optimize memory messages fetch count limit (#6021)
|
2024-07-06 03:25:38 +08:00 |
takatost
|
3929d289e0
|
feat: set default memory messages limit to infinite (#5002)
|
2024-06-06 17:39:44 +08:00 |
takatost
|
d1dbbc1e33
|
feat: backend model load balancing support (#4927)
|
2024-06-05 00:13:04 +08:00 |
takatost
|
4ad3f2cdc2
|
fix: image text when retrieve chat histories (#3220)
|
2024-04-09 15:20:45 +08:00 |
takatost
|
7753ba2d37
|
FEAT: NEW WORKFLOW ENGINE (#3160)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: jyong <718720800@qq.com>
|
2024-04-08 18:51:46 +08:00 |