Embeddings
Microsoft.Extensions.AI

Search for a command to run...
Series
In this series, I am following along to some examples from .NET Conf 2024 - Day 1 https://www.youtube.com/watch?v=hM4ifrqF_lQ&t=7268s This is a new library by Microsoft and is currently in preview.
Microsoft.Extensions.AI

I created a simple chat app that can talk to OpenAI, and I added to this by adding function calling. Meaning the AI can do more than just browse the internet, you can add some logic to your app. The aim of Microsoft.Extensions.AI is to make the code ...

This feature illustrates AI’s ability to understand and pick things out from an image using Microsoft.Extensions.AI. This post will walk you through getting OpenAI to summarize a single image. You should end up with and output like this: Then we wil...
