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