.NET Data ingestion - add enrichers and logging with SQL Server and Docker Desktop
Authorised Territory demonstrates how to extend a .NET data ingestion pipeline by adding summary and keyword enrichers, then wiring up console logging to show how the enrichers work together with a chat client using a locally hosted LLM via Ollama.
Overview
The video walks through updating an existing .NET data ingestion solution to:
- Add two enrichers to the ingestion pipeline:
- Summary enricher
- Keyword enricher
- Add console logging so it’s easier to observe how the enrichers and the chat client behave together
- Run the LLM locally:
- Uses
gpt-osshosted in Ollama
- Uses
The starting solution referenced by the presenter is available in the earlier video: https://youtu.be/SanY1J98d4A