mirror of
https://github.com/langgenius/dify.git
synced 2026-08-28 21:23:22 +08:00
r2 transform
This commit is contained in:
parent
b01c66acbc
commit
7f6759e0ac
@ -640,13 +640,15 @@ workflow:
|
|||||||
allow_file_upload_methods: null
|
allow_file_upload_methods: null
|
||||||
allowed_file_types: null
|
allowed_file_types: null
|
||||||
belong_to_node_id: shared
|
belong_to_node_id: shared
|
||||||
default_value: null
|
default_value: \n\n
|
||||||
label: delimiter
|
label: Delimiter
|
||||||
max_length: 100
|
max_length: 100
|
||||||
options: []
|
options: []
|
||||||
placeholder: null
|
placeholder: null
|
||||||
required: true
|
required: true
|
||||||
tooltips: null
|
tooltips: A delimiter is the character used to separate text. \n\n is recommended
|
||||||
|
for splitting the original document into large parent chunks. You can also use
|
||||||
|
special delimiters defined by yourself.
|
||||||
type: text-input
|
type: text-input
|
||||||
unit: null
|
unit: null
|
||||||
variable: delimiter
|
variable: delimiter
|
||||||
@ -662,7 +664,7 @@ workflow:
|
|||||||
required: true
|
required: true
|
||||||
tooltips: null
|
tooltips: null
|
||||||
type: number
|
type: number
|
||||||
unit: null
|
unit: characters
|
||||||
variable: max_chunk_length
|
variable: max_chunk_length
|
||||||
- allow_file_extension: null
|
- allow_file_extension: null
|
||||||
allow_file_upload_methods: null
|
allow_file_upload_methods: null
|
||||||
@ -676,7 +678,7 @@ workflow:
|
|||||||
required: false
|
required: false
|
||||||
tooltips: null
|
tooltips: null
|
||||||
type: number
|
type: number
|
||||||
unit: null
|
unit: characters
|
||||||
variable: chunk_overlap
|
variable: chunk_overlap
|
||||||
- allow_file_extension: null
|
- allow_file_extension: null
|
||||||
allow_file_upload_methods: null
|
allow_file_upload_methods: null
|
||||||
|
|||||||
@ -640,13 +640,15 @@ workflow:
|
|||||||
allow_file_upload_methods: null
|
allow_file_upload_methods: null
|
||||||
allowed_file_types: null
|
allowed_file_types: null
|
||||||
belong_to_node_id: shared
|
belong_to_node_id: shared
|
||||||
default_value: null
|
default_value: \n\n
|
||||||
label: delimiter
|
label: Delimiter
|
||||||
max_length: 100
|
max_length: 100
|
||||||
options: []
|
options: []
|
||||||
placeholder: null
|
placeholder: null
|
||||||
required: true
|
required: true
|
||||||
tooltips: null
|
tooltips: A delimiter is the character used to separate text. \n\n is recommended
|
||||||
|
for splitting the original document into large parent chunks. You can also use
|
||||||
|
special delimiters defined by yourself.
|
||||||
type: text-input
|
type: text-input
|
||||||
unit: null
|
unit: null
|
||||||
variable: delimiter
|
variable: delimiter
|
||||||
@ -662,7 +664,7 @@ workflow:
|
|||||||
required: true
|
required: true
|
||||||
tooltips: null
|
tooltips: null
|
||||||
type: number
|
type: number
|
||||||
unit: null
|
unit: characters
|
||||||
variable: max_chunk_length
|
variable: max_chunk_length
|
||||||
- allow_file_extension: null
|
- allow_file_extension: null
|
||||||
allow_file_upload_methods: null
|
allow_file_upload_methods: null
|
||||||
@ -676,7 +678,7 @@ workflow:
|
|||||||
required: false
|
required: false
|
||||||
tooltips: null
|
tooltips: null
|
||||||
type: number
|
type: number
|
||||||
unit: null
|
unit: characters
|
||||||
variable: chunk_overlap
|
variable: chunk_overlap
|
||||||
- allow_file_extension: null
|
- allow_file_extension: null
|
||||||
allow_file_upload_methods: null
|
allow_file_upload_methods: null
|
||||||
|
|||||||
@ -330,13 +330,15 @@ workflow:
|
|||||||
allow_file_upload_methods: null
|
allow_file_upload_methods: null
|
||||||
allowed_file_types: null
|
allowed_file_types: null
|
||||||
belong_to_node_id: shared
|
belong_to_node_id: shared
|
||||||
default_value: null
|
default_value: \n\n
|
||||||
label: delimiter
|
label: Delimiter
|
||||||
max_length: 100
|
max_length: 100
|
||||||
options: []
|
options: []
|
||||||
placeholder: null
|
placeholder: null
|
||||||
required: true
|
required: true
|
||||||
tooltips: null
|
tooltips: A delimiter is the character used to separate text. \n\n is recommended
|
||||||
|
for splitting the original document into large parent chunks. You can also use
|
||||||
|
special delimiters defined by yourself.
|
||||||
type: text-input
|
type: text-input
|
||||||
unit: null
|
unit: null
|
||||||
variable: delimiter
|
variable: delimiter
|
||||||
@ -352,7 +354,7 @@ workflow:
|
|||||||
required: true
|
required: true
|
||||||
tooltips: null
|
tooltips: null
|
||||||
type: number
|
type: number
|
||||||
unit: null
|
unit: characters
|
||||||
variable: max_chunk_length
|
variable: max_chunk_length
|
||||||
- allow_file_extension: null
|
- allow_file_extension: null
|
||||||
allow_file_upload_methods: null
|
allow_file_upload_methods: null
|
||||||
@ -366,7 +368,7 @@ workflow:
|
|||||||
required: false
|
required: false
|
||||||
tooltips: null
|
tooltips: null
|
||||||
type: number
|
type: number
|
||||||
unit: null
|
unit: characters
|
||||||
variable: chunk_overlap
|
variable: chunk_overlap
|
||||||
- allow_file_extension: null
|
- allow_file_extension: null
|
||||||
allow_file_upload_methods: null
|
allow_file_upload_methods: null
|
||||||
|
|||||||
@ -330,13 +330,15 @@ workflow:
|
|||||||
allow_file_upload_methods: null
|
allow_file_upload_methods: null
|
||||||
allowed_file_types: null
|
allowed_file_types: null
|
||||||
belong_to_node_id: shared
|
belong_to_node_id: shared
|
||||||
default_value: null
|
default_value: \n\n
|
||||||
label: delimiter
|
label: Delimiter
|
||||||
max_length: 100
|
max_length: 100
|
||||||
options: []
|
options: []
|
||||||
placeholder: null
|
placeholder: null
|
||||||
required: true
|
required: true
|
||||||
tooltips: null
|
tooltips: A delimiter is the character used to separate text. \n\n is recommended
|
||||||
|
for splitting the original document into large parent chunks. You can also use
|
||||||
|
special delimiters defined by yourself.
|
||||||
type: text-input
|
type: text-input
|
||||||
unit: null
|
unit: null
|
||||||
variable: delimiter
|
variable: delimiter
|
||||||
@ -352,7 +354,7 @@ workflow:
|
|||||||
required: true
|
required: true
|
||||||
tooltips: null
|
tooltips: null
|
||||||
type: number
|
type: number
|
||||||
unit: null
|
unit: characters
|
||||||
variable: max_chunk_length
|
variable: max_chunk_length
|
||||||
- allow_file_extension: null
|
- allow_file_extension: null
|
||||||
allow_file_upload_methods: null
|
allow_file_upload_methods: null
|
||||||
@ -366,7 +368,7 @@ workflow:
|
|||||||
required: false
|
required: false
|
||||||
tooltips: null
|
tooltips: null
|
||||||
type: number
|
type: number
|
||||||
unit: null
|
unit: characters
|
||||||
variable: chunk_overlap
|
variable: chunk_overlap
|
||||||
- allow_file_extension: null
|
- allow_file_extension: null
|
||||||
allow_file_upload_methods: null
|
allow_file_upload_methods: null
|
||||||
|
|||||||
@ -603,7 +603,7 @@ workflow:
|
|||||||
allowed_file_types: null
|
allowed_file_types: null
|
||||||
belong_to_node_id: shared
|
belong_to_node_id: shared
|
||||||
default_value: \n\n
|
default_value: \n\n
|
||||||
label: delimiter
|
label: Delimiter
|
||||||
max_length: 100
|
max_length: 100
|
||||||
options: []
|
options: []
|
||||||
placeholder: null
|
placeholder: null
|
||||||
|
|||||||
@ -603,7 +603,7 @@ workflow:
|
|||||||
allowed_file_types: null
|
allowed_file_types: null
|
||||||
belong_to_node_id: shared
|
belong_to_node_id: shared
|
||||||
default_value: \n\n
|
default_value: \n\n
|
||||||
label: delimiter
|
label: Delimiter
|
||||||
max_length: 100
|
max_length: 100
|
||||||
options: []
|
options: []
|
||||||
placeholder: null
|
placeholder: null
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user