We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34aba82 commit 1230c18Copy full SHA for 1230c18
README.md
@@ -1446,7 +1446,7 @@ setup:
1446
params: dict # (Optional) Additional parameters for the Llama Parse integration
1447
1448
arguments:
1449
- file: string | Array<string> # The base64 encoded file to parse or an array of URLs to load.
+ file: string | Array<string> # The base64 encoded file to parse or an array of http/https URLs to load.
1450
filename: string # (Optional). The filename of the file. Default is a random UUID. Only used if file is a base64 encoded string.
1451
params: dict # (Optional) Additional parameters for the Llama Parse integration. Overrides the setup parameters.
1452
base64: boolean # Whether the input file is base64 encoded. Default is false.
0 commit comments