mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-12 04:08:06 +00:00
fix:webserver path
This commit is contained in:
@@ -11,11 +11,11 @@ import uuid
|
||||
|
||||
import gradio as gr
|
||||
|
||||
from pilot.embedding_engine.knowledge_type import KnowledgeType
|
||||
|
||||
ROOT_PATH = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
sys.path.append(ROOT_PATH)
|
||||
|
||||
from pilot.embedding_engine.knowledge_type import KnowledgeType
|
||||
|
||||
from pilot.summary.db_summary_client import DBSummaryClient
|
||||
|
||||
from pilot.scene.base_chat import BaseChat
|
||||
|
Reference in New Issue
Block a user