twwu
|
90d0f12ee9
|
refactor: update file extension handling in ChunkPreview component to use dynamic extension retrieval
|
2025-07-11 16:53:03 +08:00 |
|
twwu
|
50e16f8362
|
refactor: optimize state selection in data source components using useShallow for improved performance
|
2025-07-11 16:41:01 +08:00 |
|
twwu
|
9dbb06fccc
|
fix: Fix node panel positioning issue when chat log modal is open
|
2025-07-11 15:58:26 +08:00 |
|
jyong
|
3b70f8ac08
|
r2
|
2025-07-11 15:25:58 +08:00 |
|
twwu
|
58a3471a5f
|
refactor: update variable utility functions to include isRagVariableVar for enhanced variable validation
|
2025-07-11 13:51:23 +08:00 |
|
twwu
|
3e187ba6aa
|
refactor: update BlockIcon component to handle Tool and DataSource types for conditional rendering
|
2025-07-10 16:56:59 +08:00 |
|
twwu
|
f677f2f71b
|
refactor: update useEffect dependency to include currentPage.page_id for proper content fetching
|
2025-07-10 16:27:56 +08:00 |
|
twwu
|
de6867f875
|
refactor: update CrawledResult and WebsiteCrawl components to handle showPreview prop and adjust previewIndex logic
|
2025-07-10 15:43:36 +08:00 |
|
twwu
|
c39746181d
|
refactor: update data source store usage in LocalFile and WebsiteCrawl components
|
2025-07-10 15:24:58 +08:00 |
|
twwu
|
15cd9e0b12
|
refactor: rename selectedFileList to selectedFileKeys across components and update related logic
|
2025-07-10 15:14:23 +08:00 |
|
twwu
|
e66c2badda
|
refactor: update error handling to use DataSourceNodeErrorResponse in OnlineDocuments and WebsiteCrawl components
|
2025-07-10 13:55:24 +08:00 |
|
twwu
|
6030ae9d0f
|
refactor: integrate currentNodeIdRef into data source store and update related components
|
2025-07-10 12:02:54 +08:00 |
|
twwu
|
42fd40500a
|
refactor: remove isTruncated state and update related logic to use mutable refs
|
2025-07-10 10:39:01 +08:00 |
|
twwu
|
611bc728d0
|
fix: update hover background color for disabled and active NavLink states
|
2025-07-10 10:21:45 +08:00 |
|
twwu
|
e2a141b3bb
|
Merge branch 'main' into feat/rag-2
|
2025-07-10 10:14:12 +08:00 |
|
Wu Tianwei
|
a316766ad7
|
chore: Update theme vars (#22113)
|
2025-07-10 10:11:31 +08:00 |
|
Minamiyama
|
a9cc19f530
|
feat(question-classifier): add drag-and-drop sorting for topics list (#22066)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-07-10 10:03:11 +08:00 |
|
Jason Young
|
881a151d30
|
test: add comprehensive unit tests for encrypter module (#22102)
|
2025-07-10 10:01:15 +08:00 |
|
NFish
|
785c4caa67
|
fix: allow update plugin install settings (#22111)
|
2025-07-10 09:58:48 +08:00 |
|
Heyang Wang
|
4403bc67a1
|
fix(Drawer): add overflow hidden to ensure copy button is always clickable (#21992) (#22103)
Co-authored-by: wangheyang <wangheyang@corp.netease.com>
|
2025-07-10 09:20:02 +08:00 |
|
wangsen3
|
b237113311
|
Update clean_document_task.py (#22090)
|
2025-07-10 09:18:50 +08:00 |
|
jyong
|
8b97551f1a
|
r2
|
2025-07-09 18:50:13 +08:00 |
|
twwu
|
966e6e03fc
|
style: Update component attributes to use single quotes and adjust z-index in ContentDialog
|
2025-07-09 18:34:21 +08:00 |
|
twwu
|
775983b04b
|
Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2
|
2025-07-09 18:21:01 +08:00 |
|
twwu
|
a2e0bc26c6
|
feat: Add conversion functionality to Knowledge Pipeline with UI and translations
|
2025-07-09 18:20:52 +08:00 |
|
-LAN-
|
4cb50f1809
|
feat(libs): Introduce extract_tenant_id (#22086)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-07-09 17:45:56 +08:00 |
|
jyong
|
bd33b9ffec
|
r2
|
2025-07-09 17:34:42 +08:00 |
|
jyong
|
b538eee5dd
|
r2
|
2025-07-09 17:28:52 +08:00 |
|
twwu
|
7c6bdb9ec9
|
feat: Enhance operations with pause and resume functionality
|
2025-07-09 16:05:42 +08:00 |
|
twwu
|
258c965bd0
|
Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2
|
2025-07-09 15:55:31 +08:00 |
|
twwu
|
9e44f2b805
|
Merge branch 'main' into feat/rag-2
|
2025-07-09 15:54:57 +08:00 |
|
Davide Delbianco
|
1885426421
|
feat: Allow to change SSL verify in HTTP Node (#22052)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-07-09 15:53:24 +08:00 |
|
wlleiiwang
|
89b52471fb
|
Optimize the memory usage of Tencent Vector Database (#22079)
Co-authored-by: wlleiiwang <wlleiiwang@tencent.com>
|
2025-07-09 15:53:06 +08:00 |
|
jyong
|
9dcba51225
|
r2
|
2025-07-09 15:48:08 +08:00 |
|
Minamiyama
|
3643ed1014
|
Feat: description field for env variables (#21556)
|
2025-07-09 15:18:23 +08:00 |
|
twwu
|
e7d394f160
|
feat: Add DatasetSidebarDropdown component and integrate ExtraInfo for dataset details
|
2025-07-09 15:13:02 +08:00 |
|
twwu
|
dfe3c2caa1
|
Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2
|
2025-07-09 14:45:03 +08:00 |
|
twwu
|
4ea4d227c6
|
refactor: Remove unused file support types logic from CreateFormPipeline component
|
2025-07-09 14:44:56 +08:00 |
|
jyong
|
b5e4ce6c68
|
r2
|
2025-07-09 14:27:49 +08:00 |
|
twwu
|
4a8061d14c
|
fix: Integrate dataset list reset functionality in dropdown and step two components
|
2025-07-09 13:54:49 +08:00 |
|
twwu
|
59c3305dcc
|
feat: Enhance dataset dropdown functionality with export and delete options
|
2025-07-09 13:42:24 +08:00 |
|
twwu
|
8fc15c83d0
|
feat: Refactor dataset info components and add export pipeline functionality
|
2025-07-09 10:45:50 +08:00 |
|
kurokobo
|
e39236186d
|
feat: introduce new env ALLOW_UNSAFE_DATA_SCHEME to allow rendering data uri scheme (#21321)
|
2025-07-09 10:12:40 +08:00 |
|
Yongtao Huang
|
521488f926
|
Remove tow unused files (#22022)
|
2025-07-09 09:28:26 +08:00 |
|
Jason Young
|
d61ea5a2de
|
test: add comprehensive unit tests for UrlSigner (#22030)
|
2025-07-08 21:22:37 +08:00 |
|
Davide Delbianco
|
816210d744
|
Expose LLM usage in workflows (#21766)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-07-08 21:18:00 +08:00 |
|
twwu
|
a0942399cd
|
Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2
|
2025-07-08 20:04:26 +08:00 |
|
twwu
|
1c85dada53
|
feat: Implement sidebar toggle functionality with keyboard shortcuts and improve translations
|
2025-07-08 20:04:15 +08:00 |
|
jyong
|
bc1a517a97
|
r2
|
2025-07-08 17:16:10 +08:00 |
|
twwu
|
b3431ab0c4
|
feat: Refactor online drive components to improve file retrieval and selection logic
|
2025-07-08 16:46:59 +08:00 |
|