NLWeb Custom Tools: Adding New Functionality in Python and .NET 10
In my previous articles, I showed you how to configure a local instance of NLWeb and connect to Azure AI Search and AI Foundry, as well as how to build…
C# .NET Software Engineer
In my previous articles, I showed you how to configure a local instance of NLWeb and connect to Azure AI Search and AI Foundry, as well as how to build…
This guide is part two of a series. In part one, we explored how to set up NLWeb locally, connect it to Azure AI Search and Azure AI Foundry, and…
Benchmarking in .NET 10 with BenchmarkDotNet It’s hard to remember a time when benchmarking was so simple! Gone are the days when inserting manual timestamps to output and using Windows’…
Intro: System.Text.Json vs Newtonsoft.Json Disclaimer: Though it pains me, I’ve purposefully used the American variant of “Serialization” vs the British “Serialisation” for consistency in this post. In the post-lull period…