* maybe * everything
2.1 KiB
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
- Extracting search requests into multiple search queries
- Exact citations using regex
- One shot query planning
- Using recursive schema
- Automated database extraction from text
- Identifying Action Items with dependencies
- Creating multiple file programs
Details
In this section, you will find examples demonstrating different aspects of our project's functionality.
-
Classfying Text: Doing single and multi class prediction using enums.
-
Segmented Search: Learn how to perform segmented search using a multi task definition using function calling
-
One shot Query Planning: Explore how to plan and decompose a complex query into multiple subqueries in a single request.
-
Recursive Schemas: Understand how to work with recursive schemas, and also why flat is better than nested.
-
Exact Citations: Find out how to generate exact citations by using smart prompting and regular expressions
-
Automated Dataframe Extraction: Discover how to automate dataframe extraction to not only return a table, but possibly multiple tables.
-
Creating Multiple File Programs: Master how to create multiple file programs based on specification using function calling.
-
Identifying Action Items with dependencies: 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!