langchain-naver
All functionality related to Naver
including HyperCLOVA X models, especially via Naver Cloud
CLOVA Studio.
Naver is a global technology company based in South Korea 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β
Install the integration Python package with:
pip install -U langchain-community
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
).
Chat Modelsβ
ChatClovaXβ
See a usage example.
from langchain_community.chat_models import ChatClovaX
Embedding Modelsβ
ClovaXEmbeddingsβ
See a usage example.
from langchain_community.embeddings import ClovaXEmbeddings