ADVANCED Python AI Agent Tutorial - Using RAG

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 270

  • @loggerboy9325
    @loggerboy9325 10 หลายเดือนก่อน +212

    Just a tip for whoever is following along.The code, from llama_index.query_engine needs to be llama_index.core.query_engine.

    • @senorperez
      @senorperez 10 หลายเดือนก่อน +12

      How did you figured that out bro ? 😮❤
      Btw thanks alot

    • @Al_Miqdad_
      @Al_Miqdad_ 10 หลายเดือนก่อน

      why

    • @senorperez
      @senorperez 10 หลายเดือนก่อน

      @@Al_Miqdad_ because llama_index.query_engine doesn't works, unless you add .core

    • @martyallen6931
      @martyallen6931 10 หลายเดือนก่อน +3

      i love you

    • @loggerboy9325
      @loggerboy9325 10 หลายเดือนก่อน

      @@senorperez looked up the llama documentation

  • @sadiqkhawaja7019
    @sadiqkhawaja7019 10 หลายเดือนก่อน +24

    Detailed, no-nonense, topical. One of the best coding channels on youtube. Always looking forward to a new video.

  • @ReDoG129
    @ReDoG129 10 หลายเดือนก่อน +13

    This channel is a Godsend, which instilled the fundamentals of Python within me, which helped me to obtain a certification in robotics. You never cease to amaze me. 😊

  • @josephabuo6027
    @josephabuo6027 10 หลายเดือนก่อน +15

    5 mins into the video and I am already excited about the future!

    • @TechWithTim
      @TechWithTim  10 หลายเดือนก่อน +2

      For sure it’s super cool!

  • @hypo30cal
    @hypo30cal 7 หลายเดือนก่อน +15

    If you are running this blindly without using Tim's requirements file, please note that due to security `from llama_index.query_engine import PandasQueryEngine` is no longer the right import, try pip installing `llama-index-experimental` and then using the PandasQueryEngine class from `from llama_index.experimental.query_engine import PandasQueryEngine`.
    This is for py3.10. Finally, the PromptTemplate class is now at `from llama_index.core import PromptTemplate`. The documentation will really help though.
    Thanks Tim.

    • @productscience
      @productscience 7 หลายเดือนก่อน +1

      thank you super helpful!! :)

    • @princezuko7073
      @princezuko7073 หลายเดือนก่อน

      What about the PDFreaders?
      ImportError: cannot import name 'PDFReader' from 'llama_index.readers' (unknown location)

    • @PPA-PGL
      @PPA-PGL 2 วันที่ผ่านมา

      @@princezuko7073 from llama_index.readers.file import PDFReader

  • @philippechassany7279
    @philippechassany7279 9 หลายเดือนก่อน +6

    To add context in order to refer to previous response like "save the response to my notes", you can add
    context = " ".join([f"role: {exchange['role']} content: {exchange['content']}" for exchange in st.session_state.messages])
    response = agent.query(context + "
    " + prompt)

  • @myanghua
    @myanghua 10 หลายเดือนก่อน +1

    This is the gold standard for this kind of coding tutorials.💯 I hope more TH-camrs would be like him. Please keep up the good work.

  • @rahultino
    @rahultino 3 หลายเดือนก่อน

    This is so well presented. AI appears very scary to ordinary programmers who don't have the deep knowledge of how AI works. This video shows how a programmer can utilize already built models to produce useful agents. Thanks Tim for the video. Kudos.

  • @amanaggarwal4061
    @amanaggarwal4061 10 หลายเดือนก่อน +1

    one of the best videos on internet regarding AI agents

  • @yuvrajkukreja1248
    @yuvrajkukreja1248 10 หลายเดือนก่อน +14

    More ai video 😊 awesome working

    • @TechWithTim
      @TechWithTim  10 หลายเดือนก่อน +4

      Thanks very much!

  • @mushinart
    @mushinart 10 หลายเดือนก่อน +1

    Amazing video ,tim ...i always wanted a fast an ld easy way to understand llamaindex...now I can build my own project fast ... Thanks a million brother

  • @ahmadsaud3531
    @ahmadsaud3531 10 หลายเดือนก่อน +5

    Thanks, Tim. I've noticed that many of the RAG examples available on TH-cam primarily focus on enhancing the model using PDFs, CSVs, or plain text. However, in practice, a significant portion of business data is stored in relational databases, such as Oracle or SQL Server. Could you provide an example demonstrating how RAG can be applied to data from relational databases?

    • @ahmadsaud3531
      @ahmadsaud3531 9 หลายเดือนก่อน

      Hi Tim, i am waiting for your answer please

    • @arnav3674
      @arnav3674 8 หลายเดือนก่อน

      @@ahmadsaud3531 did you get the answer ?

    • @ahmadsaud3531
      @ahmadsaud3531 8 หลายเดือนก่อน

      @@arnav3674 not yet

    • @ahmadsaud3531
      @ahmadsaud3531 8 หลายเดือนก่อน

      @@arnav3674 not yet

  • @vkphoenixfr
    @vkphoenixfr 3 หลายเดือนก่อน

    This is a very good video, very well structured and explained. Thanks a lot !

  • @Al_Miqdad_
    @Al_Miqdad_ 10 หลายเดือนก่อน +2

    thank you very much for your feedback ❤❤❤❤

  • @bilalmohammed717
    @bilalmohammed717 6 หลายเดือนก่อน

    Excellent tutorial. Its clear enough to follow and implement. Keep up your good work.

  • @omghosal3301
    @omghosal3301 9 หลายเดือนก่อน +7

    For windows if './ai/bin/activate' doesn't work then use ' ./ai/Scripts/activate' , that would do the trick^^

  • @SinovuyoLuzipho
    @SinovuyoLuzipho 8 หลายเดือนก่อน

    This is great wow ...🎉i can think of a lot of ideas now for this ...but please guys play safe on this... like wiring your complex project to the net..dev opps are very important regarding that...😅otherwise this is great...❤❤great content Tim..

  • @suryapratap3622
    @suryapratap3622 9 หลายเดือนก่อน

    awesome great explanation i spended days to read the docs i know the efforts you in to generate this content, thanks

  • @adds5257
    @adds5257 5 หลายเดือนก่อน

    Very cool. More tutorial on llama usage. This tool will help researchers to manage knowledge. If it can also store image and generate image as answer based on the query's context then it will be more useful. It can be used to build personal library and digital librarian

  • @myslates2854
    @myslates2854 9 หลายเดือนก่อน

    Tim you saved my day, you are awesome. I will write in details later how, but for now thanks for the brilliant working code

  • @LeonardoGomez-lk5ei
    @LeonardoGomez-lk5ei 9 หลายเดือนก่อน

    I second that, the RAG toolkit is amazing.

  • @srinivasguptha9538
    @srinivasguptha9538 9 หลายเดือนก่อน

    I love to see you used venv. I find it more practical than other alternatives.

  • @leonvanzyl
    @leonvanzyl 9 หลายเดือนก่อน

    @Tim Excellent video.
    The reason the app wasn't able to save the note (end of video) is because you need to include chat memory / history. The llm has no view of the previous messages.

  • @seanh1591
    @seanh1591 10 หลายเดือนก่อน +3

    Hi Tim - Thanks so much for the video. Great job!!! Would you be able to address not using OpenAI (model, agent) but rather using an open source LLMs?

  • @CristianCamacho-b3t
    @CristianCamacho-b3t 9 หลายเดือนก่อน

    Appreciate you sharing your skills, super helpful for noobs like me.

  • @mariamanuel2795
    @mariamanuel2795 9 หลายเดือนก่อน

    Very informative video!

  • @PedorEmilo
    @PedorEmilo 9 หลายเดือนก่อน

    So RAG stands for Really Awesome Guidance, nice.

  • @saravanannatarajan6515
    @saravanannatarajan6515 10 หลายเดือนก่อน

    Best explanation using coding , hats off bro

  • @rodrigogazcon506
    @rodrigogazcon506 9 หลายเดือนก่อน

    Thanks for sharing Tim.

  • @inocentesantiago3194
    @inocentesantiago3194 9 หลายเดือนก่อน

    This looks like a helpful tutorial, hope I can learn something!

  • @ayanjawaid2251
    @ayanjawaid2251 10 หลายเดือนก่อน

    Tim we need more content like this or a course... and as always awesome work ❤

  • @AaronGayah-dr8lu
    @AaronGayah-dr8lu 6 หลายเดือนก่อน

    This is brilliant. Thank you.

  • @AbelMartinez-xb3gl
    @AbelMartinez-xb3gl 9 หลายเดือนก่อน

    Excited to experiment more.

  • @andewwayne7751
    @andewwayne7751 4 หลายเดือนก่อน +2

    Great video, but llamaindex did some major changes. Hence, the import statements as represented in the video and download files are incorrect. It is taking some time to figure out the new structure of llamaindex.
    Does any way have the new import/from statements that llama index now uses?

  • @brandonhernandezvillantes2937
    @brandonhernandezvillantes2937 9 หลายเดือนก่อน

    Nice one Tim!

  • @mahmoudabuzamel7038
    @mahmoudabuzamel7038 7 หลายเดือนก่อน

    Great tutorial Tim!

  • @BorisHrzenjak
    @BorisHrzenjak 10 หลายเดือนก่อน +1

    great stuff, even though I had to bail on the pdf part because I got some weird stuff going on, it said I have no openai api key and stuff, battled with it for two days and figured out that the code works without that part so... no pdf for me, but everything else works fine :)
    I will definitely play around with llama-index more

    • @sonalithakur8234
      @sonalithakur8234 10 หลายเดือนก่อน

      can you please tell how you build the project without open ai key?... I am facing the issue in this only

    • @BorisHrzenjak
      @BorisHrzenjak 10 หลายเดือนก่อน

      @@sonalithakur8234I didn't build it without an api_key. I removed the part of code that was meant to read pdf because it was giving me problems.

    • @_c_v
      @_c_v 10 หลายเดือนก่อน

      Yeah same problem for me did anyone figure it out?

    • @mbasemhassen2947
      @mbasemhassen2947 9 หลายเดือนก่อน

      I think that the issue was that the function was not called in openai section so for me, the issue was model was not being used for instance in the 5 or 7 line of code in main the code which ends with input openai is not working because this is not a function which is why the model section near the end was not working so if you want this code to run that I think function needs to be defined for it

  • @pauloseixas5452
    @pauloseixas5452 10 หลายเดือนก่อน

    Alright let's go i'll get all hyped up regardless of what will come of it Thanks Tim

  • @lechx32
    @lechx32 10 หลายเดือนก่อน

    Thank you for the video. It is interesting and clear

  • @damianaguila7841
    @damianaguila7841 9 หลายเดือนก่อน

    Thanks for sharing.

  • @chymoney1
    @chymoney1 10 หลายเดือนก่อน

    This is really cool stuff awesome video

    • @TechWithTim
      @TechWithTim  10 หลายเดือนก่อน

      glad you liked it!

  •  2 หลายเดือนก่อน

    Thanks for the really nice video! You explained everything in detail, and I loved it! I would like to ask you: Would you say that RAG can be called AI Search Agent? Is there any autonomy in a RAG application, for example, when the model generates an answer from the relevant context? Would you say it’s correct to define RAG as an agent? I'm not criticizing your title, of course. It's just that some describe it as a RAG agent and others as a RAG chatbot, and I'm really confused. Would love to hear your thoughts! Thank you!

  • @stephenbonifacio3846
    @stephenbonifacio3846 10 หลายเดือนก่อน +4

    not sure how long ago this was recorded but the correct import for pandasquery engine as of the latest version of llama-index is:
    from llama_index.core.query_engine import PandasQueryEngine

  • @khalifarmili1256
    @khalifarmili1256 7 หลายเดือนก่อน

    Lots of Thanks in the comments section but i owe you another one, THANKS A LOT !!

  • @prakhars962
    @prakhars962 10 หลายเดือนก่อน +1

    in next 5 years they can write research papers, if you just give your idea and results. this is mindblowing.

  • @DevelopmentMyTechLab
    @DevelopmentMyTechLab 8 หลายเดือนก่อน

    Great Topic! It would be awesome if you extend this example with crewai

  • @malikanaser8251
    @malikanaser8251 7 หลายเดือนก่อน

    Hi man, you are the best, I wish if it was about extracting data from text or pdf and also harnessing data from agents LLM to store it in KG and make LLM query from it, all the video I watched about that were poor and not a practical solution, either they doesn't work or poor result or use paid software or don't accumulate data in the KG database with no duplicate... Man you are the one for this project, if you did it I unsure you your channel will be on fire.

  • @juanbetancourt5106
    @juanbetancourt5106 10 หลายเดือนก่อน

    Thank you Tim.

  • @vrajmalvi7194
    @vrajmalvi7194 8 หลายเดือนก่อน

    @TechWithTim can you make a video on how do you go thorough any documentation, what is your mindset where you start, and what flow do you follow. Please and Thank you :)

  • @dimox115x9
    @dimox115x9 6 หลายเดือนก่อน +4

    I did pip install llama-index-experimental so many times and also the upgrade version.
    I did ' from llama_index.experimental.query_engine import PandasQueryEngine ' and it says ' no module name llama_index.experimental '.
    Everything sound good but that part doesn't work, anyone?
    Weird, plz anyone ?

    • @illogicaledits2102
      @illogicaledits2102 2 หลายเดือนก่อน

      I have the same error, did you get the solution??

  • @krishnak3532
    @krishnak3532 10 หลายเดือนก่อน +4

    Hey Tim,
    Can you make a video with mistral model locally loaded rather than using openai API key.

  • @awesomeowwww
    @awesomeowwww 2 หลายเดือนก่อน

    Very detailled and high quality stuff!! But do you think it's safe to use it without an isolated Docker container? It could potentially damage your system, not?

  • @SivaMahadevan-ny7vm
    @SivaMahadevan-ny7vm 8 หลายเดือนก่อน

    This tutorial is super helpful. Thanks Tim. I was able to get the app working. when I ask a question about canada or population, Agent is able to answer the question by looking at the PDF, CSV etc.. But when I ask a question like "what is solar eclipse", the agent is still able to answer the question. How can I prevent it from happening ? I just want answers that are available in the documents.

  • @ShrutiLokhande-v2d
    @ShrutiLokhande-v2d 9 หลายเดือนก่อน

    This is amazing. Can you create a next video on automation script generation and Sql query generation(for complex schema) using Rag or AI agents. ( but use open source models.)

  • @egericke123
    @egericke123 8 หลายเดือนก่อน +1

    It doesn't save a note using the previous prompt because I think it is lost. I think you are calling a new instance of the model each time you give a new prompt. So you would have to update or append prompt outside the while loop to get it to remember the entire conversation... But I could definitely be wrong, just my intuition :P

  • @enkhbaatardorjsuren9427
    @enkhbaatardorjsuren9427 9 หลายเดือนก่อน

    Brilliant!

  • @GrowStackAi
    @GrowStackAi 10 วันที่ผ่านมา

    Behind every smart decision is smarter AI 🤩

  • @harmansavla7510
    @harmansavla7510 10 หลายเดือนก่อน

    Love your content❤

  • @samikrothapalli3957
    @samikrothapalli3957 10 หลายเดือนก่อน +1

    Hi so in 18:37 you get the Pandas output however for me i get df[df['Country'] == 'Canada']['Population2023'].values[0] as my pandas output I was wondering if you could help with that?

    • @swetarajan1781
      @swetarajan1781 9 หลายเดือนก่อน

      Same! Not sure why

  • @ignaciopincheira23
    @ignaciopincheira23 6 หลายเดือนก่อน

    Hi, could you convert complex PDF documents (with graphics and tables) into an easily readable text format, such as Markdown? The input file would be a PDF and the output file would be a text file (.txt).

  • @vdzneladze1
    @vdzneladze1 10 หลายเดือนก่อน +3

    Hi guys, I encounted with the following eroor message:
    from llama_index import PromptTemplate
    ImportError: cannot import name 'PromptTemplate' from 'llama_index' (unknown location)
    Please advise

    • @stevenzusack9668
      @stevenzusack9668 10 หลายเดือนก่อน +5

      'llama_index' should be 'llama_index.core' for both the import and the pip install. At least, that's what worked for me. So, the pip install is 'pip install llama-index.core pypdf python-dotenv pandas' and the import is 'from llama_index.core.query_engine import PandasQueryEngine'

    • @ryansumbele3552
      @ryansumbele3552 8 หลายเดือนก่อน +1

      @@stevenzusack9668 thank you for your response, this just worked for me

  • @ArinPandey-z4h
    @ArinPandey-z4h 3 หลายเดือนก่อน

    Hey Tim, Can we integrate matplolib to actually get plots when we are querying the excel file?

  • @pntra1220
    @pntra1220 9 หลายเดือนก่อน

    Hi Tim, first of all, great tutorial! I wanted to ask you if you know if it's possible or efficient to use llama index to do RAG over 300k pages of pdfs. I've been researching and a lot of people say that I will have to fine tune the embeddings models and use one from hugging face. Also to make the results better, use metadata. However, I am wondering if using llama index is the correct approach or if I will need to create my own RAG system. Thank you for taking the time to read this.

  • @sdkfeldfwerer6751
    @sdkfeldfwerer6751 9 หลายเดือนก่อน +1

    Can I use it with my git repos (js, ts on nodejs)? It would be great to build custom, local copilot for coding.

  • @user-tl1qc9ym2y
    @user-tl1qc9ym2y 9 หลายเดือนก่อน

    please make a whole series on this

  • @davidthiwa1073
    @davidthiwa1073 วันที่ผ่านมา

    He yTIm in how far do you think the MCP by anthrpic changes the need for LLamaindex?

  • @TanzerTel
    @TanzerTel 10 หลายเดือนก่อน +1

    in case if you see this error --ImportError: cannot import name 'OpenAI' from 'llama_index.llms' (unknown location)-- do this --from llama_index.llms.openai import OpenAI--
    and for error. --ImportError: cannot import name 'note_engine' from 'note_engine' (/Users/macbookpro/AIAgent/note_engine.py)--
    change this. if not os.path.exist(note_file): to this if not os.path.isfile(note_file):

  • @arshadsafi8317
    @arshadsafi8317 10 หลายเดือนก่อน +1

    Everything is great except a few things. Idk why but the llama_index libraries used in the video has to be cahnged slightly for instance :"from llama_index.core.agent import ReActAgent" instead of "from llama_index.agent import ReActAgent", same with the prompts file ('from llama_index import PromptTemplate' won't work idk why still). Aprt from that, am I the only one who is getting error 429 and I havent used had a singel usage (according to the openai api usage page). HELP NEEDED!

    • @TheFeanture
      @TheFeanture 9 หลายเดือนก่อน

      openai.RateLimitError: Error code: 429
      same problems
      not working for me. do you found solution?

    • @TheFeanture
      @TheFeanture 9 หลายเดือนก่อน

      for me. CSV file was to long. i just deleted everything after Canada. now it is working

    • @arshadsafi8317
      @arshadsafi8317 9 หลายเดือนก่อน

      @@TheFeanture The problem was actually in the Openai account. Unforetunately when you sign up for a chat gpt account at the same time you receive that $5 free cedit. I had my account my nearly two years and it was expired (3 months limit for the $5). Solution: create a new openai account, with a new phone number.

    • @mikkelchristensen4237
      @mikkelchristensen4237 8 หลายเดือนก่อน

      Did you figure out what the updated version of 'from llama_index import PromptTemplate' is?

    • @wolfofthelight5690
      @wolfofthelight5690 8 หลายเดือนก่อน

      @@mikkelchristensen4237 from llama_index.core import PromptTemplate

  • @kayodedaniel6174
    @kayodedaniel6174 10 หลายเดือนก่อน

    Thanks for the information @internetMadeCoder but i have a question i struggle at learning programming languages which makee it frustrating and make the process feel tiring i went online and there something when am learning from the video it seems pretty easy and but when i want to use it to try and solve maybe exercises it feels difficult and also forget of what i learnt the previous days and also how do i work on this and be able to learn better what caan u advice me to do

  • @madhudson1
    @madhudson1 7 หลายเดือนก่อน

    what are your thoughts on using some of the open source LLMs for this, via Ollama?

  • @valkyrchesa
    @valkyrchesa 4 หลายเดือนก่อน

    Thanks for the video. Can this be done without llama-index and openai? like using the AI on your local PC

  • @neilpayne8244
    @neilpayne8244 9 หลายเดือนก่อน

    Thanks for the great vid. i tried following along but getting too many import errors. i also tried building a new virtual env, then installed the modules from your requirements.txt mentioned in this thread, and that also now doesnt work (llama_index tries to load pkg_resources which is not found).

  • @jmsolorzano13
    @jmsolorzano13 7 หลายเดือนก่อน

    Hi Tim... All your channel is great...! I want to create a RAG Agent but, of one website, do you if is possible?
    😊

  • @tinellixavier8022
    @tinellixavier8022 10 หลายเดือนก่อน

    I have maybe beginner question coming, I wonder if it is possible to make and IA agent that can use both the normal model trained on his dataset, our RAG with provided data source as in this course plus internet search and compile these source in the output ?

  • @theuser810
    @theuser810 8 หลายเดือนก่อน +1

    For me, the agent keeps using the wrong column:
    df[df['Country'] == 'Canada']['Population']
    despite there being no column named population

  • @xspydazx
    @xspydazx 7 หลายเดือนก่อน

    Question : once loading a vector store , how can we output a dataset from the store to be used as a fine tuning object ?

  • @Aaron-l9v9r
    @Aaron-l9v9r 10 หลายเดือนก่อน

    Great video, just one question: What would I have to do if I wanted to use open-source tools instead of the openAI API? Thanks.

  • @varungonsalves6249
    @varungonsalves6249 9 หลายเดือนก่อน

    Hi There, Great video. I was wondering if this same method would work but the llm was loaded in via llama instead of using openai llm?

  • @JoseSalerno-pf5ph
    @JoseSalerno-pf5ph 5 หลายเดือนก่อน

    Hey Tim! Is there a way to do this without using an API Key?
    awesome video, they are really helpful!

  • @spotnuru83
    @spotnuru83 6 หลายเดือนก่อน +1

    is there a way to do this without openAI because if we want to use it at enterprise level, giving data to openAI is not secure. can we use any open source llms and acheive the same?

  • @Blimaxx
    @Blimaxx 6 หลายเดือนก่อน

    So freaking good

  • @zengxuezhi
    @zengxuezhi 7 หลายเดือนก่อน

    Thanks Tim, this is really informative video. Just have a question for this. In your code, the LLM model is OpenAI by default. I tried using a local LLM model such as llama (using "codellama-7b-instruct.Q8_0.gguf' loaded by LlamaCPP), and leave everything else the same as your code. But, it won't produce the desired result as your code shows. Can you have another video using a local LLM model rather than OPENAI that achieves the same functionality of Python AI Agent? Thanks in advance!

  • @AndyPandy-ni1io
    @AndyPandy-ni1io 6 หลายเดือนก่อน

    The error message "FileNotFoundError: [Errno 2] No such file or directory: '...config_sentence_transformers.json'" means that the llama_index library is trying to load the specified embedding model ("BAAI/bge-m3") from your local machine, but it can't find the necessary configuration file.

  • @bhasadish
    @bhasadish 10 หลายเดือนก่อน

    if you pass context history with the new prompt only then would it be able to save to note. Passing context history to LLM is an integral part of any RAG otherwise it looses context.

  • @malekmot
    @malekmot 10 หลายเดือนก่อน

    Awesome! Hey Tim, can you tell me what theme and font are you using for vscode?

  • @swetarajan1781
    @swetarajan1781 9 หลายเดือนก่อน

    Thank you for the video! Did anyone face the issue where the query engine returns only the pandas code and not the pandas output?

  • @saisreekarsunku9022
    @saisreekarsunku9022 8 หลายเดือนก่อน +2

    there is no query engine in my llama_index it not importing

    • @akhilpadmanaban3242
      @akhilpadmanaban3242 6 หลายเดือนก่อน

      exactly. Did you solve this isse? I am also facing the same thing

    • @DanielTobi00
      @DanielTobi00 5 หลายเดือนก่อน

      @@akhilpadmanaban3242 change in api, it is now
      pip install llama-index llama-index-experimental
      from llama_index.experimental.query_engine import PandasQueryEngine

  • @Hello_-_-_-_
    @Hello_-_-_-_ 10 หลายเดือนก่อน

    Cool video. Random question, are you ever going to move out of Canada? I know a few that have tried but there are too many hoops.

    • @TechWithTim
      @TechWithTim  10 หลายเดือนก่อน

      Yes I’m currently living in Dubai

  • @WeirdoPlays
    @WeirdoPlays 5 หลายเดือนก่อน

    What if ee wnt to use existing index from vectordabases

  • @MusabFarah-s2v
    @MusabFarah-s2v 4 หลายเดือนก่อน

    Good vid, needs to be updated, Llama index changing

    • @clowd1e449
      @clowd1e449 3 หลายเดือนก่อน

      Did it work for you, I've gotten way too many errors?

  • @PeterPan-hs5tu
    @PeterPan-hs5tu 9 หลายเดือนก่อน

    first of all, thank you so much for the wonderful tutorial, as i m doing the follow through, i kept running into “ no module named ‘dotenv’ “. but i notice that my packages are all installed into lib/python3.11/site-packages directory instead of the bin folder. so i can not proceed the next step after that. wondering where i need to adjust? 🤔

    • @TechWithTim
      @TechWithTim  9 หลายเดือนก่อน +1

      Did you activate the virtual environment?

    • @PeterPan-hs5tu
      @PeterPan-hs5tu 9 หลายเดือนก่อน

      @@TechWithTim yup a little (ai) is added in front of the name inside the terminal

    • @TechWithTim
      @TechWithTim  9 หลายเดือนก่อน

      try using pip and then if that doesnt work use pip3 instead@@PeterPan-hs5tu

    • @PeterPan-hs5tu
      @PeterPan-hs5tu 9 หลายเดือนก่อน

      @@TechWithTimyou mean when i install using pip command via terminal instead of pip3?

    • @PeterPan-hs5tu
      @PeterPan-hs5tu 9 หลายเดือนก่อน

      @@TechWithTimI have been using the following command in terminal “pip3 install llama-index pypdf python-dotenv pandas” and as soon as the command finished installing, the notice popped up telling me the new release of pip available: 22.3.1 -> 24.0
      so i tried upgrade it it didn’t work, i have also tried not upgrade still does not work 😢

  • @cematilkan8553
    @cematilkan8553 9 หลายเดือนก่อน

    I wonder how we can use local LLMs like ollama or mistral using your code.

  • @bartoszludera2604
    @bartoszludera2604 9 หลายเดือนก่อน +1

    Does anyone have error with this import: import name 'PDFReader' from 'llama_index.core.readers' ?

    • @connorofox
      @connorofox 8 หลายเดือนก่อน

      "from llama_index.readers.file import PDFReader".

  • @wadieelalami8127
    @wadieelalami8127 8 หลายเดือนก่อน +1

    i can't import Promptemplate from llama_index, i've searched and there is no promptemplate inside of the llama_index library

    • @amahdavid3476
      @amahdavid3476 8 หลายเดือนก่อน +1

      it is in this library "from llama_index.core import PromptTemplate"

    • @wolfofthelight5690
      @wolfofthelight5690 8 หลายเดือนก่อน +1

      from llama_index.core import PromptTemplate

    • @kylearnold9647
      @kylearnold9647 8 หลายเดือนก่อน

      @@amahdavid3476 @wolfofthelight5690 thanks to you both!

    • @Lazy2cheeks
      @Lazy2cheeks 7 หลายเดือนก่อน +1

      Should be PromptTemplate not PrompTemplate

    • @Fartbeatsensor
      @Fartbeatsensor 6 หลายเดือนก่อน

      Please dont tell me it was a typo 😅

  • @DarshanK-h7s
    @DarshanK-h7s 9 หลายเดือนก่อน

    i am using Azure open AI. The agent some how does not work and give "openai.NotFoundError: Error code: 404 - {'error': {'code': '404', 'message': 'Resource not found'}}". All the credentials API, endpoint, were stored in .env file.
    Any solution or workaround for this?

  • @najiibrashiidabdi5014
    @najiibrashiidabdi5014 8 หลายเดือนก่อน

    Hi! Tim, can i choose different llm

  • @perpektodimagkamali4529
    @perpektodimagkamali4529 10 หลายเดือนก่อน

    the installing in the terminal doesn't work on my computer

  • @KumR
    @KumR 9 หลายเดือนก่อน

    Is this similar to Langchain agents?

  • @amahdavid3476
    @amahdavid3476 8 หลายเดือนก่อน +1

    does anyone get an error 429 when running this 18:22

    • @SenpaiReview
      @SenpaiReview 8 หลายเดือนก่อน

      Yes me too..

    • @amahdavid3476
      @amahdavid3476 8 หลายเดือนก่อน

      @@SenpaiReview i figured out why, it is because i didn’t have credit to search with my API key, if you have a new open ai account then you will have free credit for the first 3 months, if not you’ll have to pay, i paid

    • @SenpaiReview
      @SenpaiReview 8 หลายเดือนก่อน

      @@amahdavid3476 Thank you for the answer ! How about just creating a new account ? It can work no ?

  • @tylerpeterson420
    @tylerpeterson420 10 หลายเดือนก่อน

    Your vid quality is legit what's your setup?