Skip to content

Commit a3a0963

Browse files
committed
Revert "bug fix"
This reverts commit dff19ba.
1 parent dc8fa4e commit a3a0963

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-1 Bytes
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.chunk_utils import simple_keyword_score, simple_entity_score, section_relevance_score
12+
from utils.text_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)