No video

Step-by-Step Guide to Building a RAG LLM App with LLamA2 and LLaMAindex

  Рет қаралды 58,861

Krish Naik

Krish Naik

Күн бұрын

Пікірлер: 139
@GerardoBarcia
@GerardoBarcia 6 ай бұрын
It would be amazing if you show us how to put all of this into production through an API! Thanks for your wonderful work! You Rock!!
@timothylenaerts1123
@timothylenaerts1123 6 ай бұрын
vLLM is easy enough to use, they provide a docker image, run that bad boy with whatever model you want and use their openAI endpoint then you can just use that in langchain or Llama index
@Abhijit-VectoScalar
@Abhijit-VectoScalar Күн бұрын
@@timothylenaerts1123 wdym! could you please elaborate i actually want the same thing to do
@sandeepmahale1941
@sandeepmahale1941 Ай бұрын
Krish, thank you for creating easy to understand videos
@thomasmuller1521
@thomasmuller1521 5 ай бұрын
The libraries changed: from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, ServiceContext from llama_index.llms.huggingface import HuggingFaceLLM from llama_index.core.prompts.prompts import SimpleInputPrompt from langchain.embeddings.huggingface import HuggingFaceEmbeddings from langchain.embeddings import HuggingFaceEmbeddings from llama_index.embeddings.langchain import LangchainEmbedding import llama_index
@AmitojSingh-tf9ex
@AmitojSingh-tf9ex 4 ай бұрын
bro this line is giving error from llama_index.embeddings.langchain import LangchainEmbedding how do i find correct one
@AmitojSingh-tf9ex
@AmitojSingh-tf9ex 4 ай бұрын
how to make this thing running from langchain.embeddings.huggingface import HuggingFaceEmbeddings from langchain.embeddings import HuggingFaceEmbeddings from llama_index.embeddings import LangchainEmbedding embed_model=LangchainEmbedding( HuggingFaceEmbeddings(model_name="sentence-transformers/all-mpnet-base-v2"))
@khyathinkadam5524
@khyathinkadam5524 4 ай бұрын
while running import torch llm = HuggingFaceLLM( context_window=4096, max_new_tokens=256, generate_kwargs={"temperature": 0.0, "do_sample": False}, system_prompt=system_prompt, query_wrapper_prompt=query_wrapper_prompt, tokenizer_name="meta-llama/Llama-2-7b-chat-hf", model_name="meta-llama/Llama-2-7b-chat-hf", device_map="auto", # uncomment this if using CUDA to reduce memory usage model_kwargs={"torch_dtype": torch.float16 , "load_in_8bit":True} ) in colob i m getting import error stating that i need to install accelarate but i already have in in my env
@nikhilanand9022
@nikhilanand9022 3 ай бұрын
I had one doubt is Vector Store Index use any embedding model behind it for creating the Index or how it create the embedding the vector store index
@aravindsai2843
@aravindsai2843 6 ай бұрын
Much awaited series, thank you krish Sir♥
@Паша_Вамкон
@Паша_Вамкон 4 ай бұрын
Thank you so much for this video!!! Very helpful!! I've managed to get a bit of understanding of LLM and to do my lab task!!!
@chanishagarwal9103
@chanishagarwal9103 5 ай бұрын
Thanks you krish for all your hard work. keep making such amazing videos.
@smartwork7098
@smartwork7098 4 ай бұрын
Thanks man, it works well. (After correcting some changes made in llama and huggingface)
@ahmadmasood3939
@ahmadmasood3939 3 ай бұрын
I am facing problem while importing huggingfacellm. can you tell me what you did?
@krvedhavakrishna7710
@krvedhavakrishna7710 2 ай бұрын
@@ahmadmasood3939 while accessing tokens, in the create new token option, chnage token mode to write
@koushikvenuganan3999
@koushikvenuganan3999 2 ай бұрын
hi, btw im also facing the same issues while importing llama and huggingface . Can u help me to fix the issues ?
@MamadouMoussaBangoura
@MamadouMoussaBangoura 3 ай бұрын
thank you the cours i see in this rag topic , very good , i 'm french speaker but i understand your cours
@Arkantosi
@Arkantosi 4 ай бұрын
Old tutorial. Most of the imports no longer work due to deprications.
@HammieLicious
@HammieLicious 2 ай бұрын
SimpleInputPrompt is broken. still shows the concept tho
@rubyrana7786
@rubyrana7786 5 ай бұрын
Indeed great video. Please try to include the reason for using different approaches of doing any process like in earlier videos the model was loaded differently and here differently. A simple explanation of the reason behind using a specific approach can be useful for the beginners. As the approach changes when we move forward in more complex applications and different use cases.
@y6bt2501
@y6bt2501 6 ай бұрын
Please make a video on RAG with CSV or database with local open source llm and with memory
@atifsaeedkhan9207
@atifsaeedkhan9207 5 ай бұрын
U r really a good instructor. ❤
@user-fp3tm1jp2f
@user-fp3tm1jp2f 5 ай бұрын
Lets Goooooo
@lixiasong3459
@lixiasong3459 6 ай бұрын
Thank you, Sir, you are amazing!
@user-hj9ck9rp4c
@user-hj9ck9rp4c 6 ай бұрын
I am getting the error of VectorStorIndex from LLama_index
@ByYouTube2
@ByYouTube2 5 ай бұрын
use- from llama_index.core import VectorStoreIndex,SimpleDirectoryReader,ServiceContext
@akshatapalsule2940
@akshatapalsule2940 6 ай бұрын
Thankyou so much Krish, it was worth the wait :)
@RanjitSingh-rq1qx
@RanjitSingh-rq1qx 6 ай бұрын
Sir everything fine, but you have missed just one thing in this project, that why you have implemented or build prompt and why you have not used that prompt, why you have gone with default prompt ? And remaining part was so good with good explanation ❤️
@krishnaik06
@krishnaik06 6 ай бұрын
More examples i will come up with...this basic to intermediate RAG system
@MLAlgoTrader
@MLAlgoTrader 3 ай бұрын
You are amazing.
@GaneshEswar
@GaneshEswar 5 ай бұрын
waiting for next video, please upload it ...
@nunoalexandre6408
@nunoalexandre6408 6 ай бұрын
Love it
@ivanrowland142
@ivanrowland142 6 ай бұрын
Love this. When is the next instalment?
@stevefisher35
@stevefisher35 6 ай бұрын
Thanks for the detailed run through, very useful . One question I have is on the two PDF documents you have. Are these available anywhere, just for testing purposes?
@sravan160
@sravan160 5 ай бұрын
i have some doubts in implementing the code.,can u help?
@eswararya196
@eswararya196 3 ай бұрын
Yeah ask me?
@DoomsdayDatabase
@DoomsdayDatabase 4 ай бұрын
Hi krish sir! they have updated the service_context to settings.llm and i am not able to understand how to implement it into this code. Please help! Thanks!
@amritsubramanian8384
@amritsubramanian8384 3 ай бұрын
gr8 video
@rajarams3722
@rajarams3722 2 ай бұрын
Sorry Krish...you started the playlist saying you would explain the difference in llamaindex vs langchain and why we should use either and when...but this play list with three videos does not deal with that, instead explains some hands on....Thanks for your work, but I think the assurances are not met..The play list has not been updated since Jan 24 ?
@rafiquemohammed3029
@rafiquemohammed3029 16 күн бұрын
Hey @krishnaik06 Please create video on Intent Classification using LLM and VectorDB. How to create and train Intents and use to ask Custom Question without LLM?
@charmilagiri4602
@charmilagiri4602 6 ай бұрын
Sir Instead of using LLamA2 model from huggingface, Can we try the quantized llama model? If we use the quantized llama model will the output accuracy varies?
@miteshgarg9420
@miteshgarg9420 6 ай бұрын
Hey Krish, amazing video again. Can you please help to create a similar solution for custom text 2 sql
@hassubalti7814
@hassubalti7814 6 ай бұрын
sir greet method to teach us as well as gaining good grip on english. please make video about token used in llama 2 model used
@MK5491
@MK5491 6 ай бұрын
@krishnaik06 Sir Thank you for this knowledgeable video, My question is which Evalution model we should use to show the accuracy in terms of answer and context retrieval. If possible, will you please create one video on evaluation method for RAG application.
@akashchavan3353
@akashchavan3353 6 ай бұрын
@krishnaik06 sir I also want this thing, can you please create one video on evolution method. Thanks
@anant9421
@anant9421 6 ай бұрын
@krishnaik06 yes please can you please create a video on evaluation method for RAG application
@yashghugardare519
@yashghugardare519 6 ай бұрын
Sir..instead of RAG with pdf..make a video on Rag with videos.. which will process videos and be able to answer questions based on the video
@IndrajeetKhatri-y6z
@IndrajeetKhatri-y6z 28 күн бұрын
Can you please upload the video for using the MistralAI model....
@tarekferradji
@tarekferradji 4 ай бұрын
Can I combine the LORA fint tuning for example and a RAG FOR THIS llm, can this work give me very interesting performances?
@yuvrajthakur5728
@yuvrajthakur5728 6 ай бұрын
Hey Krish, why you left PWskills masters in data science course. I joined this because of you. But I am seeing there new tutors. I joined this course because of you only.
@dillikaextrovert
@dillikaextrovert 6 ай бұрын
Hello Krish The list of accessories you have mentioned, is not having right links for Amazon. Can you please give me the link for the writing pad which you use ?
@chinnibngrm272
@chinnibngrm272 6 ай бұрын
Sir as I am a student.. I am not having gpu in my machine... I am not able to do projects with this open source llms n also with open ai... Can u please help us to solve the resource errors by using other models
@atifsaeedkhan9207
@atifsaeedkhan9207 5 ай бұрын
Is it possible to use local llms instead huggingface directly? I have ollama nd lmstudio installed.
@rubyrana7786
@rubyrana7786 5 ай бұрын
Why did we use a separate Embedding model here while in the earlier video of this playlist we directly used VectorStoreIndex on the documents. So why did we follow different approaches while creating similar Applications? Is it because of the different Model or it is just a different approach and can be done either way ?
@nikhilanand9022
@nikhilanand9022 3 ай бұрын
I had one doubt is Vector Store Index use any embedding model behind it for creating the Index or how it create the embedding the vector store index
@Glimmer-t44
@Glimmer-t44 2 ай бұрын
@@nikhilanand9022 By default, VectorStoreIndex use OpenAI Embeddings if no other embeddings are explicitly specified.
@shreyavalte3077
@shreyavalte3077 6 ай бұрын
I have a very big question
@yetanotheremail
@yetanotheremail 6 ай бұрын
Han please ask
@minimal2224
@minimal2224 6 ай бұрын
Lol the suspense is killing me
@Lemonboi-lmn21
@Lemonboi-lmn21 4 ай бұрын
any updates ?
@blakdronzer
@blakdronzer 2 ай бұрын
there is an issue downloading the model LLAMA2 / LLAMA3 - as it requires to be authenticated / accepted by their team. Even after getting it authenticated / accepted - when we try download the code by your pattern / huggingface_clt - it still says - access denied to the config file - and hence cannot download any model locally - so if you could practically share insights or build a new video that pertains to the latest situation, will be awesome
@rajarams3722
@rajarams3722 2 ай бұрын
Please try in google colab..I tried in my local laptop and many things failed.
@blakdronzer
@blakdronzer Ай бұрын
Well i discovered lately that this models are available only for pro accounta. Since I subscribed to one monther, it is working fine now. Strange... Marking it open but available only for subscribers
@goldy5553
@goldy5553 6 ай бұрын
Library is pretty messed up, nothing is working everwhere there is a module import error and function is missing or deprecated. if you found this, don't worry guys we are on same page. Sir could you please check if there is a some issues or what they have done to library
@eswararya196
@eswararya196 3 ай бұрын
If you are having moldule import error then use llama_index.core Instead of llama_index
@madhujegishetti4102
@madhujegishetti4102 Ай бұрын
ImportError: cannot import name 'VectorStoreIndex' from 'llama_index' (unknown location)--getting this error
@jeruc.r7382
@jeruc.r7382 21 күн бұрын
Same error 😢 did you cleard that
@user-dc8hw3hz5e
@user-dc8hw3hz5e 18 күн бұрын
from llama_index.core import VectorStoreIndex,SimpleDirectoryReader,ServiceContext
@vinayaktiwari4463
@vinayaktiwari4463 6 ай бұрын
Hi Krish , which vector store have you utilised here? there was no mention of such in the code
@VivekGuptaMusic
@VivekGuptaMusic 6 ай бұрын
not saving the embeddings in any vector store directly using it
@sayanghosh6996
@sayanghosh6996 4 ай бұрын
06:00 !pip install -q llama-index llama-index-llms-huggingface from llama_index.core import VectorStoreIndex,SimpleDirectoryReader,ServiceContext from llama_index.llms.huggingface import HuggingFaceLLM from llama_index.core.prompts.prompts import SimpleInputPrompt
@yourealive1
@yourealive1 4 ай бұрын
thank you so much
@Glimmer-t44
@Glimmer-t44 2 ай бұрын
"ServiceContext" is now deprecated and replaced with "Settings" object. You may need to update this tutorial. Also, at 16:19 why did you used two different embeddings? HuggingFaceEmbeddings and LangChainEmbedding? Isn't just any one is enough?
@rajarams3722
@rajarams3722 2 ай бұрын
Yes, there are lots of gaps such as these in his recent videos..Seems like he is in a hurry to have his hands on every topic that emerges and he is losing direction..starting new playlist and leaving it to start new ones..
@achukisaini2797
@achukisaini2797 6 ай бұрын
How to reduce hallucination? if answer is not in context then it is hallucinating .
@soulfuljourney22
@soulfuljourney22 6 ай бұрын
may be you can modify the prompt to answer for not in context situation
@IamMarcusTurner
@IamMarcusTurner 6 ай бұрын
literally prompt the LLM if not in document tell the LLM to say it does not know.
@riteshsingh811
@riteshsingh811 6 ай бұрын
If the content is present , still its hallucinating , there are certain advance RAG techniques like Window Sentence Retrieval and Auto Merging Retrieval that can help.It will help in improving the context. Just try read regarding it and implement. It will help u. Also tuning agent to not give answer when it doesn't know helps in case of unknown scenario.
@SagarGuhe
@SagarGuhe Ай бұрын
Apparently imports from llama_index are not working as of now.
@vishalpawar4150
@vishalpawar4150 6 күн бұрын
Can we please implement this using TS/JS ?
@nostalgia18rishi
@nostalgia18rishi Ай бұрын
I can't login using hugging face cli on colab. I have pasted the token from hugging face and control enter. The cell on my collab keeps running.
@Narutome30
@Narutome30 6 ай бұрын
Y is he using google colab rather than vs code And also please answer this question -> can we use vs code to run seamless m4t meta model
@vivekshindeVivekShinde
@vivekshindeVivekShinde 6 ай бұрын
I have lots of pdf documents data and want to create a custom chatbot based on it. Then which one will be better: Langchain or Llamaindex?
@RanjitSingh-rq1qx
@RanjitSingh-rq1qx 6 ай бұрын
Llamaindex for indexing purpose, and langchain used for response of query with Prompt by the langchain LLM, and used Gemini pro as a LLM model. Will be great combination of all these technologies ❤
@vivekshindeVivekShinde
@vivekshindeVivekShinde 6 ай бұрын
@@RanjitSingh-rq1qx Thanks for suggestions. I am looking for Open Source. So while Indexing in the Llamaindex, it doesn't use OpenAI api or something right?
@RanjitSingh-rq1qx
@RanjitSingh-rq1qx 6 ай бұрын
@@vivekshindeVivekShinde yes all are open source
@chinnibngrm272
@chinnibngrm272 6 ай бұрын
Guys can you please share the implementation of this by mixing llama index, Langchain, Gemini pro.... Please ... It will be very helpful 😊😊
@nikhilanand9022
@nikhilanand9022 3 ай бұрын
@@vivekshindeVivekShinde I think when we use the Vector Store index it use the openai embedding model api for creating the index can you please confirm once ?
@lesstalkeatmore9441
@lesstalkeatmore9441 22 күн бұрын
i am getting error while i am import library
@MatkoZaja
@MatkoZaja 4 ай бұрын
Is there a way to ensure that once PDFs are processed, they do not need to be reprocessed every time the script runs, but rather that a cached database can be stored? Does anyone have code for this?
@chinnibngrm272
@chinnibngrm272 6 ай бұрын
I am getting Runtimeerror: CUDA Error.... While running index= VectorStoreIndex.from_documents (docs, service_context=service_context) Sir please provide a solution to run with cpu....
@sandhya77331
@sandhya77331 Ай бұрын
how to integrate streamlit for front-end into this
@shehrozkhan9563
@shehrozkhan9563 4 ай бұрын
Can we add in conversation history to this app?
@fadhilayosof5927
@fadhilayosof5927 6 ай бұрын
can you make a video to create flowchart by LLM
@aritrasaha1854
@aritrasaha1854 Ай бұрын
how to do it if I have a csv file instead of a pdf
@Playstore-zc5xk
@Playstore-zc5xk 6 ай бұрын
How to convert this into end to end?
@ridj41
@ridj41 4 ай бұрын
where to get the data from, like you have done in this case? \
@himanshudeswal9895
@himanshudeswal9895 5 ай бұрын
Hi, can anyone tell me how to download these raw pdf’s for hands on please??
@abhinandansharma3983
@abhinandansharma3983 5 ай бұрын
where i will get this dataset
@harshab2743
@harshab2743 4 ай бұрын
i am getting an error while importing vectorstoreIndex from llamaIndex saying that llamaIndex doesn't exist. can someone help
@ShreyasR-vr1es
@ShreyasR-vr1es 4 ай бұрын
Trying using the import like this instead: from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, ServiceContext from llama_index.llms.huggingface import HuggingFaceLLM from llama_index.core.prompts.prompts import SimpleInputPrompt This should work for you!
@aiwithuday
@aiwithuday 2 ай бұрын
@@ShreyasR-vr1es also pip install llama-index-llms-huggingface
@user-bb5nz6cf5j
@user-bb5nz6cf5j 5 ай бұрын
Sir , the llama index library is modifying everyday , and there are many import errors in the code , can you tell me the suitable version of llama-index to run the code
@ishratsyed2857
@ishratsyed2857 5 ай бұрын
I was having the same issue, I tried installing version 0.9.40 and it's working now
@sebastienmaillet9371
@sebastienmaillet9371 5 ай бұрын
@@ishratsyed2857 i tried to install llama_index version 0.9.40 but i got the following message: ImportError Traceback (most recent call last) in () ----> 1 from llama_index import VectorStoreIndex, SimpleDirectoryReader, ServiceContext 2 from llama_index.llms import HuggingFaceLLM 3 from llama_index.prompts.prompts import SimpleInputPrompt ImportError: cannot import name 'VectorStoreIndex' from 'llama_index' (unknown location)
@sebastienmaillet9371
@sebastienmaillet9371 5 ай бұрын
do you know what i might be missing ?
@santhoshmanoharan8969
@santhoshmanoharan8969 5 ай бұрын
@@sebastienmaillet9371 I have tried the same code from my local anaconda environment, I'm getting error with the importing packages but it is working fine when I use Google Colab, can anyone explain why?
@ShreyasR-vr1es
@ShreyasR-vr1es 4 ай бұрын
Trying using the import like this instead: from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, ServiceContext from llama_index.llms.huggingface import HuggingFaceLLM from llama_index.core.prompts.prompts import SimpleInputPrompt This should work for you!
@sumanmaity3162
@sumanmaity3162 4 ай бұрын
Hello Krish, I'm getting a basic error as below. Can you please help? ImportError Traceback (most recent call last) in () ----> 1 from llama_index import VectorStoreIndex,SimpleDirectoryReader,ServiceContext 2 from llama_index.llms import HuggingFaceLLM 3 from llama_index.prompts.prompts import SimpleInputPrompt ImportError: cannot import name 'VectorStoreIndex' from 'llama_index' (unknown location)
@ShreyasR-vr1es
@ShreyasR-vr1es 4 ай бұрын
Trying using the import like this instead: from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, ServiceContext from llama_index.llms.huggingface import HuggingFaceLLM from llama_index.core.prompts.prompts import SimpleInputPrompt This should work for you!
@sumanmaity3162
@sumanmaity3162 4 ай бұрын
@@ShreyasR-vr1es Thank you, other 2 worked but I'm getting error in below ModuleNotFoundError Traceback (most recent call last) in () ----> 1 from llama_index.llms.huggingface import HuggingFaceLLM ModuleNotFoundError: No module named 'llama_index.llms.huggingface'
@sumanmaity3162
@sumanmaity3162 4 ай бұрын
Please ignore, it worked, had some installation issues. Thank you so much.
@darshitshah8668
@darshitshah8668 3 ай бұрын
@@sumanmaity3162 I am facing same error, how did it get resolved for you?
@sumanmaity3162
@sumanmaity3162 3 ай бұрын
@@darshitshah8668 Please reinstall, it should work
@user-gk7ox3of4b
@user-gk7ox3of4b 5 ай бұрын
i need those pdfs
@KumR
@KumR 6 ай бұрын
Hey Krish. Video is cool. But can you tell us how we will know what are the different things we will need to import . You may have done lot of research. Kindly point us to the source of truth.
@khyathinkadam5524
@khyathinkadam5524 4 ай бұрын
while running import torch llm = HuggingFaceLLM( context_window=4096, max_new_tokens=256, generate_kwargs={"temperature": 0.0, "do_sample": False}, system_prompt=system_prompt, query_wrapper_prompt=query_wrapper_prompt, tokenizer_name="meta-llama/Llama-2-7b-chat-hf", model_name="meta-llama/Llama-2-7b-chat-hf", device_map="auto", # uncomment this if using CUDA to reduce memory usage model_kwargs={"torch_dtype": torch.float16 , "load_in_8bit":True} ) in colob i m getting import error stating that i need to install accelarate but i already have in in my env
@AnandYadav-gv1xw
@AnandYadav-gv1xw 4 ай бұрын
from llama_index import VectorStoreIndex, SimpleDirectoryReader, ServiceContext ImportError: cannot import name 'VectorStoreIndex' from 'llama_index' (unknown location)
@Sohammhatre10
@Sohammhatre10 4 ай бұрын
Simple directory reader too
@ShreyasR-vr1es
@ShreyasR-vr1es 4 ай бұрын
Trying using the import like this instead: from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, ServiceContext from llama_index.llms.huggingface import HuggingFaceLLM from llama_index.core.prompts.prompts import SimpleInputPrompt This should work for you!
@arnavdeshmukh2820
@arnavdeshmukh2820 4 ай бұрын
facing issue index=VectorStoreIndex.from_documents(documents,service_context=service_context) can anyone help
Generative AI With LLM Models Crash Course On AWS Cloud
2:16:49
Krish Naik
Рет қаралды 29 М.
小丑把天使丢游泳池里#short #angel #clown
00:15
Super Beauty team
Рет қаралды 41 МЛН
Box jumping challenge, who stepped on the trap? #FunnyFamily #PartyGames
00:31
Family Games Media
Рет қаралды 32 МЛН
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 108 МЛН
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 43 МЛН
Python RAG Tutorial (with Local LLMs): AI For Your PDFs
21:33
pixegami
Рет қаралды 200 М.
What are AI Agents?
12:29
IBM Technology
Рет қаралды 176 М.
Masterclass: AI-driven Development for Programmers
8:49
Fireship
Рет қаралды 1,1 МЛН
ADVANCED Python AI Agent Tutorial - Using RAG
40:59
Tech With Tim
Рет қаралды 137 М.
How This New Battery is Changing the Game
12:07
Undecided with Matt Ferrell
Рет қаралды 153 М.
This AI breaks the internet
37:27
AI Search
Рет қаралды 227 М.
Chat with Multiple PDFs | LangChain App Tutorial in Python (Free LLMs and Embeddings)
1:07:30
Alejandro AO - Software & Ai
Рет қаралды 461 М.
小丑把天使丢游泳池里#short #angel #clown
00:15
Super Beauty team
Рет қаралды 41 МЛН