-
Semantic Kernal Part 3: Advanced Topics
Last updated: Thursday, October 24, 2024
Published in: CODE Magazine: 2024 - September/October
Mike details the evolution of his team's development of a Copilot system using Microsoft's Semantic Kernel (SK) framework for Large Language Models (LLMs). Initially, Mike describes their hands-on approach to building a Copilot capable of answering legal contract queries by manually injecting relevant data into prompts. However, as the project advanced, the team adopted GPT-4 and automatic function calling, significantly simplifying their code and enhancing functionality. Mike emphasizes the transformative impact of these new technologies, which allowed for more effective and efficient application development with minimal manual intervention.