twwu
|
b4c98daa8d
|
refactor(workflow): update RAG tool suggestions and improve filtering logic
|
2025-09-03 16:05:55 +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 |
zxhlyh
|
9e125e2029
|
Refactor/model credential (#24994)
|
2025-09-03 13:36:59 +08:00 |
GuanMu
|
25a11bfafc
|
Export DSL from history (#24939)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-02 21:36:52 +08:00 |
twwu
|
fc4bc08796
|
feat(workflow): enhance RAG recommended plugins structure and update related components
|
2025-09-02 19:11:03 +08:00 |
Joel
|
60da4c9048
|
feat: set var inspect schema type
|
2025-09-02 18:44:49 +08:00 |
twwu
|
bf09c3eb10
|
feat(rag): integrate RAG recommended plugins into workflow component
|
2025-09-02 10:43:57 +08:00 |
Yongtao Huang
|
208ce4e774
|
CI: add TS indentation check via esLint (#24810)
|
2025-09-01 15:31:59 +08:00 |
Yongtao Huang
|
3d57a9ccdc
|
Fix never hit `(!code || code.length === 0)` (#24860)
|
2025-09-01 09:45:07 +08:00 |
Yongtao Huang
|
72acd9b483
|
Remove redundant from_variable_selector null-check (#24842)
|
2025-08-31 17:00:13 +08:00 |
QuantumGhost
|
e9e7d4f3cd
|
Merge branch 'feat/rag-2' into feat/workflow-draft-var-optimize
|
2025-08-31 15:17:23 +08:00 |
Yongtao Huang
|
863f3aeb27
|
Fix: rm invalid errorMessage on e.toString() (#24805)
|
2025-08-30 06:18:51 -07:00 |
Junyan Qin (Chin)
|
f32e176d6a
|
feat: oauth provider (#24206)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yessenia <yessenia.contact@gmail.com>
|
2025-08-29 14:10:51 +08:00 |
jyong
|
1db04aa729
|
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
|
2025-08-28 18:12:49 +08:00 |
NFish
|
22b11e4b43
|
Fix/web app auth error (#24637)
|
2025-08-27 18:00:25 +08:00 |
twwu
|
367b2d0320
|
refactor(web): streamline data source before run form and enhance run handling logic
|
2025-08-27 16:56:33 +08:00 |
Joel
|
f24f573731
|
feat: show struct schema in output
|
2025-08-27 11:18:22 +08:00 |
twwu
|
da48e54778
|
Merge branch 'main' into feat/rag-2
|
2025-08-27 11:16:27 +08:00 |
非法操作
|
6010d5f24c
|
feat: add multi model credentials (#24451)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-25 16:12:29 +08:00 |
twwu
|
85fd97e090
|
Merge branch 'main' into feat/rag-2
|
2025-08-25 15:30:18 +08:00 |
quicksand
|
a06681913d
|
remove: document download file permission (#24459)
|
2025-08-25 15:11:48 +08:00 |
twwu
|
8ff4f34773
|
refactor(create-pipeline): remove unused CreateForm and CreateModal components, streamline dataset creation process
|
2025-08-22 10:49:23 +08:00 |
twwu
|
dfd33b3d84
|
Merge branch 'main' into feat/rag-2
|
2025-08-21 09:43:51 +08:00 |
Joel
|
ddf05ca059
|
feat: notice of the expire of education verify (#24210)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-20 15:37:46 +08:00 |
twwu
|
a1666fe058
|
Merge branch 'main' into feat/rag-2
|
2025-08-19 14:59:06 +08:00 |
Joel
|
de9c5f10b3
|
feat: enchance prompt and code (#23633)
Co-authored-by: stream <stream@dify.ai>
Co-authored-by: Stream <1542763342@qq.com>
Co-authored-by: Stream <Stream_2@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-18 12:29:12 +08:00 |
twwu
|
02720c9b95
|
Merge branch 'main' into feat/rag-2
|
2025-08-14 15:03:48 +08:00 |
Yongtao Huang
|
02194db0c6
|
Fix: narrow beforeRequest hook type to avoid boolean in array (#23860)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
|
2025-08-13 23:28:13 +08:00 |
twwu
|
5a6818c817
|
Merge branch 'main' into feat/rag-2
|
2025-08-13 15:05:57 +08:00 |
Will
|
1ffe190557
|
Feat/improved mcp timeout configs (#23605)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-12 13:14:00 +08:00 |
twwu
|
b21d991fdb
|
feat(rag): pass credentialId to online document preview and wire to data source store
|
2025-08-08 14:26:38 +08:00 |
twwu
|
1b3860d012
|
Merge branch 'main' into feat/rag-2
|
2025-08-07 16:27:20 +08:00 |
twwu
|
5729d38776
|
feat: add CredentialIcon component and integrate it into credential selector for improved avatar display
|
2025-08-07 15:34:15 +08:00 |
lyzno1
|
f6c7175828
|
fix: make TagSelector always visible for accessibility and mobile support (#23515)
|
2025-08-07 09:25:26 +08:00 |
twwu
|
40f3524cfe
|
Merge branch 'main' into feat/rag-2
|
2025-08-06 14:23:51 +08:00 |
Good Wood
|
eb12fd9461
|
fix: fix wrong unicodechar regx (#23468)
|
2025-08-06 09:48:25 +08:00 |
zxhlyh
|
201e4cd64d
|
merge main
|
2025-08-05 10:30:53 +08:00 |
yyh
|
d8584dc03a
|
feat: enhance document list navigation and sorting functionality (#23383)
|
2025-08-05 10:19:47 +08:00 |
NeatGuyCoding
|
a724f35672
|
fix: fetchAppWithTags may return empty when apps is over 100 (#23350)
|
2025-08-04 20:20:43 +08:00 |
lyzno1
|
0c925bd088
|
feat(ui): unify tag editing in app sidebar and add management entry to TagFilter (#23325)
|
2025-08-03 18:30:47 +08:00 |
Warren Wong
|
6d5a7684b4
|
feat: Add Download Button to UI for Knowledge Resource Source Files (#23320)
|
2025-08-03 16:26:11 +08:00 |
twwu
|
19a93c6554
|
feat: Enhance Notion integration by adding credential_id to NotionInfo and updating related functions
|
2025-08-01 14:04:01 +08:00 |
twwu
|
0b871abe59
|
feat: Add credential handling to Notion page selector and related components
|
2025-07-31 16:28:53 +08:00 |
twwu
|
195bf6621a
|
Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2
|
2025-07-31 15:19:11 +08:00 |
twwu
|
8711a57d92
|
feat: Enhance NotionPageSelector and NotionPageSelectorModal with loading states and credential handling
|
2025-07-31 15:19:03 +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 |
zxhlyh
|
76b4288b34
|
datasource change authed page
|
2025-07-30 15:23:04 +08:00 |
twwu
|
f8d7d07c13
|
feat: Introduce CredentialSelector component and remove WorkspaceSelector
|
2025-07-30 15:19:10 +08:00 |
GuanMu
|
4499cda186
|
Feat annotations panel (#22968)
|
2025-07-30 13:40:48 +08:00 |
zxhlyh
|
e19a07c2e6
|
merge main
|
2025-07-29 15:44:23 +08:00 |