Rust Ollama By Examples - 4 Chapters (Full Tutorial - Rust AI)

preview_player
Показать описание


- 00:00:00 - Intro
- 00:01:10 - Setup
- 00:06:48 - C01 - Generation
- 00:17:46 - C02 - With Context
- 00:31:29 - C03 - Chat
- 00:42:28 - C04 - Embeddings

== Jeremy Chone:

== Rust10x AI / OpenAI / Ollama

== Rust10x Web App production coding:

== Other

Other popular Rust Programming videos:

Playlists:

Other notes:

- ScreenBrush for the green lines. (Gromit seems to be the equivalent on Linux)
- Sketchapp for some graphics.
- Davinci Resolve and Fusion video editing.
- VSCode with Google Material icon themes (with some customization)
Рекомендации по теме
Комментарии
Автор

Please do not stop producing these high quality videos!

christerpherhunter
Автор

Thank you, Jeremy. This was quite a helpful video. I love how you went into details to explain concepts such as how the embeddings should be split and how to move back from an embedding returned by the vector to the original text.

cryarchy
Автор

This is one of the best Rust channels out there. Keep making these videos!

janiscakstins
Автор

"Wrong answer because we know Rust is the best one" YES I like that :)

romanstingler
Автор

25:49 - Makefiles are also a nice option for that.

ItaloMaiaTM
Автор

Your videos are incredible Jeremy! I decided as one of my main New Years resolution to properly learn Rust this year and your channel has been nothing short of a miracle for me. Thank you so much for everything bro!

I am doing my thesis next year and I wanted to make it about ML + Cybersecurity. I was thinking about making it all in Python (of course lol), but I may eventually use Rust for this in case the tooling is ready for something like that

MaxJM
Автор

one of the top channels on the planet for rust and llms!

databasemadness
Автор

Absolutely adore your content! Could you whip up a dazzling video on grpc tonic? How about crafting a mesmerizing e-commerce backend with microservices? Picture this: a seamless connection between a user app and an admin app, all beautifully showcased in the same video. Heartfelt thanks for your incredible contributions to the Rust community!

abdulcodes
Автор

WOW!!! That's very interesting topic! Thank you!

GlebEagle
Автор

Hey Jeremy thanks for making awesome stuff for us.

prashlovessamosa
Автор

Continue to teach us. Great thank you!

maxali
Автор

Ah yes thank you! Exactly what I needed!

brianlogan
Автор

== nevermind; saw your warning message; by the way, you could have used transpose to work around the api change. Why did you opt out of doing so? == At 15:16, `let res = res?;` worked here without the need to use map_err.

Regardless, enjoying the video by buckets!
I'm using llama2 model instead of the suggested one, so to save a bit in space. The docker Ollama docker container is working quite well too!
Back to watching...

ItaloMaiaTM
Автор

Thanks a lot for taking the time to put this out. Are you planning a Rust Web Dev course or a Learning Track? I would be very interested.

sunitjoshi
Автор

Hey, great video Jeremy !
Is it possible to make a video to how to create a plugin for obsidian with this rust-ollama project ?
I think it can be a realy cool comunity project too 😉

mjcc_
Автор

Thanks for the video. I liked and subscribed 😛

HagbardCelineOnRust
Автор

Is there a way to make your own language model with Rust? Train it and then use it as you showed in this video.

abobunus
Автор

You will need an nVidia GPU to make use of the GPU acceleration. AMD is CPU-only :(

cthutu