mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-28 10:39:23 +00:00
keep reference to old embeddings base (#10759)
This commit is contained in:
parent
babf46692d
commit
8b68d1a03b
4
libs/langchain/langchain/embeddings/base.py
Normal file
4
libs/langchain/langchain/embeddings/base.py
Normal file
@ -0,0 +1,4 @@
|
||||
from langchain.schema.embeddings import Embeddings
|
||||
|
||||
# This is for backwards compatibility
|
||||
__all__ = ["Embeddings"]
|
Loading…
Reference in New Issue
Block a user