Spaces:
Sleeping
Sleeping
Update embeddings.py
Browse files- embeddings.py +1 -1
embeddings.py
CHANGED
|
@@ -333,7 +333,7 @@ class EmbeddingManager:
|
|
| 333 |
return AnswerOutput(
|
| 334 |
question=question,
|
| 335 |
formulation=best_candidate.formulation,
|
| 336 |
-
answer="
|
| 337 |
theme=best_candidate.theme,
|
| 338 |
similarity_score=round(best_candidate.similarity_score or 0.0, 4),
|
| 339 |
cross_encoder_logit=round(best_candidate.cross_encoder_logit or 0.0, 4),
|
|
|
|
| 333 |
return AnswerOutput(
|
| 334 |
question=question,
|
| 335 |
formulation=best_candidate.formulation,
|
| 336 |
+
answer="J'ai besoin de plus d'éléments pour répondre à cette question.",
|
| 337 |
theme=best_candidate.theme,
|
| 338 |
similarity_score=round(best_candidate.similarity_score or 0.0, 4),
|
| 339 |
cross_encoder_logit=round(best_candidate.cross_encoder_logit or 0.0, 4),
|