Skip to content

what is difference between Concepts and Componants of semantic kernel #9600

Closed Answered by moonbox3
rakshahulle asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @rakshahulle, concepts/components can be used interchangeably. The python/samples/concepts are demonstrating various concepts about how to apply different SK components -- like auto function calling, filters, etc.

The main takeaway is: if you can understand that the Kernel is the central component to Semantic Kernel, that's a great start. The kernel controls the state of an application -- one can add plugins, filters, invoke those functions, etc, via the kernel object. An input to the kernel is an AI service (how you interact with the LLM) and one can define multiple AI services like AzureChatCompletion alongside an AnthropicChatCompletion service. Each service has its own prompt ex…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sophialagerkranspandey
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested kernel.core
2 participants