Spaces:
Paused
Paused
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -195,7 +195,6 @@ def debug_search_tables(vector_index, search_term="小-25"):
|
|
| 195 |
|
| 196 |
return matching
|
| 197 |
|
| 198 |
-
# Add this import at the top of utils.py
|
| 199 |
from documents_prep import normalize_text
|
| 200 |
|
| 201 |
# MODIFIED: Update answer_question function
|
|
|
|
| 195 |
|
| 196 |
return matching
|
| 197 |
|
|
|
|
| 198 |
from documents_prep import normalize_text
|
| 199 |
|
| 200 |
# MODIFIED: Update answer_question function
|