Skip to content

Commit

Permalink
docs: add missing 's' (#729)
Browse files Browse the repository at this point in the history
* docs: add missing 's'

* Update docs/docs/ecosystem/unstructured.md

---------

Co-authored-by: Nuno Campos <nuno@boringbits.io>
  • Loading branch information
arronKler and nfcampos authored Apr 11, 2023
1 parent 896b329 commit 2adce82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/ecosystem/unstructured.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you are running the container locally, switch the url to
`https://api.unstructured.io/general/v0/general`.

```typescript
import { UnstructuredLoader } from "langchain/document_loader";
import { UnstructuredLoader } from "langchain/document_loaders/fs/unstructured";

const loader = new UnstructuredLoader(
"https://api.unstructured.io/general/v0/general",
Expand Down

1 comment on commit 2adce82

@vercel
Copy link

@vercel vercel bot commented on 2adce82 Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.