Search Your PDF App using Langchain, ChromaDB, and Open Source LLM: No OpenAI API (Runs on CPU)

Поделиться
HTML-код
  • Опубликовано: 25 июн 2023
  • Welcome to this tutorial video where we introduce an innovative approach to searching your PDF application using the power of Langchain, ChromaDB, and Open Source LLM, all running on your CPU.
    Langchain is a powerful library designed for generative AI tasks, providing a range of capabilities that enhance language generation and understanding.
    ChromaDB, on the other hand, acts as a vector store and database, enabling us to store and retrieve vectors efficiently. By integrating ChromaDB into our search tool, we can create a robust and scalable solution for managing the vector representations of PDF documents, allowing for faster and more accurate searches.
    Finally, we utilize an Open Source LLM (Language Model) to enable question-answering capabilities within our search tool. With the power of LLM, we can process user queries and extract relevant information from PDF documents, providing precise and context-aware answers to the user's questions.
    The unique aspect of this tutorial is that we do not rely on the OpenAI API, meaning you can run this entire system on your CPU without the need for external services. This ensures greater control, privacy, and accessibility for your PDF search needs.
    Join us in this tutorial video as we guide you through the process of building your own PDF search tool using Langchain, ChromaDB, and Open Source LLM. Discover how to harness the potential of these technologies to create a powerful and efficient search system tailored to your requirements. Let's unlock the potential of your PDF application and revolutionize the way you search for information.
    AI Anytime's GitHub: github.com/AIAnytime
    LaMiNi LM Model: huggingface.co/MBZUAI/LaMini-...
    ChromaDB: www.trychroma.com/
    Langchain: python.langchain.com/docs/get...
    LLM Playlist: • Large Language Models
    Join WhatsApp: chat.whatsapp.com/EDnAeyBL18G..
    #langchain #python #ai
  • НаукаНаука

Комментарии • 191

  • @sandilemfazi
    @sandilemfazi 12 дней назад

    You are a blessing my guy. Amazing, thanks for taking your time and teaching this. Truly Appreciate your efforts.

  • @ditchtech
    @ditchtech Год назад +4

    Instructive and thorough, appreicate your efforts!

    • @AIAnytime
      @AIAnytime  Год назад

      Thank you Sir, please consider subscribing to the channel.

  • @jorgerios4091
    @jorgerios4091 Год назад +13

    Awesome, this is what real people need, a free alternative of custom knowledge Q&A to OpenAI. I've tried privateGPT but it is too slow taking 2 minutes to provide answers while consuming 16-RAM and woring in the command prompt. This model looks much better, I'll be looking forward for the chatbot variant. Thank you!

    • @AIAnytime
      @AIAnytime  Год назад +1

      Thanks for your kind words! I agree with you,,,,,,,, The chatbot video will be released by tomorrow.

  • @vivekraj9333
    @vivekraj9333 9 месяцев назад

    I'm glad that I found your channel brother 🙌❤

    • @AIAnytime
      @AIAnytime  9 месяцев назад

      Welcome aboard! Thanks. Plz keep supporting.

  • @master8696
    @master8696 6 месяцев назад +1

    You are doing a superb job! These videos not only give knowledge, but motivates us to learn GenAI and start writing few pieces of code towards the use cases. Keep doing such use case driven videos, trust me that the community will appreciate and embrace folks like you. Keep rocking!

    • @AIAnytime
      @AIAnytime  6 месяцев назад

      So nice of you

  • @avijit_barua
    @avijit_barua 10 месяцев назад

    Too much great working

  • @khalidal-reemi3361
    @khalidal-reemi3361 8 месяцев назад

    Thanks alot
    I learned alot. I will try doiing this tutorial.

    • @AIAnytime
      @AIAnytime  8 месяцев назад

      Glad it was helpful!

  • @sneharoy3566
    @sneharoy3566 11 месяцев назад

    Superb video. So easy to follow...

    • @AIAnytime
      @AIAnytime  11 месяцев назад

      Thanks a lot 😊

  •  4 месяца назад

    Very well explained video, and nice content. Congratulations!

  • @FootyFunniesSS
    @FootyFunniesSS 11 месяцев назад

    Great work man.. this really helps

    • @AIAnytime
      @AIAnytime  11 месяцев назад

      Glad it helped

    • @FootyFunniesSS
      @FootyFunniesSS 11 месяцев назад

      ​@@AIAnytime getting error -
      ValueError: weight is on the meta device, we need a `value` to put in on cpu.

  • @nandanhegde3444
    @nandanhegde3444 10 месяцев назад

    great video

  • @John-jx4ho
    @John-jx4ho 11 месяцев назад

    Awesome!

    • @AIAnytime
      @AIAnytime  11 месяцев назад

      Thank you! Cheers!

  • @fabsync
    @fabsync 5 месяцев назад

    Super awesome tutorial! I wonder if you want to search pdfs in folders and subfolders.. what would be the code for that?

  • @truckfinanceaustralia1335
    @truckfinanceaustralia1335 11 месяцев назад

    great vid!

  • @jilanikashif
    @jilanikashif 10 месяцев назад

    Hi, this is great tutorial and really helped me, shifting from Machine Learning to Generative AI is really amazing. It would be great if you create app for the same using Flask and Docker

    • @AIAnytime
      @AIAnytime  10 месяцев назад

      I have an app where i have containerised the app. Plz watch those 2 videos as well.

    • @jilanikashif
      @jilanikashif 10 месяцев назад

      @@AIAnytime Could you please share the link. Thanks for quick reply

    • @BharatVarsh47
      @BharatVarsh47 8 месяцев назад

      can u share link please? @@AIAnytime

  • @geojames4236
    @geojames4236 8 месяцев назад

    Awesome video... can you pls suggest any model for querying the Portuguese PDF document ?

  • @ilaydelrey3122
    @ilaydelrey3122 7 месяцев назад +1

    Thank you for putting this tutorial together. It would be great if you could also include the versions of the packages you use in your requirements.txt because the packages change so fast and many things dont work anymore

    • @253_r.asidharth8
      @253_r.asidharth8 7 месяцев назад +1

      Did u manage to run the project??

    • @AIAnytime
      @AIAnytime  7 месяцев назад +4

      Let me update the GitHub repo with the version. Thanks

    • @ilaydelrey3122
      @ilaydelrey3122 7 месяцев назад

      @@253_r.asidharth8 no not yet due to newer package version

    • @adityapatel_00
      @adityapatel_00 6 месяцев назад

      @@AIAnytimeMay I know when will you update the requirements.txt file with versions you used?

  • @taison0072
    @taison0072 4 месяца назад +1

    Hello bro , since my PC low end is it possible to the the llm models on azure and access from there and make the same application and also deploy it online

  • @roberty.agyekumaddo6071
    @roberty.agyekumaddo6071 7 месяцев назад

    Awesome tutorial. Is there a way of embedding this into a webpage? Also, is there a way to customize the appearance of the streamlit GUI.

  • @sandedom339
    @sandedom339 11 месяцев назад

    Very nice! can you load multiple PDF files for Q&A?

    • @AIAnytime
      @AIAnytime  11 месяцев назад +1

      Yes of course! Make sure your machine has enough compute power for inference. You can invest multiple files to create embeddings on any machine.

  • @saumyajaiswal6585
    @saumyajaiswal6585 6 месяцев назад

    Thank you for the awesome video. With the source citation does it also give images from the pdf in the answer?

  • @MikelBaghdasarian
    @MikelBaghdasarian 10 месяцев назад

    Really Interesting, I was wondering how to mix it with the oobabooga repo, add some options like load various PDFs, load CSV, XLM, and other type of documents (power point, .txt, and others) with some DDBB behind for user access... that would be awesome!

    • @AIAnytime
      @AIAnytime  10 месяцев назад +2

      Cool idea! Maybe I can see if I can create a video soon.

    • @MikelBaghdasarian
      @MikelBaghdasarian 10 месяцев назад

      Great! If you need a concept of use let me know, I already tryied and mixed both git repost and they are working fine, the best is to have access to add LORA trained on obabooga to be used under langchain!@@AIAnytime

  • @ROKKor-hs8tg
    @ROKKor-hs8tg 6 месяцев назад

    This is without any subscription to any form. Does this code have a Google Colab page for testing? Once the libraries are downloaded, will the code work?

  • @raghu0770
    @raghu0770 10 месяцев назад +1

    I think if we ask general questions lik “who is naredra modi?” It will answer out of the pdf files

  • @qvenmisakais
    @qvenmisakais 2 месяца назад

    Hi, is a perfecto tutorial, great working!. I have a question. Even though I ask questions in Spanish, he answers me in English. Where can you define the language?

  • @ukcp265
    @ukcp265 8 дней назад

    How to handle and maintain chroma db for multiple user requests, and how we know which directory belongs to which user request in 2-tier architecture

  • @mcodetsh
    @mcodetsh 16 часов назад +1

    Many of the settings and imports have been deprecated and you will get many errors. I recommend not using this code but just learning the work flow and the thinking processes. Thank you still for this video.

  •  4 месяца назад

    Is it possible to change "all-MiniLM-L6-v2" per Watson LLM or any other paid LLM?

  • @PavanKumar-yk5mq
    @PavanKumar-yk5mq 5 месяцев назад

    How to deploy this RAG model in aws. I mean what services we can use to deploy other than EC2?

  • @mohamedkeddache4202
    @mohamedkeddache4202 4 месяца назад +1

    it happened to me every time 😭
    i follow the video and do everything right but i still have problems
    i install python 3.10 then create a new environment and install the requirements then i downloaded the model.
    i think the error are from incompatible version ?
    need help please.

  • @RahulGupta-ub1op
    @RahulGupta-ub1op 3 месяца назад +2

    What if we ask a question that is not from PDF?

  • @_yurisales
    @_yurisales 2 месяца назад

    How can I make my streamlit + chromadb application faster? I'm loading locally 30 pdf files and when I run the application, It takes like 40 minutes to load the documents and, after, it loads the streamlit interface. Is there a way where I can reduce this time? Is there a way to work with multithreading or multiparallelism in chromadb?

  • @user-qi4jw1lf9i
    @user-qi4jw1lf9i 6 месяцев назад

    PLEASE TELL ME THE SYSTEM CONFUGURATION REQUIRED FOR THIS....
    I HAVE DONE BUT SHOWING Load_weight proeblem

  • @keeperofthelight9681
    @keeperofthelight9681 4 месяца назад

    Doesnt work getting crazzy error with embdeggins both with huggingfqce a d sentence transformer

  • @vishusupersonic2708
    @vishusupersonic2708 8 месяцев назад

    sir i made an offload folder , because it asked me to , but when i do 1 query it is making 2.5 gb something files in the offload folder , so how to solve it , please help

  • @vivekpatel2736
    @vivekpatel2736 24 дня назад

    @AIAnytime can we get the images also from pdf in answer ?

  • @raghu0770
    @raghu0770 10 месяцев назад

    Many people’s build like this but there is no solution to restrict the model to answer only for pdf files

  • @dchuguashvili
    @dchuguashvili 9 месяцев назад +2

    Is it possible to deploy a chatbot that has been fine-tuned using a custom knowledge base and the Llama2 framework on a live production website? My plan is to fine-tune the chatbot with data derived from 100 pages of PDF documents. The aim is for the chatbot to interact with online users and generate responses based on this material. If the chatbot is anticipated to engage with approximately 2,000 users per month and accommodate at least 20 users simultaneously, could you offer a rough estimate of the projected costs?

    • @junaidiqbal4104
      @junaidiqbal4104 8 месяцев назад

      hi, do you get any idea about that, i hope you will answer it

  • @stephennfernandes
    @stephennfernandes 10 месяцев назад

    Hey great work man this really helps, could please explain in brief or if possible make a video about how vecrorDBs work internally? What are they exactly, word embeddings like starspace fasttext or sentence transformer embeddings over similarity search. How does this technology like langchain llama_index work internally

    • @AIAnytime
      @AIAnytime  10 месяцев назад +1

      Hi Stephen, thanks for your comment. Maybe I can try doing that. But i feel there are many such videos available on RUclips. But yes I can explain in simpler terms. My focus is to help my subscribers build projects in Generative AI... But stay tuned 🔜

    • @stephennfernandes
      @stephennfernandes 10 месяцев назад

      @@AIAnytime thanks a ton

  • @associatedbiblestudentsofs5308
    @associatedbiblestudentsofs5308 8 месяцев назад +1

    'Chromadb' is not compatible with Python 3.11. I'm trying to find a work around, but a very well-developed course. Thank you.

  • @anannyachamat6366
    @anannyachamat6366 3 месяца назад

    Hi Sir, can you please tell me if the Text Summarization using LaMiniT5 248M and This Search your PDF using LaMiniT5 738M can be integrated and made into one single project??? PLS Answer sir.

  • @JahangeerRathore
    @JahangeerRathore 8 месяцев назад

    Awosome but i want to use Lamini model online not offline becuse my RAM is 8 GB it crashed after running how to achieve that thanks in advance...

  • @vrynstudios
    @vrynstudios 8 месяцев назад

    What will it cost to host it in a server? Suppose I have 1000 users daily and use it how much would I need to pay for such PDF searching feature? *Please reply* . I am a noob on AI server side hosting.

  • @user-py8qx6th8p
    @user-py8qx6th8p 7 месяцев назад

    I have few questions. What other models besides lamini can I use? I am trying to use llama2 or bloom. Also, what API should I use if I dont want to download the llm

    • @AIAnytime
      @AIAnytime  7 месяцев назад +1

      Look at my latest video.... Using Zephyr and Mistral LLMs.

  • @pratikchatterjee5992
    @pratikchatterjee5992 10 месяцев назад

    This is great! Thanks a lot! I love the way you are explaining every bits and pieces.
    I am facing an error.
    Till the 1st question the app is working but when ever I ask the 2nd question getting the below error
    NotImplementedError: Cannot copy out of meta tensor; no data!
    Any idea?

    • @AIAnytime
      @AIAnytime  10 месяцев назад

      Thanks for your comments. Probably, you don't have much compute power. What's your laptop specs? And device_map is auto, CPU, or CUDA?

  • @yanayana-cm5qg
    @yanayana-cm5qg 22 дня назад

    what python version are you using?

  • @mlloving
    @mlloving 7 месяцев назад +1

    Awesome demo. Would you please let me know where to download the repo of this demo. I did not find it on your github. Thanks.

    • @AIAnytime
      @AIAnytime  7 месяцев назад

      It's on my GitHub. Please check the repositories.

  • @anuyogesh8979
    @anuyogesh8979 4 месяца назад

    I am getting this error - " AttributeError: 'Collection' object has no attribute '__pydantic_extra__' " why?

  • @mohitkapoor4374
    @mohitkapoor4374 10 месяцев назад

    Very nice tutorial. It helped me solve a issue I was working on. Could you please help as how can we reduce the latency of answers from ChatBot? Also what if the pdf of more than 100 pages?

    • @AIAnytime
      @AIAnytime  10 месяцев назад +2

      Thanks for the comment. Infrastructure is the key and ofcourse some tweaking with the preprocessing and algorithms. Get a better compute power and you can see the improvement.

    • @mohitkapoor4374
      @mohitkapoor4374 10 месяцев назад

      @@AIAnytime Thank you so much. Is there any way I can connect with you or any tutorial I should follow to scale things up after referring your tutorial?

  • @sarojapulipaka2972
    @sarojapulipaka2972 7 дней назад

    Can we also give large files as input file (1000 pages)

  • @user-zj7cp8dg9f
    @user-zj7cp8dg9f 2 месяца назад

    how can we do this with knowledge graph ?

  • @shivamthaman7081
    @shivamthaman7081 4 месяца назад

    Please consider investing in a microphone thst will enhance the quality of audio in the videos

  • @dingowhiz481
    @dingowhiz481 11 месяцев назад

    Excellent video ! exactly what I need for POC. I realize that Chroma installation is a challenge with 'pip install chroma-migrate' and run `chroma-migrate` commands which crashed my Linux. Do you know of LTS version of Chroma?

    • @AIAnytime
      @AIAnytime  11 месяцев назад

      Thank you for your comment! Can you let me know your python version? Can you try python 3.10 and then do a pip install chromadb?

    • @dingowhiz481
      @dingowhiz481 11 месяцев назад

      @@AIAnytime I'm running Python 3.10.6 on Ubuntu 22.04.2

  • @nandanhegde3444
    @nandanhegde3444 10 месяцев назад

    how much gb is LaMini file??

  • @DeviGoneMad
    @DeviGoneMad 3 месяца назад

    can you mention the version of python you are using here?

  • @ashishanand4233
    @ashishanand4233 Месяц назад

    how to solve this AttributeError: 'Client' object has no attribute 'chroma_api_impl'?

  • @user-yd3zk4hb1o
    @user-yd3zk4hb1o 10 месяцев назад

    Since the cromadb is updated the code throwing some errors related to chromadb , can you please update those codes and push it your repo

    • @AIAnytime
      @AIAnytime  10 месяцев назад +1

      Just a request, can you open a PR on GitHub repo? I will just merge that PR? Let me know... Just a few lines of code. They have migrated from duck db to sqlite.

  • @mohlabo3917
    @mohlabo3917 2 месяца назад

    hi cannot install chromadb --error failed

  • @madhupatel6707
    @madhupatel6707 10 месяцев назад +1

    Great explain! I did the same as you did in the video but got some errors so is there any way to reach you, Really need your help.

    • @AIAnytime
      @AIAnytime  10 месяцев назад +1

      How can I help you? My credentials are on about channel or on RUclips banner.

  • @I3lor
    @I3lor 10 месяцев назад +1

    great video, if i replace the checkpoint with any other model (eg. google/mt5), will the project still work as intended?

    • @AIAnytime
      @AIAnytime  10 месяцев назад +1

      Yes, absolutely! It should work if you have a decent machine that can load the model in memory.

    • @I3lor
      @I3lor 10 месяцев назад

      @@AIAnytime thank you, you have been very helpful

  • @talhaabdulqayyum193
    @talhaabdulqayyum193 9 месяцев назад

    I am getting this error
    NotImplementedError: Cannot copy out of meta tensor; no data!
    Any work arounds?

    • @rngwrngw6612
      @rngwrngw6612 4 месяца назад

      Did you find a solution?

  • @leehenriques6661
    @leehenriques6661 3 месяца назад

    AttributeError: chroma_api_impl
    can you help me fix this please

  • @tapanpati9452
    @tapanpati9452 8 месяцев назад

    How to connect you?The whatsapp link does not working...

  • @epictetus__
    @epictetus__ 8 месяцев назад

    Bookmark: 21:00

  • @deepudeepak1390
    @deepudeepak1390 9 месяцев назад +1

    Can i use falcon 40b in the place that llm u r using???

    • @AIAnytime
      @AIAnytime  9 месяцев назад

      Ofcourse you can. Make sure you have enough compute power.

  • @ehteshamnehal7024
    @ehteshamnehal7024 10 месяцев назад

    Hi. Sometime while running the model I'm getting the following error -Cannot copy out of meta tensor; no data! Any Idea how to solve this? Also I'm using faiss db instead of chroma. Thanks.

    • @AIAnytime
      @AIAnytime  10 месяцев назад

      Can you check if you are offloading some weights to CPU? You using cuda or cpu as device map? Or auto?

    • @ehteshamnehal7024
      @ehteshamnehal7024 10 месяцев назад

      @@AIAnytime I'm not off loading any weights to CPU. Also I'm using auto.

  • @rajesh1906
    @rajesh1906 17 дней назад

    can we run with 8gb RAM ?

  • @Hope1GamingCSGODota2more
    @Hope1GamingCSGODota2more 6 месяцев назад +1

    what about supabase for vector store?

    • @AIAnytime
      @AIAnytime  6 месяцев назад

      That's a good choice.

  • @abhishekpasalkar6680
    @abhishekpasalkar6680 7 месяцев назад +1

    showing this error Even after updating chroma and also migrating it
    "ValueError: You are using a deprecated configuration of Chroma."

  • @AMITSINGH-hu4es
    @AMITSINGH-hu4es 7 месяцев назад

    PDF file of resume is not output.

  • @adityapatel_00
    @adityapatel_00 6 месяцев назад

    Hello Brother,
    Appreciate your work. But can you please update the requirements.txt with the version numbers, the versions are changed and we are facing problems running it.
    Can you hurry?
    Thank you.

    • @ShadyPencil
      @ShadyPencil 6 месяцев назад

      try this...
      pydantic==1.10.13
      chromadb==0.3.26
      langchain==0.0.267
      streamlit==1.25.0
      transformers==4.31.0
      torch==2.0.1
      einops==0.6.1
      bitsandbytes==0.41.1
      accelerate==0.21.0
      pdfminer.six==20221105
      beautifulsoup4==4.12.2
      sentence-transformers
      duckdb==0.7.1
      sentencepiece==0.1.99
      six==1.16.0
      requests==2.31.0
      uvicorn==0.18.3
      torchvision==0.15.2
      streamlit-chat

  • @pagadishyam7049
    @pagadishyam7049 10 месяцев назад +1

    Hi, your videos are really very impressive. I am trying to recreate this but receiving the below error when executing ingest.py error Message: " duckdb.InvalidInputException: Invalid Input Error: Required module 'pandas.core.arrays.arrow.dtype' failed to import, due to the following Python
    exception:
    ModuleNotFoundError: No module named 'pandas.core.arrays.arrow.dtype' "

    • @AIAnytime
      @AIAnytime  10 месяцев назад

      Can you look at the chroma db version you are using? Chroma db has recently migrated from duckdb to Sqlite. In that case, you need to make changes in Constants.py... do you mind looking at GitHub issues of this repo on my GitHub?

    • @pagadishyam7049
      @pagadishyam7049 10 месяцев назад

      @@AIAnytime can i use old version of cromadb, will it work?

    • @pagadishyam7049
      @pagadishyam7049 10 месяцев назад

      @@AIAnytime downgrade the version of cromadb and pandas: chromadb==0.3.26 , pandas==2.0.3 it worked for me, hope this helps others.

  • @abhisycvirat
    @abhisycvirat 3 месяца назад

    The kid smoking in the background distracted me 😂

  • @user-qi4jw1lf9i
    @user-qi4jw1lf9i 7 месяцев назад

    please make it 10 millions pages
    for lawyer use case

  • @akshay_raut
    @akshay_raut Год назад

    Great tutorial, waiting for the chatbot ... and wp link is not working ,can you please share group link again ? Thank you!

    • @AIAnytime
      @AIAnytime  Год назад

      Thanks Akshay! Please find it here: chat.whatsapp.com/EDnAeyBL18GB9xxcnyTW3Y The chatbot video will be posted by tomorrow.

    • @sscoder170
      @sscoder170 22 дня назад

      @@AIAnytime can you share the link of that chatbot video here please regarding with this.

  • @deepjyotibaishya7576
    @deepjyotibaishya7576 5 месяцев назад

    This repo link please

  • @bhautikin
    @bhautikin 10 месяцев назад

    Does it means I only add data into the vectordb for new PDF, and no need to train again?

    • @AIAnytime
      @AIAnytime  10 месяцев назад

      You have to create embeddings for the new files.

    • @bhautikin
      @bhautikin 10 месяцев назад

      @AIAnytime got it. Thanks

  • @MrTabishMehdi
    @MrTabishMehdi 9 месяцев назад

    Can you please update the version of all libraries. I am getting error in Chromadb because of version. Kindly do the needful

    • @RameshPatil28592
      @RameshPatil28592 3 месяца назад

      Hi did you update the libraries and resolved chromadb error?

  • @overrideguilarte
    @overrideguilarte 11 месяцев назад +1

    Is there any model in Spanish similar to this one that can be integrated?

    • @AIAnytime
      @AIAnytime  11 месяцев назад

      Yes you can try something like 'GPT-2 SMALL SPANISH '... Explore on Huggingface models.
      Please subscribe to the channel if this helps. Thanks

    • @overrideguilarte
      @overrideguilarte 11 месяцев назад

      @@AIAnytime thanks

  • @mainakmukhrjee6328
    @mainakmukhrjee6328 8 месяцев назад +3

    Hello sir , can you please help me with an error:ModuleNotFoundError: No module named 'langchain' ? I have installed langchain and have checked it pip show langchain

  • @JonathanLyon
    @JonathanLyon Месяц назад

    are you available for hire?

  • @foodfashionmasti8297
    @foodfashionmasti8297 9 месяцев назад

    Chroma db error your using a deprecated configuration of chromo, some migrate

  • @deepak1291
    @deepak1291 5 месяцев назад

    have anyone ran it with 8GB RAM (CPU) windows laptop?

  • @mythzing7
    @mythzing7 10 месяцев назад

    Getting this error when i ran the code. Searched online, couldn't find a solution. Could you please help?
    NotImplementedError: Cannot copy out of meta tensor; no data!

    • @AIAnytime
      @AIAnytime  10 месяцев назад

      Are you running on CPU or CUDA?

    • @mythzing7
      @mythzing7 10 месяцев назад

      @@AIAnytime cpu

  • @nayankarpe4961
    @nayankarpe4961 9 месяцев назад

    Which extension are you using for auto completion of code??

  • @yashsrivastava4878
    @yashsrivastava4878 10 месяцев назад +1

    could you please do a video on same LMQL,Langchain and Chainlit together which takes multiple files of different format please

    • @AIAnytime
      @AIAnytime  10 месяцев назад +1

      Sure Yash. Soon. Thanks for the idea.

    • @yashsrivastava4878
      @yashsrivastava4878 10 месяцев назад

      @@AIAnytime thank you sir 😊

    • @yashsrivastava4878
      @yashsrivastava4878 10 месяцев назад

      ​@@AIAnytime sir please make video on this as soon as you can 🙏

    • @AIAnytime
      @AIAnytime  10 месяцев назад

      By Sunday. Currently in a family emergency. Apologies for the delay!

    • @yashsrivastava4878
      @yashsrivastava4878 10 месяцев назад

      @@AIAnytime ok sir 🙂

  • @manofsteel6173
    @manofsteel6173 Месяц назад

    where is code link??

  • @moralstorieskids3884
    @moralstorieskids3884 Год назад

    Code please, gone through your git hub, could'nt able to find

    • @AIAnytime
      @AIAnytime  Год назад +1

      Please find it here: github.com/AIAnytime/Search-Your-PDF-App . Can you please subscribe to the channel?

  • @mort-ai
    @mort-ai Год назад +1

    does this work on any language?

    • @AIAnytime
      @AIAnytime  Год назад

      Thanks for your comment! No it doesn't work for any language.

  • @Anna00722
    @Anna00722 8 месяцев назад

    Whatsapp link not working

  • @user-qi4jw1lf9i
    @user-qi4jw1lf9i 7 месяцев назад

    giving error ModuleNotFoundError: No module named 'pandas.core.arrays.arrow.dtype' please correct this code in ingest.py file
    please hlp

  • @amosmaru2542
    @amosmaru2542 10 месяцев назад

    Really awsome. How do I reach you?

    • @AIAnytime
      @AIAnytime  10 месяцев назад

      Thank you! Look at RUclips Banner on my channel. All social media are listed. Or about the channel section.

  • @dr.aravindacvnmamit3770
    @dr.aravindacvnmamit3770 5 месяцев назад +1

    ValueError: You are using a deprecated configuration of Chroma.

    • @samarth-joseph
      @samarth-joseph 4 месяца назад +2

      Downgrade chromadb version
      pip uninstall chromadb
      pip install chromadb==0.3.29

  • @Rider-jn6zh
    @Rider-jn6zh 3 месяца назад

    Hello brother,
    Can you please upload videos on how to evaluate llm model and which evaluation metrics can be used for specific usecase.
    As I am getting this question in every interview and not able to answer itt

  • @adithyas6428
    @adithyas6428 4 месяца назад

    i am getting an error NotImplementedError: Cannot copy out of meta tensor; no data!
    did anyone face this error and is there any solution

    • @DeviGoneMad
      @DeviGoneMad 3 месяца назад

      yep facing the same! did u fixt it?

    • @adithyas6428
      @adithyas6428 Месяц назад

      @@DeviGoneMad no
      could not find a solution

  • @083-cse-sameerkhan3
    @083-cse-sameerkhan3 8 месяцев назад +1

    sir will it work on 8GB RAM

    • @AIAnytime
      @AIAnytime  8 месяцев назад +1

      Difficult but it will for a few questions

  • @shivamkumar-qp1jm
    @shivamkumar-qp1jm Год назад

    When I use any app first I see it suffers from the hallucinations or not but this is good no hallucinations

    • @AIAnytime
      @AIAnytime  Год назад

      I agree with you! Thank you.

    • @Tenly2009
      @Tenly2009 Год назад

      To my knowledge, all large language models are susceptible to hallucination. Your methodology seems flawed.

    • @AIAnytime
      @AIAnytime  Год назад

      Hi Tenly, thanks for your message. I have used a language model. It's not that large. It generalises well on the embeddings that we create! When you use LLMs which are too large, they don't generalise well on the documents that you so it hallucinates from the base models.
      Can you try this and let me know if you get high hallucinations rate? You can't remove that character but LaMiNi really helps on the hallucinations rate.

    • @Tenly2009
      @Tenly2009 Год назад

      @@AIAnytime I’m only 13 minutes into your video(and still watching), but my comment was directed to the person who said they “test for hallucinations” before anything else - but I can’t imagine what kind of tests he could perform to conclude that a model doesn’t hallucinate.

  • @ksreenivas3933
    @ksreenivas3933 7 месяцев назад

    Half knowledge

  • @QuitandoCaretas
    @QuitandoCaretas 3 месяца назад

    muy pero que muy mal explicado... abres la IDE con muchas cosas que no sabemos de donde salen.

  • @STACKCODE
    @STACKCODE 3 месяца назад +1

    Traceback (most recent call last):
    File "D:\coding\Webkul_interview\ollama\vectorbd.py", line 4, in
    from constants import CHROMA_SETTINGS
    ImportError: cannot import name 'CHROMA_SETTINGS' from 'constants' (d:\coding\Webkul_interview\ollama\env\Lib\site-packages\constants.py)

    • @STACKCODE
      @STACKCODE 3 месяца назад

      resolve error

    • @leehenriques6661
      @leehenriques6661 3 месяца назад

      @@STACKCODE Please tell me as well how did you do it
      i am facing the same error