# GigaChatEmbeddings

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/embeddings/gigachat/GigaChatEmbeddings)

GigaChat Embeddings models.

## Signature

```python
GigaChatEmbeddings()
```

## Description

**Example:**

.. code-block:: python
from langchain_community.embeddings.gigachat import GigaChatEmbeddings

embeddings = GigaChatEmbeddings(
    credentials=..., scope=..., verify_ssl_certs=...
)

## Extends

- `BaseModel`
- `Embeddings`

## Properties

- `base_url`
- `auth_url`
- `credentials`
- `scope`
- `access_token`
- `model`
- `user`
- `password`
- `timeout`
- `verify_ssl_certs`
- `ca_bundle_file`
- `cert_file`
- `key_file`
- `key_file_password`

## Methods

- [`validate_environment()`](https://reference.langchain.com/python/langchain-community/embeddings/gigachat/GigaChatEmbeddings/validate_environment)
- [`embed_documents()`](https://reference.langchain.com/python/langchain-community/embeddings/gigachat/GigaChatEmbeddings/embed_documents)
- [`aembed_documents()`](https://reference.langchain.com/python/langchain-community/embeddings/gigachat/GigaChatEmbeddings/aembed_documents)
- [`embed_query()`](https://reference.langchain.com/python/langchain-community/embeddings/gigachat/GigaChatEmbeddings/embed_query)
- [`aembed_query()`](https://reference.langchain.com/python/langchain-community/embeddings/gigachat/GigaChatEmbeddings/aembed_query)

## ⚠️ Deprecated

Deprecated since version 0.3.5.

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/embeddings/gigachat.py#L19)