Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs[fix]: modify contents on upstage parser #967

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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