Skip to content

Commit

Permalink
clean up titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Jan 6, 2024
1 parent 71d37ea commit 79a2ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/writing/posts/async.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors:
- jxnl
---

# Introduction to Batch Processing using `asyncio` and `Instructor`
# Batch Processing using `asyncio` and `Instructor`

Today, I will introduce you to various approaches for using asyncio in Python. We will apply this to batch process data using `instructor` and learn how to use `asyncio.gather` and `asyncio.as_completed` for concurrent data processing. Additionally, we will explore how to limit the number of concurrent requests to a server using `asyncio.Semaphore`.

Expand Down
2 changes: 1 addition & 1 deletion docs/writing/posts/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors:
- jxnl
---

# Introduction to Caching in Python
# Caching in Python

> Instructor makes working with language models easy, but they are still computationally expensive.
Expand Down

0 comments on commit 79a2ac6

Please sign in to comment.