Build a Private Chat My PDF Data RAG System with LangChain, Ollama, FAISS Vector Store & Llama 3.2

  Рет қаралды 6,543

KGP Talkie

KGP Talkie

Күн бұрын

Пікірлер: 51
@manforpeople
@manforpeople 12 сағат бұрын
Great explainer video. Thanks a lot for uploading this.
@joohuynbae5084
@joohuynbae5084 3 ай бұрын
i 've watched a bunch of videos about rag and kept running into problems. but your video is absolutely the best. no bugs at all. thank you so much, sir
@KGPTalkie
@KGPTalkie 3 ай бұрын
Thank you so much. I have published my LLM course on Udemy. You can get that here. www.udemy.com/course/ollama-and-langchain/?referralCode=7F4C0C7B8CF223BA9327
@amfiz9735
@amfiz9735 26 күн бұрын
Thankyou sir I had tight deadline of 3 days and I was panicking but your video helped me a lot and now I have successful rag implemnetation.
@KGPTalkie
@KGPTalkie 25 күн бұрын
Thank you
@viebell1440
@viebell1440 18 күн бұрын
Can you give the source code please
@KGPTalkie
@KGPTalkie 17 күн бұрын
@viebell1440 please check codes at my github account github.com/laxmimerit
@slal
@slal Ай бұрын
Excellent work on RAG, Laxmi Kant! . Completed in one-go without any single bug.
@KGPTalkie
@KGPTalkie Ай бұрын
Thank you
@sreyabasak9677
@sreyabasak9677 22 күн бұрын
Thank you sir. Works smoothly and wonderful explanation.
@JasonSmith-og5uf
@JasonSmith-og5uf Ай бұрын
dude, what a great video! With all the information, you somehow made it easy to follow. Bravo sir!
@KGPTalkie
@KGPTalkie Ай бұрын
Thank you
@pratik2617
@pratik2617 Ай бұрын
@@KGPTalkie I have a laptop of 8gb ram and entry level gtx graphics card. will i able to run llama3.2 ?? @KGPTalkie
@KGPTalkie
@KGPTalkie Ай бұрын
How much memory your gpu have?
@yoottananiema-um7071
@yoottananiema-um7071 2 ай бұрын
the best video no bug, no ploblem
@KGPTalkie
@KGPTalkie 2 ай бұрын
Thank you 🥰😍
@afzal_mansury
@afzal_mansury Ай бұрын
This is one of the best video Available on Yt wrt to RAG, headsoff to you bro.. The way you described is absolutely great... It would be great if you add chapter, that would be more helpful for audience... At the end I want to say big thank you.. And also your channel is underrated... Continue this great work bro ❤
@mobycrazy99
@mobycrazy99 Ай бұрын
good work and explanation
@AtalUpadhyay
@AtalUpadhyay 3 ай бұрын
Excellent and very Informative.
@KGPTalkie
@KGPTalkie 3 ай бұрын
Thank you so much
@alexramos587
@alexramos587 3 ай бұрын
Good video.
@KGPTalkie
@KGPTalkie 3 ай бұрын
Thank you
@jyothishkumar.j3619
@jyothishkumar.j3619 3 күн бұрын
How did you learn ? What resources do you recommend for beginners?
@MykolaDanylchuk
@MykolaDanylchuk Ай бұрын
Thank you for the instructions. Would the picture in PDF be read by the LLM or not?
@prasadgenesys6782
@prasadgenesys6782 2 ай бұрын
Great work!, please make a video on finetuning llama with our own data as dataset.
@dps158
@dps158 3 ай бұрын
Thanks sir , Very Nice video. Can you please create the one course on Langchain from beginner level to advance level. I am also looking the contents on Agent.
@KGPTalkie
@KGPTalkie 3 ай бұрын
Yes sure. Thanks. It's already in development.
@OKORIEREX
@OKORIEREX 2 ай бұрын
Hi Coach, I hope you're doing well! I wanted to take a moment to congratulate you on creating your Udemy course. it’s no small feat to turn your expertise into something that can inspire and educate others. Your dedication and effort are truly commendable. I’ve come across your course, and it’s clear that you’ve put a lot of thought into delivering value to your students. It’s always exciting to see instructors who are passionate about sharing their knowledge. I’d love to hear more about your journey! Best regards, Rex
@tusharshrikhande3263
@tusharshrikhande3263 25 күн бұрын
Sir is there any library to process tables differently from the pdf if i use this method the retrieval of text inforamation is working properly but the tables are getting messed up and not able to retrieve the information that is stored in the table from the pdfs? For a semi-structured data a pdf that contains(text and tables both)?
@KGPTalkie
@KGPTalkie 25 күн бұрын
Hi, Yes you can use docling from IBM or MarkItDown from Microsoft. These libraries are released recently on github.
@tusharshrikhande3263
@tusharshrikhande3263 20 күн бұрын
Sir please can you make a video on that I tries using docling by referring through different videos but they are giving different kind of errors
@tusharshrikhande3263
@tusharshrikhande3263 25 күн бұрын
Hi sir I have huge pdf for my project if I take the chunk size to be 1000 then the total chunks are close to 1000 for that ids = vector_store.add documents is taking a lot of time the maximum size is for chunks character is 8192 correct so is it okay if I increase my chunk size and decrease the chunk overlap? Or is there another way to reduce the time it took almost 10 to 15 minutes
@tusharshrikhande3263
@tusharshrikhande3263 25 күн бұрын
The pages are close to 550 in the pdf
@KGPTalkie
@KGPTalkie 25 күн бұрын
@tusharshrikhande3263 hi, Document indexing is one time process and I think it's fine. You can leverage parallel execution to speed it up. You can use python threading for parallel computing.
@KGPTalkie
@KGPTalkie 25 күн бұрын
8192 is context size in tokens which is around 25000 chars.
@tusharshrikhande3263
@tusharshrikhande3263 25 күн бұрын
@@KGPTalkie Ok thank you
@joohuynbae5084
@joohuynbae5084 3 ай бұрын
how can i find the base_url in my computer? i see you just look at your screen and type in your base_url. how to do that?
@KGPTalkie
@KGPTalkie 3 ай бұрын
It's same for everyone. You just need to run ollama and it automatically starts at that url. Let me know if you still have an issue.
@joohuynbae5084
@joohuynbae5084 3 ай бұрын
@@KGPTalkie thank you so much 🥰
@KGPTalkie
@KGPTalkie 3 ай бұрын
@joohuynbae5084 I have published a udemy course on Langchain today. You can register here www.udemy.com/course/ollama-and-langchain/?referralCode=7F4C0C7B8CF223BA9327
@robertog3663
@robertog3663 17 күн бұрын
i am watching this video with huge faith. All the others video i've found gave only errors
@KGPTalkie
@KGPTalkie 17 күн бұрын
Let me know if it works
@robertog3663
@robertog3663 17 күн бұрын
@@KGPTalkie thank you. For the moment i switched to the easiest "Build Your Own Chatbot with Langchain, Ollama & LLAMA 3.2 | Local LLM Tutorial"
@robertog3663
@robertog3663 17 күн бұрын
@@KGPTalkie would be interesting to know all the packages needed to run it, my mystake, you specify this exactly on the first line, after first # IT WORKED! Thank you Sir, amazing job and patience. Is there a chance to transform this in a chat like ollama does with open webui? i mean a kind of a mix between this project and your chat bot, to interact with pdf files with the chat
@KGPTalkie
@KGPTalkie 17 күн бұрын
@robertog3663 github.com/laxmimerit/LangGraph-and-Ollama/blob/main/requirements.txt Plus Streamlit
@Tesla1
@Tesla1 3 ай бұрын
im new to here nd im subscriber and can you give me one reply please and im having student records of 4000 and i wanna ask ai model that i want particular amruth phone number and it should give me number and if there are two amruth then ai model should tell which amruth you want 8 class or 9 class or give me surname of him like that can you give me wt should i learn or this is correct video for me
@KGPTalkie
@KGPTalkie 3 ай бұрын
Yes. This can be done. Do you have data in csv format?
Build AI Applications FAST with Spring Boot and LLM Models! (Ollama)
15:21
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
Build Finance RAG Locally with DeepSeek R1-1.5B without GPU
31:15
Use RAG to chat with PDFs using Deepseek, Langchain and Streamlit
23:05
How to Use Multimodal RAG to Extract Text, Images, & Tables (with Demos)
11:38
Full RAG using Open-Source [Ollama + Llama 3.2] 🚀
12:03
Shweta Lodha
Рет қаралды 1,6 М.
FAISS Vector Library with LangChain and OpenAI (Semantic Search)
20:00
Ryan & Matt Data Science
Рет қаралды 20 М.
LightRAG with Ollama - Simple and Fast RAG - Install Locally
16:45
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН