From 4708a387f2263220b6202f0ec9c5c2a88bf6dede Mon Sep 17 00:00:00 2001 From: Sara Han <127759186+sdiazlor@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:30:15 +0200 Subject: [PATCH] Update src/argilla_llama_index/llama_index_handler.py Co-authored-by: David Berenstein --- src/argilla_llama_index/llama_index_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/argilla_llama_index/llama_index_handler.py b/src/argilla_llama_index/llama_index_handler.py index 0cd969a..79c43ec 100644 --- a/src/argilla_llama_index/llama_index_handler.py +++ b/src/argilla_llama_index/llama_index_handler.py @@ -235,7 +235,7 @@ def _add_context_questions(self, number_of_retrievals: int) -> List[Any]: rating_questions = [ RatingQuestion( name=f"rating_retrieved_document_{doc + 1}", - title=f"Rate the relevance of the Retrieved document {doc + 1}, if applicable.", + title=f"Rate the relevance of the Retrieved document {doc + 1}, if present.", values=list(range(1, 8)), description=f"Rate the relevance of the retrieved document {doc + 1}, if applicable.", required=False,