diff --git a/pilot/scene/chat_knowledge/default/chat.py b/pilot/scene/chat_knowledge/default/chat.py index 9652ac0ee..1a482b154 100644 --- a/pilot/scene/chat_knowledge/default/chat.py +++ b/pilot/scene/chat_knowledge/default/chat.py @@ -17,7 +17,7 @@ from pilot.configs.model_config import ( VECTOR_SEARCH_TOP_K, ) -from pilot.scene.chat_normal.prompt import prompt +from pilot.scene.chat_knowledge.default.prompt import prompt from pilot.source_embedding.knowledge_embedding import KnowledgeEmbedding CFG = Config()