microsoft / semantic-kernel-java

Semantic Kernel for Java. Integrate cutting-edge LLM technology quickly and easily into your Java based apps. See https://aka.ms/semantic-kernel.
MIT License
73 stars 13 forks source link

Java: Bug: cant build Java examples #125

Open PedroEsnaola opened 3 months ago

PedroEsnaola commented 3 months ago

Describe the bug O think that there is an inconsistency between the examples and the actual filenames

Even when installing all available maven deps, I wasn't able to find the SKBuilder class to actually build the Kernels, therefore leaving me unable to test anything

Did any changes happened recently that leaves the examples obsolete?

iReproduce** Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior The samples in the project should work

Screenshots If applicable, add screenshots to help explain your problem.

Platform

Additional context Add any other context about the problem here.

johnoliver commented 2 months ago

Yes there has been a fair amount of movement in this area, the samples at the new location: https://github.com/microsoft/semantic-kernel-java/tree/main/samples should build fine. Please let us know if you have any issues with them