This commit is contained in:
2025-09-07 13:13:21 +08:00
parent 26377b0baa
commit 8ac14dbdc9
6 changed files with 208 additions and 201 deletions

View File

@@ -1,5 +1,10 @@
import json
import logging
import sys
import os
# 添加当前目录到系统路径
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from VikingDBMemoryService import VikingDBMemoryService, MEMORY_COLLECTION_NAME
from Config.Config import VOLC_ACCESSKEY, VOLC_SECRETKEY