Commit Graph

285 Commits (2cf980026ee72ca488e1fa0b5ff5ca30449bb1be)

Author SHA1 Message Date
zxhlyh 3164f90327 merge main 10 months ago
非法操作 2ddc3658a0
fix: remove the x overflow scroll bar of monitoring page (#21059) 10 months ago
GuanMu 19339c3de1
fix: doc error (#21108) 10 months ago
NFish c5acffb034
fix: page loop in datasets and apps if current user is dataset_operator (#21114) 10 months ago
twwu ce0bd421ae Merge branch 'main' into feat/rag-pipeline 10 months ago
NFish 41cb39eb5d
fix: redirect to apps page if current user has no permission to visit dataset page (#21065) 10 months ago
zxhlyh abb2ed66e7 merge main 10 months ago
Bowen Liang f4df759ba6
refactor: generalize method for getting doc link respecting locale and fix error link paths (#20801) 10 months ago
twwu 6f17200dec refactor: update dataset handling to use runtime_mode instead of pipeline_id 10 months ago
twwu e52c905aa5 refactor: improve layout-main component structure and readability 10 months ago
zxhlyh 5b4d04b348 Merge branch 'main' into feat/rag-pipeline 10 months ago
Bharat Ramanathan e6e76852d5
Add support for W&B dedicated cloud instances in Weave tracing integration (#20765)
Co-authored-by: crazywoola <427733928@qq.com>
10 months ago
Joel 723b69cf8d
chore: chart panel ui enhance (#20743) 10 months ago
zxhlyh f9d0a7bdc8 Merge branch 'main' into feat/rag-pipeline 11 months ago
Joel 4f0c9fdf2b
chore: remove repeat public api and service api panel (#20715) 11 months ago
twwu cf2ef93ad5 Merge branch 'main' into feat/rag-pipeline 11 months ago
Nite Knite 7094680e23
feat: reorder app types (#20685) 11 months ago
geosmart de9c7f2ea4
Update template.zh.mdx-fix document update metadata body param (#20659) 11 months ago
NFish 9915a70d7f
Fix/webapp access scope (#20109) 11 months ago
kenwoodjw 01d500db14
fix: autocorrect everything in web (#20605)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
11 months ago
GuanMu 6aba223383
fix: adjust sticky header properties in Container component (#20624) 11 months ago
Ganondorf 51f64797cd
Add APIs for Knowledge Base Tag Management and Dataset Binding (#20023)
Co-authored-by: lizb <lizb@sugon.com>
11 months ago
Dongyu Li 1ea4459d9f
update knowledge base api (#20426) 11 months ago
twwu 9176790adf feat: enhance dataset detail layout with button disable logic based on pipeline status 11 months ago
twwu db963a638c Merge branch 'main' into feat/rag-pipeline 11 months ago
GuanMu ded4b024f3
Fix dataseat card height (#20239) 11 months ago
Good Wood 6f982eb7e4
feat: add author_name for app list card (#16900)
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
11 months ago
zxhlyh c2a7e0e986 version panel 11 months ago
twwu b18519b824 refactor: add create-from-pipeline page and associated components for document processing 11 months ago
crazywoola d35d854259
Revert "fix: fix duplicate app lose custom image" (#19995) 11 months ago
CorrectRoad 618981f1ae
fix: fix duplicate app lose custom image (#19775) 11 months ago
zxhlyh 55f4177b01 merge main 11 months ago
NFish d186daa131
E-300 (#19726)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Hash Brown <hi@xzd.me>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: GareArc <chen4851@purdue.edu>
Co-authored-by: Byron.wang <byron@dify.ai>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
Co-authored-by: KVOJJJin <jzongcode@gmail.com>
Co-authored-by: Alexi.F <654973939@qq.com>
Co-authored-by: Xiyuan Chen <52963600+GareArc@users.noreply.github.com>
Co-authored-by: kautsar_masuara <61046989+izon-masuara@users.noreply.github.com>
Co-authored-by: achmad-kautsar <achmad.kautsar@insignia.co.id>
Co-authored-by: Xin Zhang <sjhpzx@gmail.com>
Co-authored-by: kelvintsim <83445753+kelvintsim@users.noreply.github.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Zixuan Cheng <61724187+Theysua@users.noreply.github.com>
11 months ago
zxhlyh 0e0a266142 merge main 11 months ago
非法操作 499392c6f9
chore: improve some doc (#19881) 11 months ago
GQ1994 e7659ecd9d
revert https://github.com/langgenius/dify/pull/19497 (19497) (#19807)
Co-authored-by: qingguo <qingguo@lexin.com>
11 months ago
twwu 7de5585da6 refactor: replace SWR with custom hooks for dataset detail and related apps; update context usage in components 11 months ago
twwu 35a7add4e9 refactor: refactor pipeline-related components and services to use template terminology 11 months ago
twwu 019ef74bf2 refactor: replace Container with List, update DatasetCard z-index, and implement useDatasetList for data fetching 11 months ago
KVOJJJin 3548c133e3
Feat: add theme switcher (#18093) 11 months ago
twwu cfb6d59513 Merge branch 'main' into feat/rag-pipeline 11 months ago
twwu cef6463847 feat: Enhance dataset settings with chunk structure and icon selection 11 months ago
GuanMu a8b82d2b67
Fix btns (#19564) 11 months ago
Abdullah AlOsaimi f3522a282c
correct key to 'embedding_model_provider' in docs (#19541) 11 months ago
johnny0120 49af07f444
fix: use NextJS basePath and WEB_PREFIX to support custom prefix (#19497)
Co-authored-by: johnny0120 <15564476+johnny0120@users.noreply.github.com>
11 months ago
kenwoodjw abc61f680a
fix delete api response (#19480)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
11 months ago
twwu 1fbeb3a21a refactor: enhance dataset components with new icons and improve layout structure 11 months ago
twwu 3d11af2dd6 refactor: update imports for knowledge and pipeline components 11 months ago
twwu 4025cd0b46 feat: Refactor dataset pipeline creation components and add internationalization support 12 months ago
zxhlyh d196872059 merge main 12 months ago