Sitemap
Leading EDJE

We transform businesses and unlock human potential through technology, crafting bespoke solutions that positively disrupt rather than simply solving problems.

Member-only story

Document Search in .NET with Kernel Memory

9 min readMay 20, 2025

--

Kernel Memory, a flexible document indexing and RAG search library

Indexing data in different formats using Kernel Memory
IKernelMemory memory = new KernelMemoryBuilder()
.WithOpenAI(openAiConfig)
.Build();

await memory.ImportDocumentAsync("TheGuide.pdf");

string question = "What…

--

--

Leading EDJE
Leading EDJE

Published in Leading EDJE

We transform businesses and unlock human potential through technology, crafting bespoke solutions that positively disrupt rather than simply solving problems.

Matt Eland
Matt Eland

Written by Matt Eland

Professional Wizard at Leading EDJE, Microsoft MVP in AI and .NET. Author of "Refactoring with C#" and "Data Science in .NET with Polyglot Notebooks".

Responses (2)