This commit is contained in:
Jason
2023-07-09 14:55:52 +08:00
parent e93043a9ae
commit d4709e2fb6
+1 -1
View File
@@ -16,7 +16,7 @@ In this section, you will find examples demonstrating different aspects of our p
- [Segmented Search](search.md): Learn how to perform segmented search using a multi task definition using function calling
- [One shot Query Planning](lanning-tasks.md): Explore how to plan and decompose a complex query into multiple subqueries in a single request.
- [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 why flat is better than nested.