Improve Documentation (#96)

* maybe

* everything
This commit is contained in:
Jason Liu
2023-09-07 17:12:03 -05:00
committed by GitHub
parent 824a7b5390
commit 8449543376
5 changed files with 75 additions and 26 deletions
+5 -4
View File
@@ -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.