Cloud LLMs: Microsoft Foundry and Amazon Bedrock
This article wires up two big cloud providers, Microsoft Foundry and Amazon Bedrock and builds the factory that routes between…
This article wires up two big cloud providers, Microsoft Foundry and Amazon Bedrock and builds the factory that routes between…
Modern phones and Macs ship their own neural hardware and their own on-device models. Here how to use them from…
Persist embeddings in a vector store, search them, and use what you find to ground a chat model's answers, the…
Text is not the only thing models generate. Microsoft.Extensions.AI abstracts image generation behind IImageGenerator. With troubleshooting.
How IEmbeddingGenerator works in NET10: turn a PDF into chunks, chunks into vectors, and a question into ranked results, with…
How can we test a component based on Microsoft.Extension.AI that gives a different answer every time it runs? Here an…
A language model knows what was in its training data and nothing else. Tool calling closes that gap with custom…
Second post where using Microsoft.Extensions.AI I build the first AI client keeping the history of the chats and instruct the…
Microsoft.Extensions.AI is a small set of abstractions in the box, and providers that plug in behind the common AI providers…
Write a ChatGPT client in C# using the OpenAI API: walkthrough the process of creating human-like responses
In this new post I explain how to start with Unity 2021 and the basic interaction with the Unity Editor,…
In this new short post, I'll show you how to create a universal PredicateBuilder for Expression in C# to merge…
I'm facing a problem when I want to cast a base class to a derive class. A derive class is…
My initial problem was to extract from a SQL string generated by MySql, all fields....