keep reference to old embeddings base (#10759)

This commit is contained in:
Harrison Chase 2023-09-18 20:09:44 -07:00 committed by GitHub
parent babf46692d
commit 8b68d1a03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
from langchain.schema.embeddings import Embeddings
# This is for backwards compatibility
__all__ = ["Embeddings"]