You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/langsmith/polly.mdx
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ import secret from '/snippets/langsmith/set-workspace-secrets.mdx';
15
15
16
16
Polly helps you gain insight from your traces, conversation threads, and prompts without having to dig through data manually. By asking natural language questions, you can quickly understand agent performance, debug issues, and analyze user sentiment.
17
17
18
-
<imgsrc="/langsmith/images/polly.png"alt="LangSmith Polly icon"style={{float: 'left', marginRight: '20px', marginTop: '-1px', marginBottom: '20px', maxWidth: '100px'}} /> Polly appears in the right-hand bottom corner of the following locations within [LangSmith UI](https://smith.langchain.com):
18
+
<imgsrc="/images/brand/polly-icon.png"alt="LangSmith Polly icon"style={{float: 'left', marginRight: '20px', marginTop: '-1px', marginBottom: '20px', maxWidth: '100px'}} /> Polly appears in the right-hand bottom corner of the following locations within [LangSmith UI](https://smith.langchain.com):
19
19
20
-
**Observability & Debugging:**
20
+
<br></br><br></br>**Observability & Debugging:**
21
21
-[Trace pages](#trace-pages): Analyze individual runs and execution traces.
22
22
-[Thread views](#thread-views): Understand conversation threads and user interactions.
23
23
@@ -30,6 +30,18 @@ Polly helps you gain insight from your traces, conversation threads, and prompts
30
30
-[Dataset Examples](#dataset-examples): Browse and understand dataset structure.
31
31
-[Annotation Queues](#annotation-queues): Review runs and make informed annotation decisions.
32
32
33
+
<img
34
+
className="block dark:hidden"
35
+
src="/langsmith/images/polly-datasets-light.png"
36
+
alt="Polly chat in the sidebar on a dataset view."
37
+
/>
38
+
39
+
<img
40
+
className="hidden dark:block"
41
+
src="/langsmith/images/polly-datasets-dark.png"
42
+
alt="Polly chat in the sidebar on a dataset view."
43
+
/>
44
+
33
45
## Get started
34
46
35
47
Before you start using Polly, you need to add an API key for the model you're using:
@@ -70,18 +82,6 @@ In the [Playground](/langsmith/prompt-engineering-concepts#prompt-playground), P
70
82
- "Make the tone more professional"
71
83
- "Simplify the instructions"
72
84
73
-
<img
74
-
className="block dark:hidden"
75
-
src="/langsmith/images/polly-prompt-tool.png"
76
-
alt="Prompt Playground showing Polly chat in the sidebar with information on a generated tool."
alt="Prompt Playground showing Polly chat in the sidebar with information on a generated tool."
83
-
/>
84
-
85
85
### Prompt Hub pages
86
86
87
87
When viewing a prompt in the [LangSmith Hub](/langsmith/prompt-engineering-concepts#langsmith-hub), Polly helps you understand the prompt's structure, messages, tools, and configuration. This is useful for exploring and learning from shared prompts.
0 commit comments