Skip to content

Commit dff19ba

Browse files
committed
bug fix
1 parent feab1e6 commit dff19ba

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
1 Byte
Binary file not shown.

agents/query_analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from nltk.corpus import stopwords
1010
from .base import BaseAgent
1111
from gemini_utils import embed_text
12-
from utils.text_utils import simple_keyword_score, simple_entity_score, section_relevance_score
12+
from utils.chunk_utils import simple_keyword_score, simple_entity_score, section_relevance_score
1313
from config import Config
1414

1515
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)