omarsol's picture
Upload folder using huggingface_hub (#9)
8dc9a1e verified
raw
history blame
486 Bytes
# Clova
>[CLOVA Studio](https://api.ncloud-docs.com/docs/ai-naver-clovastudio-summary) is a service
> of [Naver Cloud Platform](https://www.ncloud.com/) that uses `HyperCLOVA` language models,
> a hyperscale AI technology, to output phrases generated through AI technology based on user input.
## Embedding models
See [installation instructions and usage example](/docs/integrations/text_embedding/clova).
```python
from langchain_community.embeddings import ClovaEmbeddings
```