Skip to content

Semantic Kernel for Java. Integrate cutting-edge LLM technology quickly and easily into your Java based apps. See https://aka.ms/semantic-kernel.

License

Notifications You must be signed in to change notification settings

microsoft/semantic-kernel-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b08fdf0 Β· Feb 16, 2025
Sep 10, 2024
Oct 23, 2024
Jun 14, 2024
Dec 5, 2024
Dec 5, 2024
Dec 5, 2024
Dec 5, 2024
Feb 15, 2025
Dec 5, 2024
Dec 5, 2024
Jun 14, 2024
Jun 12, 2024
Oct 23, 2024
Jul 26, 2024
Dec 5, 2024
Jun 12, 2024
Jun 12, 2024
Jun 12, 2024
Jun 12, 2024
Jun 19, 2024
Sep 26, 2024
Jun 12, 2024
Jun 19, 2024
Oct 23, 2024
Oct 23, 2024
Dec 5, 2024
Jun 19, 2024

Repository files navigation

Builds License: MIT Discord

Semantic Kernel for Java

Welcome to the Semantic Kernel for Java. For detailed documentation, visit Microsoft Learn.

Semantic Kernel is an SDK that integrates Large Language Models (LLMs) like OpenAI, Azure OpenAI, and Hugging Face with conventional programming languages like C#, Python, and Java. Semantic Kernel achieves this by allowing you to define plugins that can be chained together in just a few lines of code.

What makes Semantic Kernel special, however, is its ability to automatically orchestrate plugins with AI. With Semantic Kernel planners, you can ask an LLM to generate a plan that achieves a user's unique goal. Afterwards, Semantic Kernel will execute the plan for the user.

For C#, Python and other language support, see microsoft/semantic-kernel.

Please star the repo to show your support for this project!

Orchestrating plugins with planner

Getting started with Semantic Kernel for Java

The quickest way to get started with the basics is to get an API key from either OpenAI or Azure OpenAI and to run one of the Java console applications/scripts below.

  1. Clone the repository: git clone https://github.com/microsoft/semantic-kernel-java.git
  2. Follow the instructions Start learning how to use Semantic Kernel.

Documentation: Learning how to use Semantic Kernel

The fastest way to learn how to use Semantic Kernel is with our walkthroughs on our Learn site.

  1. πŸ“– Overview of the kernel
  2. πŸ”Œ Understanding AI plugins
  3. πŸ‘„ Creating semantic functions
  4. πŸ’½ Creating native functions
  5. ⛓️ Chaining functions together
  6. πŸ€– Auto create plans with planner
  7. πŸ’‘ Create and run a ChatGPT plugin

Join the community

We welcome your contributions and suggestions to SK community! One of the easiest ways to participate is to engage in discussions in the GitHub repository. Bug reports and fixes are welcome!

For new features, components, or extensions, please open an issue and discuss with us before sending a PR. This is to avoid rejection as we might be taking the core in a different direction, but also to consider the impact on the larger ecosystem.

To learn more and get started:

Contributor Wall of Fame

semantic-kernel contributors

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT license.