chore: update unstructured API url and doc reference (#3224)

chore: udpate unstructured API url and doc reference
This commit is contained in:
cragwolfe
2024-09-20 09:17:05 -07:00
committed by GitHub
parent 57420826ed
commit 7bdc274e93
2 changed files with 2 additions and 2 deletions
@@ -61,7 +61,7 @@ class UnstructuredFile_DocumentLoaders implements INode {
label: 'Unstructured API URL',
name: 'unstructuredAPIUrl',
description:
'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',
'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',
type: 'string',
default: 'http://localhost:8000/general/v0/general'
},