Files
instructor/docs/examples/index.md
T
Jason Liu 139e326337 Improve doc configs w/ line highlights (#48)
* improve quickstart

* add highlights

* more docs
2023-07-09 23:44:32 +08:00

31 lines
1.6 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)
## 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 possibilty multiple tables.
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!