Skip to content

Commit

Permalink
blendsql-by-example.ipynb to docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg committed Oct 26, 2024
1 parent 3eccdea commit a5ef3d1
Show file tree
Hide file tree
Showing 2 changed files with 1,233 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pip install blendsql
```

### ✨ News
- (10/26/24) New tutorial! [blendsql-by-example.ipynb](examples/blendsql-by-example.ipynb)
- (10/18/24) Concurrent async requests in 0.0.29! OpenAI and Anthropic `LLMMap` calls are speedy now.
- Customize max concurrent async calls via `blendsql.config.set_async_limit(10)`
- (10/15/24) As of version 0.0.27, there is a new pattern for defining + retrieving few-shot prompts; check out [Few-Shot Prompting](#few-shot-prompting) in the README for more info
Expand Down
Loading

0 comments on commit a5ef3d1

Please sign in to comment.