#semantic-kernel

36 posts

Windows Event Log Trigger

Subscribe to Windows Event Log in a Windows Service; handle lifecycle, filtering, and SK processing.

Timer (Schedule) Trigger

Implement scheduled jobs with Worker Service, cron/systemd, or Functions; avoid overlap and handle drift.

Webhook Trigger

Handle webhooks safely: signature verification, idempotency, retry handling, queuing, and SK invocation.

HTTP Request Trigger

Build HTTP-triggered SK endpoints with ASP.NET Core minimal APIs, auth, DI, resiliency, and hosting.

Triggers — Overview

Overview of trigger types (HTTP, Webhook, Timer, FS watcher, Windows Event Log) and typical hosting options.

Memory in RAG apps — Overview

What I mean by memory: session, user, team, and company memories — and what developers must consider (permissions, privacy, retention).

Semantic Index with Qdrant

What Qdrant is, why it’s great for vector search, how to run it with Docker, and how to use it with Semantic Kernel in C#.