[](https://js.langchain.com/docs/how_to/caching_embeddings/): LLM should read this page when learning about caching embeddings, working with embeddings, optimizing embedding performance. This page explains how to cache and avoid recomputing embeddings using a CacheBackedEmbeddings wrapper, including examples with in-memory and Redis caches.

