webui / langchain /schema /embeddings.py
zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
75 Bytes
from langchain_core.embeddings import Embeddings
__all__ = ["Embeddings"]