mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-21 11:29:15 +00:00
fix: Fix SummaryExtractor not found error (#2805)
This commit is contained in:
parent
1efcd1b887
commit
00af86d89e
@ -59,7 +59,7 @@ class SummaryAssembler(BaseAssembler):
|
||||
model_name = model_name or os.getenv("LLM_MODEL")
|
||||
|
||||
if not extractor:
|
||||
from ..transformer.summary import SummaryExtractor
|
||||
from dbgpt.rag.extractor.summary import SummaryExtractor
|
||||
|
||||
if not llm_client:
|
||||
raise ValueError("llm_client must be provided.")
|
||||
|
Loading…
Reference in New Issue
Block a user