mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
622b9d28b2
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
1.1 KiB
1.1 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
Explore more!