Implement redis memory backend.

This commit is contained in:
BillSchumacher
2023-04-07 00:08:25 -05:00
parent 6819799ebe
commit 5a1d9e6d0a
7 changed files with 175 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
"""Base class for memory providers."""
import abc
from config import AbstractSingleton
import openai