microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
20.44k stars 2.96k forks source link

Java: Support for the PaLM API in Java #2891

Open glaforge opened 9 months ago

glaforge commented 9 months ago

It would be great if Semantic Kernel supported the PaLM API from Google in Java. There's the developer focused one here or ideally the Cloud-based one from Vertex AI here.

There are different LLM models available (chat and non-chat), and you can also compute embeddings.

nacharya1 commented 9 months ago

@glaforge we recently add PaLM support apart of #2258 and #2076. Hopefully this helps.

glaforge commented 9 months ago

Sorry, I should have been clearer. It was following a discussion with @brunoborges about the support of PaLM, but in the Java flavor of Semantic Kernel. Could we reopen this issue?

nacharya1 commented 9 months ago

yes course. Appreciate the clarity @glaforge. Thanks for reopening @brunoborges .

brunoborges commented 9 months ago

Definitely one of the downsides of having all languages in the same repository is that issues may be opened related to one language but reviewed by another language maintainer.

But there are upsides! Let's help users being clarity as they open issues in the future.

github-actions[bot] commented 3 months ago

This issue is stale because it has been open for 90 days with no activity.