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>
1023 B
1023 B
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
- What is Query Understanding, how does it go beyond embeddings?
- How can one achieve GPT-4 level summaries using GPT-3.5-turbo?
- What are the basics of Guardrails and Validation in AI models?
- How does one validate citations in AI-generated content?
- What are the methods and benefits of fine-tuning and distillation in AI models?
Learning Python
- How can I effectively cache my functions in Python?
- What are the fundamentals of batch processing with async in Python?
- How can I stream models to improve latency?