# embeddings

> **Module** in `langchain`

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

Embeddings models.

!!! warning "Modules moved"

    With the release of `langchain 1.0.0`, several embeddings modules were moved to
    `langchain-classic`, such as `CacheBackedEmbeddings` and all community
    embeddings. See [list](https://github.com/langchain-ai/langchain/blob/bdf1cd383ce36dc18381a3bf3fb0a579337a32b5/libs/langchain/langchain/embeddings/__init__.py)
    of moved modules to inform your migration.

## Methods

- [`init_embeddings()`](https://reference.langchain.com/python/langchain/embeddings/init_embeddings)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/29134dc82dcb71fa693e57231bcc10f78a1b0c2b/libs/langchain_v1/langchain/embeddings/__init__.py)