dongyuanjushi 2af126990c update README in subfolders 3 月之前
..
README.md 2af126990c update README in subfolders 3 月之前
__init__.py 6ae8ec336f v0.0.1 (#149) 3 月之前
base.py 6ae8ec336f v0.0.1 (#149) 3 月之前
db_storage.py 6ae8ec336f v0.0.1 (#149) 3 月之前
file_storage.py 6ae8ec336f v0.0.1 (#149) 3 月之前

README.md

aios/storage

This directory contains a stub implementation that allows conversations to be offloaded to the disk. There is a stub implementation in base.py.

In the future, offloading to a database such as sqlite will be added in the db_storage.py file. Currently, only offloading to json is implemented in this directory.