Files
instructor/docs/examples/index.md
T
Jason Liu 8449543376 Improve Documentation (#96)
* maybe

* everything
2023-09-07 18:12:03 -04:00

41 lines
2.1 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
- [Classifying Text](classification.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)
- [Automated database extraction from text](autodataframe.md)
- [Identifying Action Items with dependencies](action_items.md)
- [Creating multiple file programs](gpt-engineer.md)
## Details
In this section, you will find examples demonstrating different aspects of our project's functionality.
- [Classfying Text](classification.md): Doing single and multi class prediction using enums.
- [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.
- [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.
Happy exploring!