quarkiverse / quarkus-semantic-kernel

This extension eases the integration of Semantic Kernel for Java with Quarkus
https://learn.microsoft.com/en-us/semantic-kernel/overview/
Apache License 2.0
1 stars 1 forks source link

Provider of semantic function #2

Closed morphy76 closed 1 year ago

morphy76 commented 1 year ago

Add a semantic function provider.

The semantic function is identified by skill name, the skill name determines the configuration.

Added a fake Kernel provider just to run the SF integration demo.

Fixes issue #1

morphy76 commented 1 year ago

Checks are failed due to the native build... could it be considered still out-of-context?

agoncal commented 1 year ago

Hey @morphy76. Native compilation is not working because of: https://github.com/quarkusio/quarkus/issues/35906

I've disabled native compilation for now: https://github.com/quarkiverse/quarkus-semantic-kernel/commit/0350fc908a2dcca52be28474960c85cecd9f0d4a

morphy76 commented 1 year ago

Hi @agoncal

Thnx for the links,

Do you think that's the approach you're looking for the extension?

agoncal commented 1 year ago

@morphy76 today Semantic Kernel does not compile in native. So removing the native compilation is fine for now. Could you merge the commits back from main to your PR so we can make sure the build passes ?

Having a look at your PR. #Thanks

morphy76 commented 1 year ago

asap thnx