# embeddings

> **Module** in `langchain_classic`

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

**Embedding models**.

**Embedding models**  are wrappers around embedding models
from different APIs and services.

Embedding models can be LLMs or not.

## Properties

- `logger`
- `DEPRECATED_LOOKUP`

## Methods

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

---

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