Skip to content

Commit 2cb7352

Browse files
cragwolfe0xi4o
authored andcommitted
chore: update unstructured API url and doc reference (#3224)
chore: udpate unstructured API url and doc reference
1 parent a01df37 commit 2cb7352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: packages/components/nodes/documentloaders/Unstructured/Unstructured.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type Element = {
2929
export class UnstructuredLoader extends BaseDocumentLoader {
3030
public filePath: string
3131

32-
private apiUrl = 'https://api.unstructured.io/general/v0/general'
32+
private apiUrl = 'https://api.unstructuredapp.io/general/v0/general'
3333

3434
private apiKey?: string
3535

Diff for: packages/components/nodes/documentloaders/Unstructured/UnstructuredFile.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class UnstructuredFile_DocumentLoaders implements INode {
6161
label: 'Unstructured API URL',
6262
name: 'unstructuredAPIUrl',
6363
description:
64-
'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',
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',
6565
type: 'string',
6666
default: 'http://localhost:8000/general/v0/general'
6767
},

0 commit comments

Comments
 (0)