Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/langsmith/images/insights-summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/langsmith/insights.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ You can drill down through categories and subcategories to view the underlying t

<Frame caption="Common topics of conversations with the https://chat.langchain.com chatbot"><img src="/langsmith/images/insights-nav.gif" /> </Frame>

### Executive summary
At the top of each report, you'll find an executive summary that surfaces the most important patterns discovered in your traces. This includes:

- Key findings with percentages showing how often each pattern appears.
- Clickable references (e.g., #1, #2, #3) to traces the agent identified as exceptionally relevant to your question.

<Frame caption="Executive summary showing key patterns with trace references"><img src="/langsmith/images/insights-summary.png" /> </Frame>


### Top-level categories
Your traces are automatically grouped into top-level categories that represent the broadest patterns in your data.

Expand Down