Spring AI - Run Meta's LLaMA 2 Locally with Ollama 🦙 | Hands-on Guide |

  Рет қаралды 8,456

Java Techie

Java Techie

22 күн бұрын

#JavaTechie #SpringAI #Ollama #LLaMA2
👉 In this tutorial I will walk you through the steps to understand how to run LLM locally using ollama & spring ai , We will also work on a hands-on project with the popular LLM, Llama2
What You Will Learn:
👉 What is Spring AI?
👉 What is Ollama?
👉 What is LLaMA 2 ?
👉 hands-on project with the popular LLM, Llama2
Spring documentation : docs.spring.io/spring-ai/refe...
🧨 Hurry-up & Register today itself!🧨
Devops for Developers course (Live class ) 🔥🔥:
javatechie.ongraphy.com/cours...
COUPON CODE : NEW24
Spring boot microservice Premium course lunched with 70% off 🚀 🚀
COURSE LINK : Spring boot microservice course link :
javatechie.ongraphy.com/cours...
PROMO CODE : SPRING50
GitHub:
github.com/Java-Techie-jt/spr...
Blogs:
/ javatechie4u
Facebook:
/ javatechie
Join this channel to get access to perks:
kzbin.infojoin
🔔 Guys, if you like this video, please do subscribe now and press the bell icon to not miss any update from Java Techie.
Disclaimer/Policy:
📄 Note: All uploaded content in this channel is mine and it's not copied from any community, you are free to use source code from the above-mentioned GitHub account.

Пікірлер: 53
@TheMrtest123
@TheMrtest123 18 күн бұрын
Thanks for starting a series on AI. This is the need of the hour. Thanks for accepting our request for AI demos
@SouravDalal1981
@SouravDalal1981 15 күн бұрын
Great job. Will look forward for Vector database with AI integration
@dmode1535
@dmode1535 19 күн бұрын
Thanks for posting this sir, I have learn a lot from you. Developers should be the highest paid group of any field because we do more learning than any field. We never stop learning, there is always something new to learn.
@itdev7097
@itdev7097 17 күн бұрын
"Developers should be highest paid group in any field".... exactly the opposite should happen.
@_vku
@_vku 10 күн бұрын
Thanks Basant sir, as a developer i like ur video to watch, whenever new leaning required i follow ur video.
@gopisambasivarao5282
@gopisambasivarao5282 12 күн бұрын
Thanks Basant. Appreciate your efforts. God bless you!
@abdus_samad890
@abdus_samad890 19 күн бұрын
Loved it... Yes you can create more.
@grrlgd3835
@grrlgd3835 19 күн бұрын
thanks for this JT. another great video. I'm going to take a look at the ETL framework for Data Engineering. look forward to more content
@rabiulbiswas5908
@rabiulbiswas5908 19 күн бұрын
Thanks for the video. I hope more will come on Spring AI soon.
@mayankkumarshaw635
@mayankkumarshaw635 19 күн бұрын
Very nice ❤❤
@SrkSalman416
@SrkSalman416 19 күн бұрын
Very Good Video On Spring-AI. Your content(Videos) like Java Magnet, Its attract very fast.
@rajasekharkarampudi2669
@rajasekharkarampudi2669 19 күн бұрын
Great start to the Java AI world bro, Will be Waiting for the demos in this playlist on RAG applications using Vector DB, and Function calling, Take your time and plan a video on E2E real world projects, deploying it on a server.
@satyendrabhagbole3746
@satyendrabhagbole3746 12 күн бұрын
Brilliant explanation
@psudhakarreddy6548
@psudhakarreddy6548 19 күн бұрын
Thank you
@rajkiran4572
@rajkiran4572 3 күн бұрын
Thanks
@Javatechie
@Javatechie 3 күн бұрын
Thanks buddy 🙂👍
@ChandraSekhar-jm3sr
@ChandraSekhar-jm3sr 17 күн бұрын
Please share different model videos...they are very helpful
@muralikrishna-qh6vg
@muralikrishna-qh6vg 18 күн бұрын
Thank you Basanth, can you please take us to Spring ai with google cloud (like vertexAiGemini) also vertextai with java
@petersabraham7423
@petersabraham7423 18 күн бұрын
Great video. Thank you for always making effort to update us with the latest technologies. I have one issue though, after implementing the generate rest api, my response takes too long, sometimes it takes up to 7minutes and i also noticed that you used GET request while llama "/api/chat" expects a POST request. Is there a particular reason you used a GET request? 2. Is it possible to train the llama model to recognize and provide responses based on the trained data?
@MrSumeetshetty
@MrSumeetshetty 19 күн бұрын
Thanks bro.. You are a good motivation for all developers to keep learning ❤
@rishiraj2548
@rishiraj2548 19 күн бұрын
😎👍🏻💯🙏🏻
@koseavase
@koseavase 10 күн бұрын
Here comes Spring boot to challenge Python
@kappaj01
@kappaj01 19 күн бұрын
Great video. Can you do a RAG solution using the Weaviate Vector DB? I had one with AI 0.8 running, but it has changed so muched to 1.0...
@Javatechie
@Javatechie 19 күн бұрын
Sure I will give a try as currently I am learning it 😊
@driveDoses
@driveDoses 19 күн бұрын
Great start in AI world. I had question If I have an spring boot application and I want ans related to my application data only. how we can achieve that
@Javatechie
@Javatechie 19 күн бұрын
I am not sure will check and update you
@liqwis9598
@liqwis9598 19 күн бұрын
Hey basant nice video , can you please teach us how to use RAG functionality in locally running llms
@Javatechie
@Javatechie 19 күн бұрын
I will do this
@liqwis9598
@liqwis9598 19 күн бұрын
@@Javatechie thank you as always 🙂
@atulgoyal358
@atulgoyal358 Күн бұрын
I got below issue Error: model requires more system memory (8.4 GiB) than is available (3.9 GiB) docker exec -it ollama ollama run llama2
@moinakdasgupta3341
@moinakdasgupta3341 19 күн бұрын
Hi JT, I am running both ollama and my spring boot app using docker compose, but app is getting 500 response when hitting ollama api. This is fixed only when I manually run ollama run llama2 or ollama pull llama2 in the ollama container. Is there any way to automatically pull the model while starting from docker compose? I tried command: ["ollama", "pull", "llama2"] in docker compose file with no luck :(
@Javatechie
@Javatechie 18 күн бұрын
not sure buddy, I will check and update you
@flutterdevfarm
@flutterdevfarm 19 күн бұрын
Sir, are you launching any latest course spring boot & microservices? The course which is listed on your site, is it Live?
@attrayadas8067
@attrayadas8067 19 күн бұрын
It's pre-recorded!
@Javatechie
@Javatechie 19 күн бұрын
It was recorded session of past live class currently I don't have any plan for new batch but If I have any plan in future then definitely I will update first in my KZbin channel for my audience 😀
@theniteshkumarjain
@theniteshkumarjain 19 күн бұрын
Do we need tokens to generate the response? Also are these models for free?
@Javatechie
@Javatechie 19 күн бұрын
No tokens required yes these models are open-source
@theniteshkumarjain
@theniteshkumarjain 19 күн бұрын
@@Javatechie thanks
@vaibhavshetty3781
@vaibhavshetty3781 19 күн бұрын
getting this error while , Error: llama runner process has terminated: signal: killed
@Javatechie
@Javatechie 19 күн бұрын
At what step are you getting this error?
@vaibhavshetty3781
@vaibhavshetty3781 19 күн бұрын
@@Javatechie while running docker exec -it ollama ollama run llama2
@vaibhavshetty3781
@vaibhavshetty3781 19 күн бұрын
does it require any higher machine spec
@Javatechie
@Javatechie 19 күн бұрын
No specification required
@abhishekkumar2020
@abhishekkumar2020 14 күн бұрын
getting same error
@2RAJ21
@2RAJ21 9 күн бұрын
I got below issue verifying sha256 digest writing manifest removing any unused layers success Error: model requires more system memory (8.4 GiB) than is available (2.9 GiB) after running -> docker exec -it ollama ollama run llama2 how to solve this ?? please help me..
@atulgoyal358
@atulgoyal358 Күн бұрын
I got same issue ? did you got solution.
@2RAJ21
@2RAJ21 Күн бұрын
@@atulgoyal358 I did not touch after this issue. I think increase docker memory size.
@atulgoyal358
@atulgoyal358 Күн бұрын
@@2RAJ21 Need to check how to increase docker memory size
@2RAJ21
@2RAJ21 Күн бұрын
@@atulgoyal358 no idea bro.. I am confused with ram or memory..
@atulgoyal358
@atulgoyal358 Күн бұрын
@@2RAJ21 Need to configure .wslconfig file in %userprofile% increase RAM and processor then it will work..
@CenturionDobrius
@CenturionDobrius 19 күн бұрын
As usual, great job ❤ Please, if possible, work on your microphone voice quality recording
@Javatechie
@Javatechie 19 күн бұрын
Hello buddy thanks for your suggestion actually mic quality is good and things are echoing so will definitely try to improve it
SOLID Design Principles in java with Example | JavaTechie
34:44
Java Techie
Рет қаралды 181 М.
Heartwarming Unity at School Event #shorts
00:19
Fabiosa Stories
Рет қаралды 20 МЛН
Задержи дыхание дольше всех!
00:42
Аришнев
Рет қаралды 2,3 МЛН
تجربة أغرب توصيلة شحن ضد القطع تماما
00:56
صدام العزي
Рет қаралды 60 МЛН
Aider and Claude 3.5: Develop a Full-stack App Without Writing ANY Code!
16:58
Coding the Future With AI
Рет қаралды 27 М.
Supercharge your Python App with RAG and Ollama in Minutes
9:42
Matt Williams
Рет қаралды 31 М.
Lessons From A Year Building With LLMs
35:21
AI Engineer
Рет қаралды 9 М.
Python RAG Tutorial (with Local LLMs): AI For Your PDFs
21:33
pixegami
Рет қаралды 165 М.
The Right Way To Build REST APIs
10:07
Awesome
Рет қаралды 75 М.
Apple beats EVERYONE to share LLM Secrets!!!
11:54
1littlecoder
Рет қаралды 15 М.
How Paris Pulled Off One Of The Cheapest Olympics
12:25
CNBC
Рет қаралды 302 М.
1$ vs 500$ ВИРТУАЛЬНАЯ РЕАЛЬНОСТЬ !
23:20
GoldenBurst
Рет қаралды 1,8 МЛН
Телефон-електрошокер
0:43
RICARDO 2.0
Рет қаралды 1,3 МЛН
Худшие кожаные чехлы для iPhone
1:00
Rozetked
Рет қаралды 1,6 МЛН
Что делать если в телефон попала вода?
0:17
Лена Тропоцел
Рет қаралды 2,5 МЛН
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00
VA-PC
Рет қаралды 2,2 МЛН
Здесь упор в процессор
18:02
Рома, Просто Рома
Рет қаралды 401 М.