You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/workflow/workflows.mdx
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1042,9 +1042,6 @@ A **Partitioner** node has a `type` of `partition`.
1042
1042
"provider_api_key": None,
1043
1043
"model": "<model>",
1044
1044
"output_format": "<output-format>",
1045
-
"prompt": {
1046
-
"text": "<alternative-prompt>"
1047
-
},
1048
1045
"format_html": <True|False>,
1049
1046
"unique_element_ids": <True|False>,
1050
1047
"is_dynamic": True,
@@ -1064,9 +1061,6 @@ A **Partitioner** node has a `type` of `partition`.
1064
1061
"provider_api_key": null,
1065
1062
"model": "<model>",
1066
1063
"output_format": "<output-format>",
1067
-
"prompt": {
1068
-
"text": "<alternative-prompt>"
1069
-
},
1070
1064
"format_html": <true|false>,
1071
1065
"unique_element_ids": <true|false>,
1072
1066
"is_dynamic": true,
@@ -1098,7 +1092,6 @@ Fields for `settings` include:
1098
1092
-`us.meta.llama3-2-90b-instruct-v1:0`
1099
1093
1100
1094
-`output_format`: _Output_. The format of the response. Allowed values include `text/html` and `application/json`. The default is `text/html`.
1101
-
-`prompt.text`: _Optional_. If the Auto partitioning strategy needs to use the VLM partitioning strategy, then use the specified prompt when calling the specified VLM. The default value is none, which means to rely on using Unstructured's internal default prompt when calling the VLM.
1102
1095
-`format_html`: _Optional_. If the Auto partitioning strategy needs to use the VLM partitioning strategy, true (the default) to apply Beautiful Soup's `prettify` method to the HTML that is generated by the VLM partitioner, which for example adds indentation for better readability.
1103
1096
-`unique_element_ids`: _Optional_. True (the default) to assign UUIDs to element IDs, which guarantees their uniqueness. This is useful for example when using them as primary keys in a database. False to assign a SHA-256 of the element's text as its element ID.
1104
1097
-`is_dynamic`: _Required_. True to enable dynamic routing of pages to Fast, High Res, or VLM as needed for better overall performance and cost savings.
@@ -1118,9 +1111,6 @@ Fields for `settings` include:
1118
1111
"provider_api_key": None,
1119
1112
"model": "<model>",
1120
1113
"output_format": "<output-format>",
1121
-
"prompt": {
1122
-
"text": "<alternative-prompt>"
1123
-
},
1124
1114
"format_html": <True|False>,
1125
1115
"unique_element_ids": <True|False>,
1126
1116
"is_dynamic": False,
@@ -1140,9 +1130,6 @@ Fields for `settings` include:
1140
1130
"provider_api_key": null,
1141
1131
"model": "<model>",
1142
1132
"output_format": "<output-format>",
1143
-
"prompt": {
1144
-
"text": "<alternative-prompt>"
1145
-
},
1146
1133
"format_html": <true|false>,
1147
1134
"unique_element_ids": <true|false>,
1148
1135
"is_dynamic": false,
@@ -1173,7 +1160,6 @@ Fields for `settings` include:
1173
1160
-`us.meta.llama3-2-90b-instruct-v1:0`
1174
1161
1175
1162
-`output_format`: _Output_. The format of the response. Allowed values include `text/html` and `application/json`. The default is `text/html`.
1176
-
-`prompt.text`: _Optional_. Use the specified prompt when calling the specified VLM. The default value is none, which means to rely on using Unstructured's internal default prompt when calling the VLM.
1177
1163
-`format_html`: _Optional_. True (the default) to apply Beautiful Soup's `prettify` method to the HTML that is generated by the VLM partitioner, which for example adds indentation for better readability.
1178
1164
-`unique_element_ids`: _Optional_. True (the default) to assign UUIDs to element IDs, which guarantees their uniqueness. This is useful for example when using them as primary keys in a database. False to assign a SHA-256 of the element's text as its element ID.
1179
1165
-`is_dynamic`: _Required_. False to use the VLM strategy.
0 commit comments