-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update docs_v2 with integrations and installation
Squashed commit of the following: commit cd04736756d9ec9f4b9533c85007d474db8ba558 Author: Douglas Bett <bettdalpha@gmail.com> Date: Wed Sep 18 08:53:39 2024 +0300 update sidebars.js commit d3fed3c17185fc29f1a4d7221f6be86265d60cf3 Author: Douglas Bett <bettdalpha@gmail.com> Date: Wed Sep 18 08:53:20 2024 +0300 Add installation docs commit 36fd583db116c69be132edaa5a4ec092bbbfbd92 Author: Douglas Bett <bettdalpha@gmail.com> Date: Wed Sep 18 08:52:09 2024 +0300 Add concepts documentation commit 48317baef7119d8dd0d1b5892d21a87ec69818c8 Author: Douglas Bett <bettdalpha@gmail.com> Date: Wed Sep 18 07:43:23 2024 +0300 Add integrations commit bedfcda18e10af33cf64a95ccf9925226233e098 Author: Douglas Bett <bettdalpha@gmail.com> Date: Wed Sep 18 07:42:57 2024 +0300 switch to autogenerated sidebar
- Loading branch information
1 parent
90c5a0f
commit 65bcef8
Showing
19 changed files
with
2,437 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
sidebar_position: 3 | ||
keywords: [structured output, json, information extraction, with_structured_output] | ||
--- | ||
# How to return structured data from a model | ||
|
||
> This guide assumes familiarity with the following concepts: | ||
> - [Chat models](/docs/concepts/#chat-models) | ||
> - [Function/tool calling](/docs/concepts/#functiontool-calling) | ||
|
||
It is often useful to have a model return output that matches a specific schema. One common use-case is extracting data from text to insert into a database or use with some other downstream system. This guide covers a few strategies for getting structured outputs from a model. | ||
|
||
|
Oops, something went wrong.