Skip to content

Commit ddfcc12

Browse files
Add timestamp mention
1 parent fcb21b6 commit ddfcc12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

md-docs/user_guide/modules/rag_evaluation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ Below are the metrics computed by the RAG evaluation module, divided into the th
4949

5050
The RAG evaluation module computes the metrics based on the data availability for each sample.
5151
If a sample lacks one of the three components (User Input, Context or Response), only the applicable metrics are computed.
52-
For instance, if a sample does not have a response, only the **User Input - Context** metrics are computed.
52+
For instance, if a sample is missing the response, only the **User Input - Context** metrics are computed.
5353

5454
If data added to a [Task] contains contexts with multiple chunks of text, a [context separator](../task.md#retrieval-augmented-generation) must be provided.
5555

56+
When requesting the evaluation, a **timestamp interval** must be provided to specify the time range of the data to be evaluated.
57+
5658
[Task]: ../task.md

0 commit comments

Comments
 (0)