Semantic Kernel: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:
* https://github.com/microsoft/semantic-kernel
* https://github.com/microsoft/semantic-kernel
* https://learn.microsoft.com/en-us/semantic-kernel/overview/
* https://learn.microsoft.com/en-us/semantic-kernel/overview/
* https://stackoverflow.com/questions/tagged/semantic-kernel

Latest revision as of 06:12, 23 September 2023

Semantic Kernel is an open-source SDK that lets you combine AI services like OpenAI, Azure OpenAI, and Hugging Face with conventional programming languages like C# and Python. By doing so, you can create AI apps that combine the best of both worlds.

Links