<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Amazon - Tag - Simon Jakubowski</title><link>https://sijakubo.github.io/info/tags/amazon/</link><description>Amazon - Tag - Simon Jakubowski</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>sijakubo@gmail.com ( Simon Jakubowski)</managingEditor><webMaster>sijakubo@gmail.com ( Simon Jakubowski)</webMaster><lastBuildDate>Fri, 08 Mar 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://sijakubo.github.io/info/tags/amazon/" rel="self" type="application/rss+xml"/><item><title>Enhance your Java Spring Applications with AI</title><link>https://sijakubo.github.io/info/posts/post-11/</link><pubDate>Fri, 08 Mar 2024 00:00:00 +0000</pubDate><author>sijakubo@gmail.com ( Simon Jakubowski)</author><guid>https://sijakubo.github.io/info/posts/post-11/</guid><description><![CDATA[<p>I came across the release notes for <a href="https://spring.io/blog/2024/02/23/spring-ai-0-8-0-released">Spring AI 0.8.0</a> and i thought i might give it a try and it&rsquo;s frighteningly simple to do so. Here is a short sample Project: <a href="https://github.com/sijakubo/spring-ai-test">https://github.com/sijakubo/spring-ai-test</a></p>
<p>You just have to:</p>
<ul>
<li>include the Spring AI dependencies</li>
<li>provide an AI token</li>
<li>call the Spring AI proxy (e.g. ChatClient, ImageClient)</li>
</ul>
<p>Supported models are:</p>
<blockquote>
<p><strong>Chat Models</strong></p>
<ul>
<li>OpenAI</li>
<li>Azure Open AI</li>
<li>Amazon Bedrock</li>
<li>Anthropic&rsquo;s Claude</li>
<li>Cohere&rsquo;s Command</li>
<li>AI21 Labs&rsquo; Jurassic-2</li>
<li>Meta&rsquo;s LLama 2</li>
<li>Amazon&rsquo;s Titan</li>
<li>Google Vertex AI Palm - Gemini support coming soon (follow the WIP branch)</li>
<li>HuggingFace - access thousands of models, including those from Meta such as Llama2</li>
<li>Ollama - run AI models on your local machine</li>
</ul>
<p><strong>Text-to-image Models</strong></p>]]></description></item></channel></rss>