Skip to content

Commit

Permalink
Merge branch 'main' into Feature/#959
Browse files Browse the repository at this point in the history
  • Loading branch information
vkehfdl1 authored Nov 20, 2024
2 parents d15ae04 + 43819d5 commit 81a2f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/data_creation/parse/langchain_parse.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ modules:
You need to have an API key to use the following document loaders.
- [Unstructured](https://python.langchain.com/v0.2/docs/integrations/document_loaders/unstructured_file/)
- `UNSTRUCTURED_API_KEY` should be set in the environment variable.
- [UpstageLayoutAnalysis](https://python.langchain.com/v0.2/docs/integrations/document_loaders/upstage/)
- [UpstageDocumentParseLoader](https://python.langchain.com/docs/integrations/providers/upstage/#document-parse)
- `UPSTAGE_API_KEY` should be set in the environment variable.

#### Example YAML

```yaml
- module_type: langchain_parse
parse_method: upstagelayoutanalysis
parse_method: upstagedocumentparse
```

## Using Parse Method that is not in the Available Parse Method
Expand Down

0 comments on commit 81a2f63

Please sign in to comment.