mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
# Function Calls by Example
|
|
|
|
## Quick Links
|
|
|
|
- [Classifying Text](classification.md): Single and multi-label classification using enums.
|
|
|
|
- [Self-Assessment via Validators](self_critique.md): Implement AI self-assessment with `llm_validator`.
|
|
|
|
- [Citations via Regex](exact_citations.md): Retrieve exact citations using regular expressions and smart prompting.
|
|
|
|
- [Extracting Search Queries](search.md): Segment search queries through function calling and multi-task definitions.
|
|
|
|
- [Generating Knowledge Graphs](knowledge_graph.md): Generate knowledge graphs from a question
|
|
|
|
- [Query Decomposition](planning-tasks.md): Decompose complex queries into subqueries in a single request.
|
|
|
|
- [Entity Extraction and Resolution](entity_resolution.md): Extract and resolve entities from a document.
|
|
|
|
- [Working with Recursive Schemas](recursive.md): Implement and understand recursive schemas.
|
|
|
|
|
|
- [Table Extraction from Text](autodataframe.md): Extract tables, potentially multiple, automatically from textual data.
|
|
|
|
- [Multi-File Code Generation](gpt-engineer.md): Generate multi-file programs with contents and paths.
|
|
|
|
- [PII Data Sanitization](pii.md): Extract and sanitize Personally Identifiable Information (PII) from documents.
|
|
|
|
- [Action Item and Dependency Mapping](action_items.md): Generate action items and their dependencies from transcripts.
|
|
|
|
Happy exploring! |