mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
1.3 KiB
1.3 KiB
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
- How to extract tables from images
- How to generate advertising copy from image inputs
Explore more!