Kudos to you Dan for such a wonderful series, quite helpful.👍
@hattorihanzo8788Ай бұрын
Thanks you Dan for you incredible work!!! This guy deserve at least 1 millions subscribers... 😇
@husane21618 ай бұрын
Dan you’re on fire!! Thank you for all your spring AI videos!!
@DanVega8 ай бұрын
Thank you for watching them! I'm having a lot of fun making them 🤩
@billybobbain6 ай бұрын
I've really learned a lot from this series on Spring AI. I had issues on my mac with the spring console, so went back to the REST api implementation from earlier and got it all working with a PDF on GDPR. Thanks for publishing this series. Your enthusiasm is a bonus.
@ahmadshlool58037 ай бұрын
Super Dan, your tutorial is powerful! Keep diving deeper! I've got a comment about JDBC - why stick with it when we're all about Spring? Let's Spring Data our way to glory! 🤪🌱
@nagamohank22448 ай бұрын
Dan, as usual, great stuff, Thanks for the insightful content on AI with spring
@ianmacharia2548 ай бұрын
Very insightful video Mr. Dan. Been following your videos of late and are for sure very useful 👍
@nlucas8 ай бұрын
Great fun this series, Thanks for putting this together!
@manuonda8 ай бұрын
Thanks Dan for this video!.Greetings.
@crampanelarutzi8 ай бұрын
Hi Dan. Really nice presentation with very useful information. Can you maybe make a video of how you could slit the context of OpenAI per user? I mean every user that calls your api, to have his own context in communicating with the LLM.
@wpxndkq-spwnq8 ай бұрын
Thank you, Dan! I wrote contents about build AI application in Spring AI and Java with your introduce Spring AI and Spring AI official docs in South Korea blog. But I wondering about testing Spring AI. as you know, I use Junit and Mockito when write test code in Spring. If I use RestTemplate or WebClient instead of Spring AI, I can use Mockito for AI function test. but I think if I use Spring AI, I don't know how I test AI function code. could you help in this problem?
@mudabirburfat94014 ай бұрын
Hi Dan, It was great seeing this series of lectures on Spring AI, I have a question: Can we configure VectorStore to interact with multiple vector tables? so we can compensate different business logics?
@adityamparikhАй бұрын
Fantastic tutorial! Thank You 🙏. How would I be able to add multiple pdf resources on different topics like for example gradle user guide in this same app?
@markus19711008 ай бұрын
Thanks Dan for this great Introduction. Is there a way to estimate how many tokens are used by a query and maybe setup some limits to control the costs? And is it possible to return the used token counts for a question so one can book-keep on this? Kepp up the good Work! Regards Markus
@sohamsarkar1748 ай бұрын
Dan, instead of PDF, can we use Excel? If so, what dependencies do we need to add?
@sohamsarkar1748 ай бұрын
Thank you Dan for another spring AI video, I have one doubt. Can we ask follow-up questions related to the previous question I asked? Will it give a relevant answer, or will it consider two questions as completely new?
@DanVega8 ай бұрын
Sorry for not answering this in the other video. No there will be no memory of the conversation so each question is it's own. If you want to you could keep a cache of the questions in a session and send them along as messages so it has the context of the previous one. This is something that the Spring AI team is looking at.
@sohamsarkar1748 ай бұрын
@@DanVega No issue Dan. Thank you
@gaticao5 ай бұрын
Is there any way to use an embedded database like H2 or embedded MongoDB? I don't have permission to install Docker or PostgreSQL on my machine
@maksymilianbienkowski69595 ай бұрын
Nice! Very usefull app
@WorldofTechnology11608 ай бұрын
Good video
@gouravkumar-or6jy5 күн бұрын
Hi Dan, Facing an issue PDF document stored into vector_store table with embedding but not getting expected result during chat. Don't know why?