Building with AI in Go
Details
This time we are going to explore building golang applications using LangChain Golang.
First we'll start by building a basic one shot chat application. We'll add actual chat functionality to it where you can have a conversation with the AI. Next, we'll be implementing short term memory for the AI where conversations can continue to build context as progress is made. Finally, we'll look into our first chain which is a more sophisticated approach to managing memory using langchaingo. The docs for all these examples can be found in the getting started guide for langchaingo.
A final example is implementing tool calling where we'll discuss using an mcp server to provide tools to the LLM and allow it to talk to a postgres database on our behalf.
We are incredibly grateful to Vera Cloud for hosting our meetup group for this event!