Hybrid Search with Elasticsearch in .NET

Use the reciprocal rank fusion algorithm to combine the results of BM25 and kNN semantic search.

Querying and Filtering via Elastic.Clients.Elasticsearch in .NET

Learn how to query and filter documents in Elasticsearch using the Elastic.Clients.Elasticsearch NuGet package.

Semantic Search with Elasticsearch in .NET

This post demonstrates how to perform Semantic Search using Elasticsearch and Polyglot Notebooks

10 Lessons I Learned from Using Aspire in Production

A collection of lessons learned from using .NET Aspire in production.

A Tyrant Guide to Code Quality Gates featuring CSharpier, Husky.NET, and SonarCloud

Learn how to enforce code quality gates in your .NET projects.

Using Polyglot Notebooks and Kernel Memory in Your Day-to-Day Tasks

Learn how to use Polyglot Notebooks and Kernel Memory together to enhance your day-to-day tasks with the power of AI.

Typical RAG Implementation Using Semantic Kernel, Kernel Memory, and Aspire in .NET

Learn how to use the out-of-the-box solution provided by Kernel Memory to build a typical RAG in .NET.