mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +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