Skip to content

Commit 363be05

Browse files
authored
Fix typo in low level example notebook (#44)
1 parent 51bfe4f commit 363be05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/notebooks/aimon_sdk_langchain_summarization_low_level_api.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
"metadata": {},
316316
"source": [
317317
"### New Run\n",
318-
"A \"run\" is an instance of an evaluation that you would like to track metrics against. You could have multiple runs of the same evaluation. This is typically done is a CI/CD context where the same evaluation would run at regular intervals. Since LLMs are probabilitic in nature, they could produce different outputs for the same query and context. It is a good idea to run the evaluations regularly to understand the variations of outputs produced by your LLMs. In addition, runs give you the ability to choose different metrics for each run. \n",
318+
"A \"run\" is an instance of an evaluation that you would like to track metrics against. You could have multiple runs of the same evaluation. This is typically done in a CI/CD context where the same evaluation would run at regular intervals. Since LLMs are probabilitic in nature, they could produce different outputs for the same query and context. It is a good idea to run the evaluations regularly to understand the variations of outputs produced by your LLMs. In addition, runs give you the ability to choose different metrics for each run. \n",
319319
"\n",
320320
"Metrics are specified using the `metrics_config` parameter in the format shown below. The keys indicate the type of metric computed and the values are the specific algorithms used to compute those metrics. For most cases, we recommend using the `default` algorithm.\n",
321321
"\n",

0 commit comments

Comments
 (0)