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
@@ -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