This notebook covers how to get started with Upstage groundedness check models.Documentation Index
Fetch the complete documentation index at: https://langchain.idochub.dev/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Installlangchain-upstage package.
Environment Setup
Make sure to set the following environment variables:UPSTAGE_API_KEY: Your Upstage API key from Upstage developers document.
Usage
InitializeUpstageGroundednessCheck class.
run method to check the groundedness of the input text.