webui / langchain /schema /document.py
zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
122 Bytes
from langchain_core.documents import BaseDocumentTransformer, Document
__all__ = ["Document", "BaseDocumentTransformer"]