Skip to content

Commit

Permalink
docs: notebook for langsmith integration (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmachan authored Aug 2, 2023
1 parent 40ad4f7 commit 154902d
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions docs/integrations/langsmith.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "98727749",
"id": "a0b3171b",
"metadata": {},
"source": [
"# Langsmith Integrations\n",
Expand Down Expand Up @@ -33,7 +33,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "27947474",
"id": "39375103",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -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",
Expand All @@ -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."
]
}
],
Expand Down

0 comments on commit 154902d

Please sign in to comment.