Spaces:
Sleeping
Sleeping
Commit ·
f74c675
1
Parent(s): 2876005
old utils + topk 50 + 50, hybrid = 100, cut off = 0.45
Browse files
utils.py
CHANGED
|
@@ -238,6 +238,7 @@ def answer_question(question, query_engine, reranker, current_model, chunks_df=N
|
|
| 238 |
Время обработки: {processing_time:.2f} секунд
|
| 239 |
</div>
|
| 240 |
</div>"""
|
|
|
|
| 241 |
|
| 242 |
chunk_info = []
|
| 243 |
for node in reranked_nodes:
|
|
|
|
| 238 |
Время обработки: {processing_time:.2f} секунд
|
| 239 |
</div>
|
| 240 |
</div>"""
|
| 241 |
+
log_message(f"Model Answer: {response.response}")
|
| 242 |
|
| 243 |
chunk_info = []
|
| 244 |
for node in reranked_nodes:
|