Skip to content

Latest commit

 

History

History
113 lines (87 loc) · 3.88 KB

tutorial-videos.mdx

File metadata and controls

113 lines (87 loc) · 3.88 KB
title icon
Tutorial Videos
video

These tutorial videos will walk you through key features and help you get up and running quickly.

Prompt Management

Creating Your First Prompt

Learn how to create structured templates with variables that you can reuse across your applications.

<iframe src="https://www.loom.com/embed/c54c6558323740fcbe388fbf092ab226?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" frameBorder="0" allowFullScreen={true} style={{width: "100%", height: "400px"}} ></iframe>

Testing in the Playground

Quickly test prompt changes, try different models, or experiment with new inputs.

<iframe src="https://www.loom.com/embed/f60e726bf59e44359193b904b9b20a3d?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" frameBorder="0" allowFullScreen={true} style={{width: "100%", height: "400px"}} ></iframe>

Deploying Prompts to Production

Learn how to safely deploy prompt versions to production and staging environments.

<iframe src="https://www.loom.com/embed/2cd57503ff3449c597e1a50342da47be?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" frameBorder="0" allowFullScreen={true} style={{width: "100%", height: "400px"}} ></iframe>

Evaluation & Testing

Building Your First Evaluation

Create evaluations that are use-case specific and help prevent prompt regression.

<iframe src="https://www.loom.com/embed/e6069007d7b44424853bf3d094d38c1e?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" frameBorder="0" allowFullScreen={true} style={{width: "100%", height: "400px"}} ></iframe>

Evaluating Prompts with LLM-as-Judge

Use language models to evaluate outputs based on criteria like accuracy, helpfulness, and relevance.

<iframe src="https://www.loom.com/embed/628fb61422704d72a0c4be71e9bfbf9e?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" frameBorder="0" allowFullScreen={true} style={{width: "100%", height: "400px"}} ></iframe>

Testing With Production Data

Build comprehensive test sets from your historical data for effective evaluation.

<iframe src="https://www.loom.com/embed/c6e2afa57ca148d59c3fd00587429993?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" frameBorder="0" allowFullScreen={true} style={{width: "100%", height: "400px"}} ></iframe>

Agents & Workflows

Building Multi-Step Agents

Chain multiple LLM calls together to tackle complex problems.

<iframe src="https://www.loom.com/embed/9bedf6f131ef4069b246794d0b46689b?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" frameBorder="0" allowFullScreen={true} style={{width: "100%", height: "400px"}} ></iframe>

Model Selection & Optimization

Choosing the Best AI Model

Learn how to test your use cases across multiple models to find the best fit.

<iframe src="https://www.loom.com/embed/fd6d9790c3a54bf1a4e4a7ddeca2ea16?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" frameBorder="0" allowFullScreen={true} style={{width: "100%", height: "400px"}} ></iframe>

A/B Testing for Prompts

Systematically compare different prompt versions to make data-driven decisions.

<iframe src="https://www.loom.com/embed/066061d3e8ac41748ceac688bdffdb92?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" frameBorder="0" allowFullScreen={true} style={{width: "100%", height: "400px"}} ></iframe>

Additional Resources

For more in-depth information, check out our comprehensive documentation: