Lessons
Video episodes exploring all things Ruby, Rails and Hotwire.
-
Premium
In this episode we look at using Langchain.rb's helpers to help process and extract text summaries from them.
-
Premium
Let's create our first custom tool with LangChain.rb. Custom tools is where you can unlock the power of AI in your apps, we'll start with a super-simple tool though, to give our...
-
Premium
In this episode we'll use the Tavily search tool included with LangChain.rb to give our agents access to search the web and improve their knowledge.
-
PremiumPremium content
AI on Rails: Broadcasting messages live with Turbo Streams
We'll refactor our messages and create controller action to use turbo streams and live push our messages as and when they are created. This makes the UI feel more responsive.