Skip to content

Commit e0f1c11

Browse files
authored
Fix docs links in Topics cookbook (#100)
1 parent 396ff7f commit e0f1c11

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/FindingProductionIssues/FindingProductionIssues.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Your existing evals tell you how well your AI performs on things you already know to test for, but what about the patterns and failure modes that you're not aware of yet?
44

5-
In this cookbook, we'll build a customer support chatbot that generates hundreds of conversation logs between human and AI, and use [Topics](/docs/topics/index) to surface patterns in the system that we wouldn't have caught with traditional evaluations.
5+
In this cookbook, we'll build a customer support chatbot that generates hundreds of conversation logs between human and AI, and use [Topics](/docs/observe/topics/index) to surface patterns in the system that we wouldn't have caught with traditional evaluations.
66

77
By the end, you'll learn how to:
88

@@ -295,6 +295,6 @@ This is the core loop that Topics enables:
295295

296296
## Next steps
297297

298-
- Add [custom facets](/docs/topics/index#custom-facets) to classify dimensions specific to your domain (for example, "Resolution Gap," which checks whether the bot sounded helpful but failed to actually resolve the issue)
299-
- Set up [online scoring](/docs/evaluate/online-scoring) to get real-time quality signals alongside Topics classifications
300-
- Explore the [Braintrust SDK](/docs/reference/sdk/python) to programmatically query Topics data and build automated alerting
298+
- Add [custom facets](/docs/observe/topics/custom-facets) to classify dimensions specific to your domain (for example, "Resolution Gap," which checks whether the bot sounded helpful but failed to actually resolve the issue)
299+
- Set up [online scoring](/docs/evaluate/score-online) to get real-time quality signals alongside Topics classifications
300+
- Explore the [Braintrust SDK](/docs/reference/sdks/python/latest) to programmatically query Topics data and build automated alerting

0 commit comments

Comments
 (0)