5 Steps to Build Your Own LLM Classification System

  Рет қаралды 11,930

Dave Ebbelaar

Dave Ebbelaar

Күн бұрын

Пікірлер: 28
@avidlearner8117
@avidlearner8117 4 ай бұрын
Maaaaaan.... You have THE BEST content, HANDS DOWN, for Gen AI Development. Clear, concise, every step explained, context.... Context is key... Bravo! And thanks a lot for this, it's inspiring.
@daveebbelaar
@daveebbelaar 4 ай бұрын
Wow, thanks!
@mksmurff
@mksmurff 16 күн бұрын
Very clear and real-world example too. Thank you
@IdPreferNot1
@IdPreferNot1 4 ай бұрын
Such great content. I was going to gist this and then i see that's even how you're sharing it! I wanted to get a use case for Instructor library as looked interesting, but wasnt sure what it added beyond pydantic. ... and here it is. Thanks!
@HerroEverynyan
@HerroEverynyan 4 ай бұрын
So cool that you make such great content, with clear explanations, and are so transparent
@daveebbelaar
@daveebbelaar 4 ай бұрын
I appreciate that!
@farhanafridi8694
@farhanafridi8694 4 ай бұрын
Great! would love to see more of these.
@nexuslux
@nexuslux 4 ай бұрын
Excellent video. Can you go into a bit more detail of how a database of this type of information might look and operate. Or any type of automation that would be involved? You mentioned sentiment or you mentioned doing analytics
@mamadou-diandjalo6723
@mamadou-diandjalo6723 4 ай бұрын
This is exactly what i needed ! Thanks !!
@jeromedupourque6067
@jeromedupourque6067 4 ай бұрын
Congratulations this is just perfect!
@volt8399
@volt8399 4 ай бұрын
You did an amazin job, thank you so much for sharing this.
@batigol_9
@batigol_9 12 күн бұрын
I tried following your script and I downloaded pip install -U instructor but I keep getting no module found instructor, have you faced this kind of errors any thoughts?
@lesptitsoiseaux
@lesptitsoiseaux 4 ай бұрын
You have 50 000 classes transcripts you need to do a recommendation engine. Best approach?
@MuhammadFaizanMumtaz3
@MuhammadFaizanMumtaz3 4 ай бұрын
great yar bhoat zbrdst.
@sumitbindra
@sumitbindra 4 ай бұрын
Loved the content. What are the advantages of using this instead of function calling?
@daveebbelaar
@daveebbelaar 4 ай бұрын
@@sumitbindra streamlines prompt engineering, less code, and auto retries.
@sumitbindra
@sumitbindra 4 ай бұрын
@@daveebbelaar makes sense. thank you
@guilhermeveiga9345
@guilhermeveiga9345 4 ай бұрын
Good tip thnkss
@synergyai
@synergyai 4 ай бұрын
How do you deal with the objections of sending this 'sensitive' data to OpenAI? We are doing a project now where we have to clean the data before sending it to openAI which is a big challenge. Curious to hear other people thoughts on this...
@daveebbelaar
@daveebbelaar 4 ай бұрын
We use Azure OpenAI. Clients are generally okay with that in our experience.
@erenyeager655
@erenyeager655 4 ай бұрын
combined it with fastapi to transform it to an endpoint and call in the frontend side ooooofff... faster development for machine learning web system
@jppalmab
@jppalmab 4 ай бұрын
Gold
@AbdulBasit-ff6tq
@AbdulBasit-ff6tq 4 ай бұрын
Why don't you just just use the json response from openai directly?
@daveebbelaar
@daveebbelaar 4 ай бұрын
This unifies your data structures without relying on prompt engineering. You still have to provide a JSON schema when using the JSON response with OpenAI, and there is also no automated retry mechanism if it fails to load your Pydantic model afterwards. Overall, this streamlines the development experience, especially if you're working with multiple developers who might all have slightly different prompting styles for JSON. Instructor uses the JSON response and Function Calling under the hood.
@AbdulBasit-ff6tq
@AbdulBasit-ff6tq 4 ай бұрын
@@daveebbelaar How good or bad this solution is compared to other alternatives like langchain and llamaimdex output parsers?
@avidlearner8117
@avidlearner8117 4 ай бұрын
@@AbdulBasit-ff6tq I don't think it's related.
Building Reliable LLM Apps with OpenAI (Instructor Tutorial)
48:03
Dave Ebbelaar
Рет қаралды 11 М.
Improve RAG with This Simple API (code included)
16:53
Dave Ebbelaar
Рет қаралды 10 М.
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 39 МЛН
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 2,4 МЛН
Why Agent Frameworks Will Fail (and what to use instead)
19:21
Dave Ebbelaar
Рет қаралды 86 М.
Run your own AI (but private)
22:13
NetworkChuck
Рет қаралды 1,6 МЛН
This is How I Scrape 99% of Sites
18:27
John Watson Rooney
Рет қаралды 173 М.
Has Generative AI Already Peaked? - Computerphile
12:48
Computerphile
Рет қаралды 1 МЛН
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 207 М.
How to Find, Build, and Deliver GenAI Projects
46:22
Dave Ebbelaar
Рет қаралды 10 М.
EASIEST Way to Fine-Tune a LLM and Use It With Ollama
5:18
warpdotdev
Рет қаралды 124 М.
How I'd Learn AI in 2024 (if I could start over)
17:55
Dave Ebbelaar
Рет қаралды 1,1 МЛН
OpenAI Structured Output - All You Need to Know
24:46
Dave Ebbelaar
Рет қаралды 33 М.
Build high-performance RAG using just PostgreSQL (Full Tutorial)
35:43