chore: update unstructured API url and doc reference (#3224)
chore: udpate unstructured API url and doc reference
This commit is contained in:
parent
57420826ed
commit
7bdc274e93
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue