Chris Rickman

Principal Software Engineer, Semantic Kernel

Post by this author

MicroAgents: Exploring Agentic Architecture with Microservices

Throughout our time building Semantic Kernel and working with customers, we've introduced agents and have just started to explore the potential of autonomous AI agents. While the community is in the midst of exploring various architectures for these agents, one source we can draw inspiration from is the microservice architecture. Consider ...

Chat Copilot Integration with Semantic Memory – Release 0.5

(image) Chat Copilot Release 0.5 introduces the integration of Semantic Memory (SM).  Chat Copilot now utilizes the ISemanticMemoryClient interface from SM instead of the ISemanticTextMemory interface associated with Semantic Kernel memory connectors. Semantic Memory (SM) is an open-source platform specialized in the efficient indexing...

Use natural language to execute SQL queries

(image) We've heard from many in the community who want to use Semantic Kernel to query their relational database using natural language expressions. We are excited to share this sandbox that enables you explore the capabilities of LLM to generate SQL queries (or SELECT statements): NL2SQL. This has been an area of interest for years (...