mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-19 22:10:57 +00:00
23897685f5
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com> Co-authored-by: Jason Liu <jason@jxnl.co>
30 lines
1.2 KiB
Markdown
30 lines
1.2 KiB
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/generator.md)
|
|
|
|
## Integrations
|
|
|
|
- [Ollama](./../hub/ollama.md)
|
|
- [llama-cpp-python](./../hub/llama-cpp-python.md)
|
|
- [Anyscale](./../hub/anyscale.md)
|
|
- [Together Compute](./../hub/together.md)
|
|
|
|
## Media
|
|
|
|
- [Course: Structured Outputs w/ Instructor](https://www.wandb.courses/courses/steering-language-models?x=1)
|
|
- [Keynote: Pydantic is all you need](posts/aisummit-2023.md)
|