keep reference to old embeddings base (#10759)

pull/10802/head
Harrison Chase 11 months ago committed by GitHub
parent babf46692d
commit 8b68d1a03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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