mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
185138519f
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com> Co-authored-by: Jason Liu <jason@jxnl.co>
22 lines
1023 B
Markdown
22 lines
1023 B
Markdown
# Welcome to the Instructor Blog
|
|
|
|
The goal of the blog is to capture some content that does not neatly fit within documentation or the cookbooks.
|
|
|
|
## Advanced Topics
|
|
|
|
1. [What is Query Understanding, how does it go beyond embeddings?](posts/rag-and-beyond.md)
|
|
2. [How can one achieve GPT-4 level summaries using GPT-3.5-turbo?](posts/chain-of-density.md)
|
|
3. [What are the basics of Guardrails and Validation in AI models?](posts/validation-part1.md)
|
|
4. [How does one validate citations in AI-generated content?](posts/citations.md)
|
|
5. [What are the methods and benefits of fine-tuning and distillation in AI models?](posts/distilation-part1.md)
|
|
|
|
## Learning Python
|
|
|
|
- [How can I effectively cache my functions in Python?](posts/caching.md)
|
|
- [What are the fundamentals of batch processing with async in Python?](posts/learn-async.md)
|
|
- [How can I stream models to improve latency?](posts/generators.md)
|
|
|
|
## Talks
|
|
|
|
- [What were the key insights and topics covered at the AI Engineering Summit 2023?](posts/aisummit-2023.md)
|