Integrating Sonnet 3.5 with Phoenix Liveview

Published an article on Integrating Sonnet 3.5 with Phoenix LiveView:
Article

Given a query, Sonnet returns the results in the form of a structured JSON which can easily be inserted into the database. Paired with Phoenix’s stream and Pubsub, this becomes a really powerful tool.
I used Req to make requests to Anthropic’s REST API.

Do read

3 Likes