Skip to content

Latest commit

 

History

History
42 lines (39 loc) · 1.32 KB

File metadata and controls

42 lines (39 loc) · 1.32 KB
title Instructor LLM analytics installation
platformLogo instructor
showStepsToc true
tableOfContents
url value depth
install-dependencies
Install dependencies
1
url value depth
set-up-opentelemetry-tracing
Set up OpenTelemetry tracing
1
url value depth
extract-structured-data
Extract structured data
1
url value depth
verify-traces-and-generations
Verify traces and generations
1

import { InstructorInstallation } from 'onboarding/llm-analytics/instructor.tsx' import { OnboardingContentWrapper } from 'components/Docs/OnboardingContentWrapper' import NotableGenerationProperties from '../_snippets/notable-generation-properties.mdx' import { addNextStepsStep } from './_snippets/shared-helpers.tsx'

<OnboardingContentWrapper snippets={{ NotableGenerationProperties }}>