Build a custom AI agent/chatbot in Java (hands-on tutorial)

preview_player
Показать описание
In this video Marcus Hellberg will teach you how to build an AI chatbot that uses retrieval-augmented generation (RAG) to learn about your business context and function calling to perform business operations.

The course is focused on teaching the practical skills you need to start building your own AI-powered Spring Boot application today.

Links:

Chapters:

0:00 - Intro
2:21 - Why LLMs are dumb sometimes
4:35 - The anatomy of an AI-powered application
7:28 - Levels of AI agent autonomy
9:23 - Building an AI chatbot
11:27 - Retrieval-augmented generation (RAG)
16:27 - Building an AI Copilot
17:59 - Building an UI for a Spring Boot AI application with Hilla
20:37 - Hands-on code tutorial: building an AI powered app in Java
51:20 - Conclusions
Рекомендации по теме
Комментарии
Автор

thanks for this very interesting tutorial. i really like this framework. next tutorial vaadin hilla security with postgres or mysql?

hacking_ethique_hackerenok
Автор

also make more tutorials in java thank you.

myonlylovejesus
Автор

when I try to run the application I get an error ERROR 10232 --- [ restartedMain] o.s.boot.SpringApplication : Application run failed. What should I do?

CodeAndCrochet
Автор

can we use this chatbot for building medicinal diagnosis - recommending medicines after user tells what symptoms he has.

myonlylovejesus