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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ type Element = {
export class UnstructuredLoader extends BaseDocumentLoader {
public filePath: string
private apiUrl = 'https://api.unstructured.io/general/v0/general'
private apiUrl = 'https://api.unstructuredapp.io/general/v0/general'
private apiKey?: string

View File

@ -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'
},