Skip to main content

NAVER

All functionality related to Naver including HyperCLOVA X models, especially via 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 both CLOVA Studio API Key and API Gateway Key by creating your app and set them as environment variables respectively (NCP_CLOVASTUDIO_API_KEY, NCP_APIGW_API_KEY).
  • 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

Was this page helpful?


You can also leave detailed feedback on GitHub.