Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quarkiverse/quarkus-semantic-kernel
This extension eases the integration of Semantic Kernel for Java with Quarkus
https://github.com/quarkiverse/quarkus-semantic-kernel
ai artificial-intelligence azure-openai hugging-face openai quarkus-extension
Last synced: about 11 hours ago
JSON representation
This extension eases the integration of Semantic Kernel for Java with Quarkus
- Host: GitHub
- URL: https://github.com/quarkiverse/quarkus-semantic-kernel
- Owner: quarkiverse
- License: apache-2.0
- Created: 2023-10-24T14:17:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T13:19:58.000Z (18 days ago)
- Last Synced: 2024-10-19T18:36:29.295Z (16 days ago)
- Topics: ai, artificial-intelligence, azure-openai, hugging-face, openai, quarkus-extension
- Language: Java
- Homepage: https://learn.microsoft.com/en-us/semantic-kernel/overview/
- Size: 66.4 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-semantickernel - Quarkus Semantic Kernel
README
# Quarkus Semantic Kernel
[![Version](https://img.shields.io/maven-central/v/io.quarkiverse.semantickernel/quarkus-semantic-kernel?logo=apache-maven&style=flat-square)](https://search.maven.org/artifact/io.quarkiverse.semantickernel/quarkus-semantic-kernel)
[Semantic Kernel](https://learn.microsoft.com/semantic-kernel/overview/) is an open-source SDK that lets you easily 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.
## Documentation
[//]: # (Documentation for this extension is available through Quarkiverse Docs located at:)
## Getting started
This extension provides the developers ease of use and configuration for Semantic Kernel.
[//]: # (Add the following dependency in your `pom.xml` to get started:)
[//]: # (And then your can use the Semantic Kernel in your application just like)