Skip to content

Commit

Permalink
chore: update unstructured API url and doc reference (#3224)
Browse files Browse the repository at this point in the history
chore: udpate unstructured API url and doc reference
  • Loading branch information
cragwolfe authored and 0xi4o committed Sep 30, 2024
1 parent a01df37 commit 2cb7352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand Down

0 comments on commit 2cb7352

Please sign in to comment.