From beccae933f2eb73c2e7088f80c4790e3e3deb1c1 Mon Sep 17 00:00:00 2001 From: lxfight <1686540385@qq.com> Date: Sun, 19 Oct 2025 21:36:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8DKBSessionConfig=E7=9A=84?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/knowledge_base/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/knowledge_base/__init__.py b/astrbot/core/knowledge_base/__init__.py index a881eef45..df403436d 100644 --- a/astrbot/core/knowledge_base/__init__.py +++ b/astrbot/core/knowledge_base/__init__.py @@ -4,11 +4,11 @@ 提供文档上传、解析、分块、向量化、检索等功能 """ -from astrbot.core.db.po import KBSessionConfig from astrbot.core.knowledge_base.models import ( KBChunk, KBDocument, KBMedia, + KBSessionConfig, KnowledgeBase, )