webui / langchain /schema /storage.py
zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
85 Bytes
from langchain_core.stores import BaseStore, K, V
__all__ = ["BaseStore", "K", "V"]