

Recent
Using Genkit Go with Azure OpenAI Embeddings and Azure SQL's Vector Capabilities
·2491 words·12 mins
This post demonstrates the use of embeddings and vector search with Azure SQL DB’s native vector search capabilities.
Creating and Using Embeddings with Genkit Go and Azure OpenAI
·1015 words·5 mins
This post demonstrates how to create embeddings with Genkit Go using the Azure OpenAI plugin, and implements a practical vector search example with PostgreSQL and pgvector.
Using Genkit Go with Azure OpenAI API Version 2024-10-21
·1565 words·8 mins
In the first post of this blog series, I built an plugin for Genkit Go that support the Azure OpenAI v1. In this blog post, I’ll show you how to adapt our Azure OpenAI plugin to support the still widely used API version 2024-10-21.
Building a Genkit Go Plugin for Azure OpenAI
·1473 words·7 mins
A few weeks ago, Google announced the general availability of Genkit Go, described as Google’s open-source AI development framework for the Go ecosystem. In this blog series, I will explain how to use Genkit Go with Azure OpenAI.