Refactor before imporve knowledge base.

This commit is contained in:
Liu Zhicong
2023-10-18 11:19:11 -07:00
parent 760087d945
commit b74b86b4d4
19 changed files with 683 additions and 445 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import datetime
import uuid
import json
from .agent_message import AgentMsgType, AgentMsg, AgentMsgStatus
from .agent_base import AgentMsgType, AgentMsg, AgentMsgStatus
class ChatSessionDB:
def __init__(self, db_file):