mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
34 lines
1.8 KiB
Markdown
34 lines
1.8 KiB
Markdown
# Function Calls by Example
|
|
|
|
Welcome to the examples page. Here you will find emails that highlight a range of use cases, on how to use our code and examples demonstrating various features and functionalities.
|
|
|
|
## Quick Links
|
|
|
|
- [Segmenting search requests into multiple search queries](search.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)
|
|
- [Creating multiple file programs](gpt-engineer.md)
|
|
|
|
## Details
|
|
|
|
In this section, you will find examples demonstrating different aspects of our project's functionality.
|
|
|
|
- [Segmented Search](search.md): Learn how to perform segmented search using a multi task definition using function calling
|
|
|
|
- [One shot Query Planning](planning-tasks.md): Explore how to plan and decompose a complex query into multiple subqueries in a single request.
|
|
|
|
- [Recursive Schemas](recursive.md): Understand how to work with recursive schemas, and also why flat is better than nested.
|
|
|
|
- [Exact Citations](exact_citations.md): Find out how to generate exact citations by using smart prompting and regular expressions
|
|
|
|
- [Automated Dataframe Extraction](autodataframe.md): Discover how to automate dataframe extraction to not only return a table, but possibly multiple tables.
|
|
|
|
- [Creating Multiple File Programs](gpt-engineer.md): Master how to create multiple file programs based on specification using function calling.
|
|
|
|
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.
|
|
|
|
Happy exploring! |