UpstageDocumentParseLoader
This notebook covers how to get started with UpstageDocumentParseLoader
.
Installation
Install langchain-upstage
package.
pip install -U langchain-upstage
Environment Setup
Make sure to set the following environment variables:
UPSTAGE_API_KEY
: Your Upstage API key. Read Upstage developers document to get your API key.
The previously used UPSTAGE_DOCUMENT_AI_API_KEY is deprecated. However, the key previously used in UPSTAGE_DOCUMENT_AI_API_KEY can now be used in UPSTAGE_API_KEY.