Skip to content

Commit

Permalink
Update src/argilla_llama_index/llama_index_handler.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Berenstein <[email protected]>
  • Loading branch information
sdiazlor and davidberenstein1957 authored Sep 18, 2024
1 parent dc84a44 commit 459d0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argilla_llama_index/llama_index_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def _add_context_questions(self, number_of_retrievals: int) -> List[Any]:
name=f"rating_retrieved_document_{doc + 1}",
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.",
description=f"Rate the relevance of the retrieved document {doc + 1}, if present.",
required=False,
)
for doc in range(number_of_retrievals)
Expand Down

0 comments on commit 459d0a0

Please sign in to comment.