Build a ChatGPT clone with Spring Boot, LangChain, and React in 20 minutes

preview_player
Показать описание
In this video, Marcus Hellberg walks you through building a ChatGPT-like experience using Java, Spring Boot, and LangChain4j on the backend, streaming responses to a React frontend with Hilla.

0:00 - Intro
0:16 - Tools used: LangChain, LangChain4j, Hilla
1:11 - Sample project overview
2:11 - Adding LangChain4j dependency
2:38 - Spring Boot service for calling OpenAI ChatGPT
5:50 - React UI for synchronous ChatGPT calls
11:21 - Streaming ChatGPT responses with LangChain and Spring Boot
14:36 - React UI for streaming ChatGPT responses
18:20 - Outro

Links
Рекомендации по теме
Комментарии
Автор

Excellent video, as always Marcus Hellberg impressed me one more time. I hope our Customers will be as pleased as I was. Congrats

ricardolegorreta
Автор

Great video Marcus. I am going to give Hilla a try today after contemplating on whether to use it or not for a long time :). When you get a chance, it would be good if you made a similar video using Spring AI :)

sagarbhat
Автор

clear relaxed and well presented even a 5 year old would get it, thank you Marcus

leonelmateus
Автор

Hello, thank you very much for the video, but I think the flux methods you use in the back-end have been updated. Any chance of fixing it?

meftofficialx
Автор

Thanks for the above clear explanation.

Can you help in providing a video on "How to build a Qna Chatbot on our documents using java, springboot, react thank you.

yaswanthgenji
Автор

can someone help me, how to get OpenAI API key ???

ApurvTripathi-mciy
Автор

Excellent training Marcus,
One question: Is it possible to implement concurrency in a Hilla app?

Regards,
JA

jcolindres