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