mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

9.6K
active users

#SpringAI

2 posts2 participants0 posts today

[Перевод] Model Context Protocol от Spring AI в Java SDK – новый стандарт для интеграции ИИ в экосистеме Java

Новый перевод от команды Spring АйО расскажет вам, что такое Model Context Protocol (MCP) и как его внедрение в экосистему Java упрощает жизнь разработчикам систем, в работе которых используется искусственный интеллект и LLM, а также передача большого количества данных между различными компонентами.

habr.com/ru/companies/spring_a

ХабрModel Context Protocol от Spring AI в Java SDK – новый стандарт для интеграции ИИ в экосистеме JavaНовый перевод от команды Spring АйО расскажет вам, что такое Model Context Protocol (MCP) и как его внедрение в экосистему Java упрощает жизнь разработчикам систем, в работе которых используется...
#java#mcp#springai

Spring AI has just released version M6, which includes the new tool calling capabilities and improvements that I have been working on over the past few weeks.

To celebrate the new tool calling features, the Spring AI team generated a song: "If I had a tool". suno.com/song/7b04cdee-0cb3-47

Check out the new tool calling documentation: docs.spring.io/spring-ai/refer

Learn more about all the new features in M6: spring.io/blog/2025/02/14/spri

Ollama supports structured outputs, constraining the model's output to be compliant with a given JSON Schema. I was happy to contribute support for this feature in Spring AI, allowing you to define an explicit JSON Schema or rely on a BeanOutputConverter to generate one for you from a Java class.

I also implemented an example application to showcase this new feature. Check it out! github.com/ThomasVitale/llm-ap