Check the init and runtime parameters you can specify for the UnstructuredFileConverter component.
YAML Init Parameters
These are the parameters you can specify in pipeline YAML:
Parameter | Type | Possible values | Description |
---|---|---|---|
| String | Default: | The URL of the Unstructured API. Defaults to the URL of the hosted version. If you're running the API locally, specify the URL of your local API, for example: "http://localhost:8000/general/v0/general" |
| Secret | The API key for the Unstructured API. If you're connected to Unstructured.io through Connections in deepset Cloud, you don't need to specify it. | |
| Literal |
| Specifies how to create documents from the content Unstructured returns. Possible values:
|
| String | Default: | The separator to use between elements when concatenating them into one text field. |
| Dictionary of string and any | Default: | Additional parameters passed to the Unstructured API. For available parameters, see Unstructured API docs. |
| Boolean |
| Shows a progress bar during conversion. |
REST API Runtime Parameters
There are no runtime parameters you can pass to this component when making a request to the Search REST API endpoint.