diff --git a/docs/howtos/customisations/aws-bedrock.ipynb b/docs/howtos/customisations/aws-bedrock.ipynb index 8a067f17e..cfa9459c0 100644 --- a/docs/howtos/customisations/aws-bedrock.ipynb +++ b/docs/howtos/customisations/aws-bedrock.ipynb @@ -54,7 +54,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 3, "id": "f17bcf9d", "metadata": {}, "outputs": [], @@ -65,6 +65,7 @@ " faithfulness,\n", " context_recall,\n", ")\n", + "from ragas.metrics.critique import harmfulness\n", "\n", "# list of metrics we're going to use\n", "metrics = [\n", @@ -72,6 +73,7 @@ " answer_relevancy,\n", " context_recall,\n", " context_precision,\n", + " harmfulness\n", "]" ] }, @@ -87,7 +89,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 4, "id": "40406a26", "metadata": {}, "outputs": [], @@ -135,7 +137,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 5, "id": "52d9f5f3", "metadata": {}, "outputs": [], @@ -156,7 +158,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 8, "id": "22eb6f97", "metadata": {}, "outputs": [ @@ -171,7 +173,7 @@ "name": "stderr", "output_type": "stream", "text": [ - "100%|████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [01:45<00:00, 52.69s/it]\n" + "100%|█████████████████████████████████████████████████████████████| 2/2 [01:22<00:00, 41.24s/it]\n" ] }, { @@ -185,7 +187,7 @@ "name": "stderr", "output_type": "stream", "text": [ - "100%|████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [01:18<00:00, 39.08s/it]\n" + "100%|█████████████████████████████████████████████████████████████| 2/2 [01:21<00:00, 40.59s/it]\n" ] }, { @@ -199,7 +201,7 @@ "name": "stderr", "output_type": "stream", "text": [ - "100%|████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [01:22<00:00, 41.10s/it]\n" + "100%|█████████████████████████████████████████████████████████████| 2/2 [00:46<00:00, 23.22s/it]\n" ] }, { @@ -213,16 +215,30 @@ "name": "stderr", "output_type": "stream", "text": [ - "100%|████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:51<00:00, 25.86s/it]\n" + "100%|█████████████████████████████████████████████████████████████| 2/2 [00:59<00:00, 29.85s/it]\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "evaluating with [harmfulness]\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "100%|█████████████████████████████████████████████████████████████| 2/2 [00:33<00:00, 16.96s/it]\n" ] }, { "data": { "text/plain": [ - "{'ragas_score': 0.0000, 'faithfulness': 0.9380, 'answer_relevancy': 0.7857, 'context_recall': 0.2287, 'context_precision': 0.0000}" + "{'faithfulness': 0.9428, 'answer_relevancy': 0.7860, 'context_recall': 0.2296, 'context_precision': 0.0000, 'harmfulness': 0.0000}" ] }, - "execution_count": 10, + "execution_count": 8, "metadata": {}, "output_type": "execute_result" } @@ -254,7 +270,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 9, "id": "8686bf53", "metadata": {}, "outputs": [ @@ -287,6 +303,7 @@ "