Loren commited on
Commit
1591cde
·
verified ·
1 Parent(s): 48b023f

Update embeddings.py

Browse files
Files changed (1) hide show
  1. 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="Je ne dispose pas d'une réponse suffisamment pertinente pour 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),
 
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),