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
[Usntructured loaders] Make Unstructured API URL optional when environment variable is present (#3414)
* Make Unstructured API URL optional when environment variable is present
* Fix empty apiUrl option in Unsctructured flowise loader
* Add focumentation for env vars
Source code in this repository is made available under the [Apache License Version 2.0](https://github.com/FlowiseAI/Flowise/blob/master/LICENSE.md).
Copy file name to clipboardExpand all lines: packages/components/nodes/documentloaders/S3File/S3File.ts
+2-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,8 @@ class S3_DocumentLoaders implements INode {
70
70
description:
71
71
'Your Unstructured.io URL. Read <a target="_blank" href="https://unstructured-io.github.io/unstructured/introduction.html#getting-started">more</a> on how to get started',
Source code in this repository is made available under the [Apache License Version 2.0](https://github.com/FlowiseAI/Flowise/blob/master/LICENSE.md).
Copy file name to clipboardExpand all lines: packages/components/nodes/documentloaders/Unstructured/UnstructuredFile.ts
+2-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,8 @@ class UnstructuredFile_DocumentLoaders implements INode {
63
63
description:
64
64
'Unstructured API URL. Read <a target="_blank" href="https://docs.unstructured.io/api-reference/api-services/saas-api-development-guide">more</a> on how to get started',
Copy file name to clipboardExpand all lines: packages/components/nodes/documentloaders/Unstructured/UnstructuredFolder.ts
+2-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,8 @@ class UnstructuredFolder_DocumentLoaders implements INode {
51
51
description:
52
52
'Unstructured API URL. Read <a target="_blank" href="https://unstructured-io.github.io/unstructured/introduction.html#getting-started">more</a> on how to get started',
0 commit comments