Skip to content

Commit aaf88c1

Browse files
authored
docs(langchain): update reference documentation to note moved embeddings modules (#33600)
1 parent 3dcf4ae commit aaf88c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libs/langchain_v1/langchain/embeddings/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
This page contains **reference documentation** for Embeddings. See
55
[the docs](https://docs.langchain.com/oss/python/langchain/retrieval#embedding-models)
66
for conceptual guides, tutorials, and examples on using Embeddings.
7+
8+
!!! warning "Modules moved"
9+
With the release of `langchain 1.0.0`, several embeddings modules were moved to
10+
`langchain-classic`, such as `CacheBackedEmbeddings` and all community
11+
embeddings. See [list](https://github.com/langchain-ai/langchain/blob/bdf1cd383ce36dc18381a3bf3fb0a579337a32b5/libs/langchain/langchain/embeddings/__init__.py)
12+
of moved modules to inform your migration.
713
"""
814

915
from langchain_core.embeddings import Embeddings

0 commit comments

Comments
 (0)