更新KGManager和知识库配置,统一使用global_config的lpmm_knowledge属性,移除未使用的MemoryActiveManager导入

This commit is contained in:
墨梓柒
2025-08-03 11:27:34 +08:00
parent 5725481097
commit 42e00dd0aa
3 changed files with 15 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
raise DeprecationWarning("MemoryActiveManager is not used yet, please do not import it")
from .lpmmconfig import global_config
from .embedding_store import EmbeddingManager
from .llm_client import LLMClient