Skip to content
Open
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
10 changes: 5 additions & 5 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ dependencies = ["datasets>=2.6.1", "sentence-transformers>=4.1.0"]
featured = true

[[tutorial]]
title = "Generating Structured Output with Loop-Based Auto-Correction"
description = "Learn how to extract structured data using an LLM, and to validate the generated output against a predefined schema."
level = "intermediate"
title = "Generating Structured Output with OpenAIChatGenerator"
description = "Learn how to generate structured output using OpenAIChatGenerator, and to validate the generated output against a predefined schema."
level = "beginner"
weight = 71
notebook = "28_Structured_Output_With_Loop.ipynb"
notebook = "28_Structured_Output_With_OpenAI.ipynb"
aliases = []
completion_time = "15 min"
completion_time = "10 min"
created_at = 2023-11-30
dependencies = ["colorama"]

Expand Down
Loading