GigaChatEmbeddings()Validate authenticate data in environment and python package is installed.
GigaChat Embeddings models.
Example:
.. code-block:: python from langchain_community.embeddings.gigachat import GigaChatEmbeddings
embeddings = GigaChatEmbeddings( credentials=..., scope=..., verify_ssl_certs=... )