4 lines
75 B
Python
4 lines
75 B
Python
|
|
from langchain_core.embeddings import Embeddings
|
||
|
|
|
||
|
|
__all__ = ["Embeddings"]
|