From 154902d6f71df5072b72a840ea2350aba93e17bf Mon Sep 17 00:00:00 2001 From: Jithin James Date: Thu, 3 Aug 2023 00:45:12 +0530 Subject: [PATCH] docs: notebook for langsmith integration (#85) --- docs/integrations/langsmith.ipynb | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/docs/integrations/langsmith.ipynb b/docs/integrations/langsmith.ipynb index e6c092ac1..80d26b61e 100644 --- a/docs/integrations/langsmith.ipynb +++ b/docs/integrations/langsmith.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "98727749", + "id": "a0b3171b", "metadata": {}, "source": [ "# Langsmith Integrations\n", @@ -33,7 +33,7 @@ { "cell_type": "code", "execution_count": 1, - "id": "27947474", + "id": "39375103", "metadata": {}, "outputs": [ { @@ -128,7 +128,7 @@ }, { "cell_type": "markdown", - "id": "0b862b5d", + "id": "8ce1c649", "metadata": {}, "source": [ "Voila! Now you can head over to your project and see the traces\n", @@ -137,18 +137,7 @@ "this shows the langsmith tracing dashboard overview\n", "\n", "![](../assets/langsmith-tracing-faithfullness.png)\n", - "this shows the traces for the faithfullness metrics. As you can see being able to view the reasons why " - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "febeef63", - "metadata": {}, - "outputs": [], - "source": [ - "\"../assets/langsmith-tracing-overview.png\"\n", - "\"../assets/langsmith-tracing-faithfullness.png\"" + "this shows the traces for the faithfullness metrics. As you can see being able to view the reasons why the metric gives the score is helpful in figuring out how to improving it." ] } ],