NAVER
All functionality related to Naver
, including HyperCLOVA X models, particularly those accessible through Naver Cloud
CLOVA Studio.
Naver is a global technology company with cutting-edge technologies and a diverse business portfolio including search, commerce, fintech, content, cloud, and AI.
Naver Cloud is the cloud computing arm of Naver, a leading cloud service provider offering a comprehensive suite of cloud services to businesses through its Naver Cloud Platform (NCP).
Please refer to NCP User Guide for more detailed instructions (also in Korean).
Installation and Setup
- Get a CLOVA Studio API Key by issuing it and set it as an environment variable (
NCP_CLOVASTUDIO_API_KEY
).- If you are using a legacy API Key (that doesn't start with
nv-*
prefix), you might need to get an additional API Key by creating your app and set it asNCP_APIGW_API_KEY
.
- If you are using a legacy API Key (that doesn't start with
- Install the integration Python package with:
pip install -U langchain-community
Chat models
ChatClovaX
See a usage example.
from langchain_community.chat_models import ChatClovaX
API Reference:ChatClovaX
Embedding models
ClovaXEmbeddings
See a usage example.
from langchain_community.embeddings import ClovaXEmbeddings
API Reference:ClovaXEmbeddings