implement object relation store with sqlite

This commit is contained in:
tsukasa
2023-09-14 16:03:56 +08:00
parent aaf0f15228
commit 9cbf29e0b0
2 changed files with 52 additions and 5 deletions
-1
View File
@@ -1,6 +1,5 @@
# define a knowledge base class
import json
import pickle
from . import AgentPrompt, ComputeKernel
from ..knowledge import *