twwu
406d70e4a3
feat: integrate resetDatasetList hook into CreateOptions and TemplateCard components
2025-06-12 16:59:33 +08:00
zxhlyh
b367f48de6
add datasource category
2025-06-12 16:24:21 +08:00
twwu
6f17200dec
refactor: update dataset handling to use runtime_mode instead of pipeline_id
2025-06-12 15:57:07 +08:00
twwu
b1f250862f
Merge branch 'main' into feat/rag-pipeline
2025-06-12 15:18:19 +08:00
twwu
141d6b1abf
feat: implement document settings and pipeline settings components with localization support
2025-06-12 15:13:15 +08:00
zxhlyh
a7eb534761
add datasource category
2025-06-12 15:05:36 +08:00
非法操作
b2ac11bc47
fix: markdown button can't send message ( #20933 )
2025-06-12 08:18:15 +02:00
twwu
808f792f55
fix: update isPending condition and add indexing technique checks for segment detail and new segment modal
2025-06-12 11:11:03 +08:00
Takuya Ono
af83120832
🐛 Fix(Gemini LLM): Support Gemini 0.2.x plugin on agent app ( #20794 )
...
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
2025-06-12 00:49:38 +08:00
-LAN-
1e03c97663
fix(llm_node): missing parameters for structure outputs ( #20915 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-06-11 18:56:07 +08:00
twwu
5c41922b8a
fix: update file extension for downloaded DSL files and refine mutation keys for template operations
2025-06-11 18:11:38 +08:00
twwu
e52c905aa5
refactor: improve layout-main component structure and readability
2025-06-11 17:46:50 +08:00
twwu
7b9a3c1084
fix: update translation keys for document availability messages in English and Chinese
2025-06-11 17:42:45 +08:00
twwu
b7f9d7e94a
Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline
2025-06-11 17:17:15 +08:00
twwu
92e6c52c0e
refactor: update handleUseTemplate to use callback for dataset creation and improve error handling; change HTTP method for dependency check
2025-06-11 17:17:09 +08:00
zxhlyh
7dea7f77ac
Merge branch 'main' into feat/rag-pipeline
2025-06-11 17:12:38 +08:00
zxhlyh
4d9b15e519
fix
2025-06-11 17:11:57 +08:00
湛露先生
41e3ecc837
fix remote ip header CF-Connecting-IP ( #20846 )
2025-06-11 16:57:24 +08:00
twwu
f995436eec
feat: implement chunk structure card and related hooks for dataset creation; update translations and refactor pipeline template fetching
2025-06-11 16:38:42 +08:00
-LAN-
acb2488fc8
chore(package): Bump version to 1.4.2 ( #20897 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
1.4.2
2025-06-11 16:28:36 +08:00
Yeuoly
d6d8cca053
refactor: replace compact response generation with length-prefixed response for backwards invocation api ( #20903 )
2025-06-11 16:01:50 +08:00
非法操作
f601093ccc
fix: only enterprise version request app access mode ( #20785 )
2025-06-11 15:38:51 +08:00
twwu
45c76c1d68
refactor: rename icon property to icon_info in UpdateTemplateInfoRequest and related components
2025-06-11 13:39:07 +08:00
zxhlyh
6ecdac6344
pipeline preview
2025-06-11 11:51:19 +08:00
twwu
5c58b11b22
refactor: standardize pipeline template properties and improve related components
2025-06-11 11:25:08 +08:00
twwu
caa275fdbd
refactor: remove unused websiteCrawlJobId state and related props from useWebsiteCrawl and CreateFormPipeline components; update loading and file preview components for consistent width
2025-06-11 10:50:03 +08:00
zxhlyh
5dbda7f4c5
merge main
2025-06-11 10:41:50 +08:00
zxhlyh
0564651f6f
publish as customized pipeline
2025-06-11 10:40:49 +08:00
twwu
eff8108f1c
refactor: update dataset model and improve batch action component
2025-06-11 10:24:07 +08:00
Bowen Liang
0f3d4d0b6e
chore: bump mypy to 1.16 ( #20608 )
2025-06-11 01:01:33 +08:00
zxhlyh
0aeeee49f7
fix: draft sync
2025-06-10 17:39:20 +08:00
Nite Knite
60777bc610
chore: update plugin publish link text ( #20873 )
2025-06-10 17:34:26 +08:00
Jyong
21a50e22d2
fix auto metadata filter ( #20845 )
2025-06-10 10:46:17 +02:00
twwu
65ac022245
Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline
2025-06-10 16:06:58 +08:00
twwu
6e6090d5a9
test(SegmentedControl): add test cases
2025-06-10 16:06:42 +08:00
zxhlyh
978118f770
fix: datasource
2025-06-10 15:40:15 +08:00
zxhlyh
f4789d750d
publish as pipeline
2025-06-10 15:19:47 +08:00
zxhlyh
5e71f7c825
publish as pipeline
2025-06-10 15:10:13 +08:00
HyaCinth
fc6e2d14a5
fix(web): optimize prompt change logic for LLM nodes ( #20841 ) ( #20865 )
2025-06-10 09:04:10 +02:00
twwu
d3eedaf0ec
feat(i18n): add new translation entries for local file, website crawl, and online document
2025-06-10 14:22:09 +08:00
QuantumGhost
c439e82038
refactor(api): Decouple ParameterExtractorNode from LLMNode ( #20843 )
...
- Extract methods used by `ParameterExtractorNode` from `LLMNode` into a separate file.
- Convert `ParameterExtractorNode` into a subclass of `BaseNode`.
- Refactor code referencing the extracted methods to ensure functionality and clarity.
- Fixes the issue that `ParameterExtractorNode` returns error when executed.
- Fix relevant test cases.
Closes #20840 .
2025-06-10 11:47:50 +08:00
twwu
c91456de1b
fix(ChunkStructure): add disabled prop to OptionCard component
2025-06-10 10:43:40 +08:00
zxhlyh
9e19ed4e67
knowledge base node checklisst
2025-06-10 10:16:13 +08:00
zxhlyh
5b4d04b348
Merge branch 'main' into feat/rag-pipeline
2025-06-10 09:38:06 +08:00
QuantumGhost
a97ff587d2
fix(api): Resolve error encountered when executing QuestionClassifieNode ( #20829 )
...
The `QuestionClassifierNode` class extends `LLMNode`, meaning that, per the Liskov Substitution Principle, `QuestionClassifierNodeData` **SHOULD** be compatible in contexts where `LLMNodeData` is expected.
However, the absence of the `structured_output_enabled` attribute violates this principle, causing `QuestionClassifierNode` to fail during execution.
This commit implements a quick and temporary workaround. A proper resolution would involve refactoring to decouple `QuestionClassifierNode` from `LLMNode` to address the underlying design issue.
Fixes #20725 .
2025-06-10 00:34:51 +08:00
Yeuoly
91144207e0
refactor(DSL imports): using organization/name/version to fetch DSL dependencies. ( #20757 )
2025-06-09 19:05:29 +08:00
Xiyuan Chen
0720bc7408
Feat/webapp verified sso main ( #20494 )
2025-06-09 17:19:53 +09:00
非法操作
ab62a9662c
fix: some dark mode display incorrect ( #20788 )
2025-06-09 16:09:27 +08:00
NFish
d6a8af03b4
Fix/add webapp no permission page ( #20819 )
2025-06-09 15:44:49 +08:00
yihong
65c7c01d90
fix: clean up two unreachable code ( #20773 )
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2025-06-07 23:06:46 +08:00