Function Calls by Example¶
Quick Links¶
- How are single and multi-label classifications done using enums?
- How is AI self-assessment implemented with
llm_validator
? - How are exact citations retrieved using regular expressions and smart prompting?
- How are search queries segmented through function calling and multi-task definitions?
- How are knowledge graphs generated from questions?
- How are complex queries decomposed into subqueries in a single request?
- How are entities extracted and resolved from documents?
- How are recursive schemas implemented and understood?
- How are tables extracted automatically from textual data?
- How is multi-file code generation accomplished?
- How is Personally Identifiable Information sanitized from documents?
- How are action items and dependencies generated from transcripts?
- How to enable OpenAI's moderation
Explore more!