Skip to content

Commit 31797f8

Browse files
authored
Update Polly icon on page (#2917)
Update to Polly icon for rebrand
1 parent d03394e commit 31797f8

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

src/images/brand/polly-icon.png

62 KB
Loading
124 KB
Loading
121 KB
Loading
-378 KB
Binary file not shown.
-389 KB
Binary file not shown.

src/langsmith/images/polly.png

-3.34 KB
Binary file not shown.

src/langsmith/polly.mdx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import secret from '/snippets/langsmith/set-workspace-secrets.mdx';
1515

1616
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.
1717

18-
<img src="/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+
<img src="/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):
1919

20-
**Observability & Debugging:**
20+
<br></br><br></br>**Observability & Debugging:**
2121
- [Trace pages](#trace-pages): Analyze individual runs and execution traces.
2222
- [Thread views](#thread-views): Understand conversation threads and user interactions.
2323

@@ -30,6 +30,18 @@ Polly helps you gain insight from your traces, conversation threads, and prompts
3030
- [Dataset Examples](#dataset-examples): Browse and understand dataset structure.
3131
- [Annotation Queues](#annotation-queues): Review runs and make informed annotation decisions.
3232

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+
3345
## Get started
3446

3547
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
7082
- "Make the tone more professional"
7183
- "Simplify the instructions"
7284

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."
77-
/>
78-
79-
<img
80-
className="hidden dark:block"
81-
src="/langsmith/images/polly-prompt-tool-dark.png"
82-
alt="Prompt Playground showing Polly chat in the sidebar with information on a generated tool."
83-
/>
84-
8585
### Prompt Hub pages
8686

8787
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

Comments
 (0)