mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
@@ -5,12 +5,12 @@ Welcome to the examples page. Here you will find emails that highlight a range o
|
||||
## Quick Links
|
||||
|
||||
- [Classifying Text](classification.md)
|
||||
- [Identifying Action Items with dependencies](action_items.md)
|
||||
- [Segmenting search requests into multiple search queries](search.md)
|
||||
- [Extracting search requests into multiple search queries](search.md)
|
||||
- [Exact citations using regex](exact_citations.md)
|
||||
- [One shot query planning](planning-tasks.md)
|
||||
- [Using recursive schema](recursive.md)
|
||||
- [Exact citations using regex](exact_citations.md)
|
||||
- [Automated database extraction from text](autodataframe.md)
|
||||
- [Identifying Action Items with dependencies](action_items.md)
|
||||
- [Creating multiple file programs](gpt-engineer.md)
|
||||
|
||||
## Details
|
||||
@@ -19,7 +19,6 @@ In this section, you will find examples demonstrating different aspects of our p
|
||||
|
||||
- [Classfying Text](classification.md): Doing single and multi class prediction using enums.
|
||||
|
||||
- [Identifying Action Items with dependencies](action_items.md): Scanning a transcript to generate action items with subtasks.
|
||||
|
||||
- [Segmented Search](search.md): Learn how to perform segmented search using a multi task definition using function calling
|
||||
|
||||
@@ -33,6 +32,8 @@ In this section, you will find examples demonstrating different aspects of our p
|
||||
|
||||
- [Creating Multiple File Programs](gpt-engineer.md): Master how to create multiple file programs based on specification using function calling.
|
||||
|
||||
- [Identifying Action Items with dependencies](action_items.md): Scanning a transcript to generate action items with subtasks.
|
||||
|
||||
Feel free to explore these examples to gain a better understanding of various patterns on how creative prompting, description, and structuring of `OpenAISchema` and unlock new capabilities.
|
||||
|
||||
If you have any questions or need further assistance, please refer to the specific example documentation or reach out to our support team.
|
||||
|
||||
Reference in New Issue
Block a user