Commit Graph

2790 Commits (dfe3c2caa14afdf47dd474afc398b3555a1adc99)

Author SHA1 Message Date
twwu 7d7fd18e65 Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline 1 year ago
twwu c6ae9628af feat: refactor input variable handling and configurations in pipeline processing components 1 year ago
Joel 4631575c12 feat: can support choose current node var 1 year ago
zxhlyh a4f4fea0a5 fix: note node delete 1 year ago
-LAN- 0f5417ab84
feat(web): Contains sys.files in the default template. (#21476) 1 year ago
twwu 261b7cabc8 feat: enhance OnlineDocumentPreview with datasourceNodeId and implement preview functionality 1 year ago
zxhlyh 819c02f1f5
fix: prompt editor click to insert variable (#21470) 1 year ago
Covfefeable 449e16782e
fix: update DocumentList to include max height and overflow styles (#21466) 1 year ago
thief 257809bb30
fix: in plugin config panel appselector can not list all apps() (#21457) 1 year ago
crazywoola 8a20134a5b
fix: inputs.items is undefined (#21463) 1 year ago
twwu ccd346d1da feat: add handling for RAG pipeline variables in node interactions 1 year ago
AntzUhl 27172b0898
fix (conf/code): Variables not correctly filled can still be referenced (#21451)
Co-authored-by: crazywoola <427733928@qq.com>
1 year ago
github-actions[bot] 5b33d086c6
chore: translate i18n files (#21459)
Co-authored-by: laipz8200 <16485841+laipz8200@users.noreply.github.com>
1 year ago
-LAN- c7ee0f2a93
fix(knowledge_base): Unchecked metadata name length (#21454)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
twwu a866cbc6d7 feat: implement usePipeline hook for managing pipeline variables and refactor input field handling 1 year ago
Minamiyama 8ea27bc341
feat: persist debug-and-preview panel width in localstorage (#21434) 1 year ago
Joel c8ebad055c
fix: text generation app log not show (#21436) 1 year ago
zxhlyh 8f4a0d4a22 variable picker 1 year ago
Joel f668d89621
fix: last run not export var and ts problem (#21424) 1 year ago
Minamiyama 197c018c1f
fix missing style of conversation variable panel default value textarea (#21422) 1 year ago
twwu 1c51bef3cb fix: standardize capitalization in translation keys and remove unused group property in FieldListContainer 1 year ago
Kerwin Bryant 2467bd738a
Improve App Icon Picker: Stable Modal Height & Collapsible Emoji Style Section (#21399) 1 year ago
zxhlyh c31754e6cd fix: create pipeline from customized 1 year ago
github-actions[bot] 4a59360ad3
chore: translate i18n files (#21395)
Co-authored-by: QuantumGhost <2939865+QuantumGhost@users.noreply.github.com>
1 year ago
Joel 1a1bfd4048
feat: last run frontend (#21369)
The frontend of feat: Persist Variables for Enhanced Debugging Workflow (#20699).

Co-authored-by: jZonG <jzongcode@gmail.com>
1 year ago
QuantumGhost 10b738a296
feat: Persist Variables for Enhanced Debugging Workflow (#20699)
This pull request introduces a feature aimed at improving the debugging experience during workflow editing. With the addition of variable persistence, the system will automatically retain the output variables from previously executed nodes. These persisted variables can then be reused when debugging subsequent nodes, eliminating the need for repetitive manual input.

By streamlining this aspect of the workflow, the feature minimizes user errors and significantly reduces debugging effort, offering a smoother and more efficient experience.

Key highlights of this change:

- Automatic persistence of output variables for executed nodes.
- Reuse of persisted variables to simplify input steps for nodes requiring them (e.g., `code`, `template`, `variable_assigner`).
- Enhanced debugging experience with reduced friction.

Closes #19735.
1 year ago
twwu 2414dbb5f8 feat: clear selected IDs on document deletion action in DocumentList component 1 year ago
twwu 916a8c76e7 fix: rename currentDocuments to currentDocument for consistency in online documents handling 1 year ago
twwu 896906ae77 feat: refactor layout structure in PipelineSettings component for improved responsiveness 1 year ago
twwu dd792210f6 Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline 1 year ago
twwu 6ba4a4c165 feat: enhance website crawl functionality with state management and result handling 1 year ago
zxhlyh 48f53f3b9b workflow dependency 1 year ago
15 3537088135
Fixes #21351 (#21354) 1 year ago
twwu b9f59e3a75 Merge branch 'main' into feat/rag-pipeline 1 year ago
Good Wood 43f5b21852
feat: add config for max-tree-depth (#21291) 1 year ago
GuanMu e56d7547f7
fix: web error (#21340) 1 year ago
Ganondorf ea68c92bbb
fix segment display the default (#21317)
Co-authored-by: lizb <lizb@sugon.com>
1 year ago
Wu Tianwei b348455144
fix: Update segmentation type initialization to support parent-child mode based on document form (#21359) 1 year ago
onlylhf f2f6e95880
fix: Update the logic for segment type settings to support parent-child mode selection. (#21278) 1 year ago
XiaoBa 725a221315
fix: hide marketplace information(#21275) (#21276)
Co-authored-by: Xiaoba Yu <xb1823725853@gmail.com>
1 year ago
crazywoola d333aac84a
refactor: env check with function (#21310) 1 year ago
crazywoola 3fefb34d44
fix: wrong translation (#21311) 1 year ago
GuanMu 870e73c03b
Knowledge base API supports status updates #18147 (#18235) 1 year ago
HyaCinth fa70033438
style(dark): Adjust chat bubble background color (langgenius#20990) (#21264) 1 year ago
QuantumGhost 3f9ced5374
Revert "feat:conversation variable support file array" (#21273) 1 year ago
sayThQ199 ba5eebf3a2
feat(mermaid): Rearchitect component for robustness, security, and theming (#21281) 1 year ago
XiaoBa 186ac74c1f
fix: update auto translations for days of the week(#21279) (#21287)
Co-authored-by: Xiaoba Yu <xb1823725853@gmail.com>
1 year ago
KVOJJJin 223448af18
Feat: support selecting model in auto generator (#21208) 1 year ago
非法操作 40e8ad419b
fix: not permitted schema of markdown link cause page crash (#21258) 1 year ago
-LAN- 6b1ad634f1
fix(workflow_run): sequence_number race. (#21228)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
twwu 3899211c41 Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline 1 year ago
twwu 335e1e3602 feat: enhance pipeline settings with execution log and processing capabilities 1 year ago
Good Wood 1d41b642ca
chore: remove redundant code (#21211) 1 year ago
zxhlyh cff039d123
fix: workflow import sync env and conversation variables (#21215) 1 year ago
NFish db20f9bb71
Fix/dataset page may redirect to apps if it still getting user info and workspace info (#21221) 1 year ago
zxhlyh 95ba55af4d fix: import dsl sync rag variables 1 year ago
twwu 55516c4e57 fix: add type checks for workspace roles in DatasetsLayout component 1 year ago
kinoooolu 2bb19f85c6
feat:conversation variable support file array (#21174)
Co-authored-by: kino.lu <kino.lu@vipshop.com>
1 year ago
Ganondorf e99861d4fe
Add Filter of Get Workflow Logs (#21172)
Co-authored-by: lizb <lizb@sugon.com>
1 year ago
非法操作 a205ee16b9
feat: improve the orgnize node operation (#21183) 1 year ago
NeatGuyCoding 9835730278
Translation fix (#21194) 1 year ago
twwu 5d25199f42 refactor: update layout for creation title and content in StepThree component 1 year ago
twwu 387826674c Merge branch 'main' into feat/rag-pipeline 1 year ago
sayThQ199 2df4699312
fix(echarts): Resolve interaction issues on charts with timelines (#21185) 1 year ago
twwu a103324f25 refactor: enhance UI components with new icons and improved styling in billing and dataset processes 1 year ago
zxhlyh dbae5b0564
fix: workflow shortcuts (#21164) 1 year ago
NFish 420a34a546
Fix: web app auth maybe failed (#21166) 1 year ago
github-actions[bot] 99acdcdef7
chore: translate i18n files (#21163)
Co-authored-by: douxc <7553076+douxc@users.noreply.github.com>
1 year ago
NFish 614c5e087e
Feat: add check before install plugin (#20014) 1 year ago
twwu f85e6a0dea feat: implement SSE for data source node processing and completion events, replacing previous run methods 1 year ago
twwu 4b3a54633f refactor: streamline dataset detail fetching and improve dataset list handling across components 1 year ago
croatialu 15800c6108
feat: Embedded chat window supports userVariables configuration. (#20983) 1 year ago
Bowen Liang ea44b895e2
chore: cancel enforcing uppercase of the text of plugin navigation button on the header bar (#20890) 1 year ago
诗浓 1da8027445
feat: Support drop DSL file into the browser to create app (#20706)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 year ago
zxhlyh 379c92bd82 Merge branch 'main' into feat/rag-pipeline 1 year ago
yangzheli b69f952e3e
fix(web): number type prompt variable required validation not effective (#20898) 1 year ago
XiaoCC 0784c6295d
fix Multiple <think>\n Interface rendering exception (#20977) 1 year ago
croatialu 8ac3bd1768
feat: Add support for hidden attributes to form item types (#20956) 1 year ago
HyaCinth 945d1569ee
fix(web): fix unique key issue (#20809) (#20810) 1 year ago
Kerwin Bryant 4e701b1efd
fix(web): enhance API test page experience by adding loading state for test button (#21091) 1 year ago
twwu 176b844cd5 refactor: consolidate DialogWrapper component usage and improve prop handling across input fields 1 year ago
HyaCinth 21c2de2d7e
fix(code-editor): optimize the loading style of the CodeEditor component in dark mode (#21116) (#21120) 1 year ago
github-actions[bot] 72a6cde828
chore: translate i18n files (#21053)
Co-authored-by: zxhlyh <16177003+zxhlyh@users.noreply.github.com>
1 year ago
zxhlyh 3164f90327 merge main 1 year ago
zxhlyh fc187d6998
chore: responsive header (#21115) 1 year ago
twwu 90ac52482c test: add unit tests for ActionButton component with various states and sizes 1 year ago
twwu 796797d12b feat: centralize variable type mapping by introducing VAR_TYPE_MAP in pipeline model 1 year ago
非法操作 7a2a8a2ffd
chore: check input variable key of code/template node is valid (#21057) 1 year ago
非法操作 2ddc3658a0
fix: remove the x overflow scroll bar of monitoring page (#21059) 1 year ago
Bowen Liang 6a5236b200
chore: cleanup wrong and unused doc links in i18 translations by appling docLink method usage (#21112) 1 year ago
twwu 7ac0f0c08c feat: enhance processing components by adding runDisabled state and fetching indicators 1 year ago
非法操作 6c0a91a64f
fix: some dark theme display incorrect (#21055) 1 year ago
kurokobo df6451076b
fix: prevent nodes from being unintentionally deleted by pressing the backspace key. (#21023) 1 year ago
GuanMu 19339c3de1
fix: doc error (#21108) 1 year ago
NFish c5acffb034
fix: page loop in datasets and apps if current user is dataset_operator (#21114) 1 year ago
twwu 5cc6a2bf33 refactor: update toast notification handling and improve context usage in DocumentDetail 1 year ago
NFish 110bb5e5a5
fix: auto redirect to login page if web app needs login (#21096) 1 year ago
twwu 33cd32382f feat: add indexing status batch and process rule hooks; refactor Notion page preview types 1 year ago
NFish d7663159e9
Fix/webapp loop login (#21092) 1 year ago
twwu ce0bd421ae Merge branch 'main' into feat/rag-pipeline 1 year ago
twwu f9d04c6975 Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline 1 year ago
twwu ecb07a5d0d feat: enhance field list functionality by adding chosen and selected properties to SortableItem 1 year ago
NFish 41cb39eb5d
fix: redirect to apps page if current user has no permission to visit dataset page (#21065) 1 year ago
zxhlyh a165ba2059 merge main 1 year ago
zxhlyh 12fd2903d8 fix 1 year ago
-LAN- 809a0ab6bf
chore: bump version to 1.4.3 (#21045)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago
twwu 0a2c569b3b fix: replace useGetDocLanguage with useDocLink for consistent documentation linking 1 year ago
zxhlyh 51b63b2398
chore: rename workflow blocks (#21052) 1 year ago
twwu 9ab0d5fe60 Merge branch 'main' into feat/rag-pipeline 1 year ago
Wu Tianwei 59b89b9971
fix: update documentation links for various components to support localization (#21048) 1 year ago
zxhlyh abb2ed66e7 merge main 1 year ago
zxhlyh 5ae78f79b0 datasource dark theme 1 year ago
HyaCinth d587480a3e
fix(web): optimize conversation-panel Modal width adjustment logic (#21018) 1 year ago
kurokobo 765189d4f5
fix: correct description for edu coupon (#21020) 1 year ago
Alter-xyz f6641c0f41
docs: conv and user_id (#21004) 1 year ago
twwu 6622ce6ad8 fix: update formData construction in convertToInputFieldFormData for improved handling of optional fields
fix: adjust z-index value in DialogWrapper for proper stacking context
1 year ago
twwu 55906c8375 fix: remove unused billing plan logic from CreateFromDSLModal component 1 year ago
Bowen Liang f4df759ba6
refactor: generalize method for getting doc link respecting locale and fix error link paths (#20801) 1 year ago
twwu 58842898e1 Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline 1 year ago
zxhlyh 26aff400e4 node default configs 1 year ago
quicksand 3a628bc671
chore: app info add author_name (#20973) 1 year ago
twwu 4b11d29ede fix: update VAR_TYPE_MAP and initialData handling in useConfigurations for improved variable processing 1 year ago
twwu 5c228bca4f feat: replace TypeIcon with AppIcon in SelectDataSet component for improved icon display 1 year ago
twwu b0107f4128 fix: update z-index values for DialogWrapper components to ensure proper stacking context 1 year ago
zxhlyh 55bff10f0d fix 1 year ago
Joel 45c9b77e82 fix: match var reg 1 year ago
twwu 80f656f79a fix: adjust layout and visibility conditions in CreateFormPipeline and ChunkPreview components 1 year ago
Joel c891eb28fc fix: in prompt editor show vars error 1 year ago
twwu b9fa3f54e9 refactor: refactor component imports and enhance layout for better responsiveness in dataset previews 1 year ago
twwu 4d2f904d72 feat: enhance WorkflowPreview and TemplateCard components with additional styling and className prop 1 year ago
twwu d994e6b6c7 feat: replace data source icons with AppIcon component in Item and DatasetItem 1 year ago
twwu aba48bde0b feat: update SettingsModal to integrate keyword number handling and refactor index method logic 1 year ago
twwu 3e5d9884cb test: add unit tests for AppIcon component with various rendering scenarios 1 year ago
twwu 406d70e4a3 feat: integrate resetDatasetList hook into CreateOptions and TemplateCard components 1 year ago
zxhlyh b367f48de6 add datasource category 1 year ago
twwu 6f17200dec refactor: update dataset handling to use runtime_mode instead of pipeline_id 1 year ago
twwu b1f250862f Merge branch 'main' into feat/rag-pipeline 1 year ago
twwu 141d6b1abf feat: implement document settings and pipeline settings components with localization support 1 year ago
zxhlyh a7eb534761 add datasource category 1 year ago
非法操作 b2ac11bc47
fix: markdown button can't send message (#20933) 1 year ago
twwu 808f792f55 fix: update isPending condition and add indexing technique checks for segment detail and new segment modal 1 year ago
twwu 5c41922b8a fix: update file extension for downloaded DSL files and refine mutation keys for template operations 1 year ago
twwu e52c905aa5 refactor: improve layout-main component structure and readability 1 year ago
twwu 7b9a3c1084 fix: update translation keys for document availability messages in English and Chinese 1 year ago
twwu b7f9d7e94a Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline 1 year ago
twwu 92e6c52c0e refactor: update handleUseTemplate to use callback for dataset creation and improve error handling; change HTTP method for dependency check 1 year ago
zxhlyh 7dea7f77ac Merge branch 'main' into feat/rag-pipeline 1 year ago
zxhlyh 4d9b15e519 fix 1 year ago
twwu f995436eec feat: implement chunk structure card and related hooks for dataset creation; update translations and refactor pipeline template fetching 1 year ago
-LAN- acb2488fc8
chore(package): Bump version to 1.4.2 (#20897)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 year ago