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

  Рет қаралды 66,084

AI Anytime

AI Anytime

Күн бұрын

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/AIA...
LaMiNi LM Model: huggingface.co...
ChromaDB: www.trychroma....
Langchain: python.langcha...
LLM Playlist: • Large Language Models
Join WhatsApp: chat.whatsapp.....
#langchain #python #ai

Пікірлер: 207
@jorgerios4091
@jorgerios4091 Жыл бұрын
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 Жыл бұрын
Thanks for your kind words! I agree with you,,,,,,,, The chatbot video will be released by tomorrow.
@sandilemfazi
@sandilemfazi 3 ай бұрын
You are a blessing my guy. Amazing, thanks for taking your time and teaching this. Truly Appreciate your efforts.
@ditchtech
@ditchtech Жыл бұрын
Instructive and thorough, appreicate your efforts!
@AIAnytime
@AIAnytime Жыл бұрын
Thank you Sir, please consider subscribing to the channel.
@master8696
@master8696 9 ай бұрын
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 9 ай бұрын
So nice of you
@rahulsingh-jk9qs
@rahulsingh-jk9qs Ай бұрын
Hi thanks for your videos i have seen and subscribed you because your explaination process is very easy to understand
@mcodetsh
@mcodetsh 3 ай бұрын
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.
@ilaydelrey3122
@ilaydelrey3122 10 ай бұрын
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 10 ай бұрын
Did u manage to run the project??
@AIAnytime
@AIAnytime 10 ай бұрын
Let me update the GitHub repo with the version. Thanks
@ilaydelrey3122
@ilaydelrey3122 10 ай бұрын
@@253_r.asidharth8 no not yet due to newer package version
@adityapatel_00
@adityapatel_00 9 ай бұрын
@@AIAnytimeMay I know when will you update the requirements.txt file with versions you used?
@vivekraj9333
@vivekraj9333 Жыл бұрын
I'm glad that I found your channel brother 🙌❤
@AIAnytime
@AIAnytime Жыл бұрын
Welcome aboard! Thanks. Plz keep supporting.
@shruti2806
@shruti2806 2 ай бұрын
13:30 why vectorstore? 17:18 safe tensors 20:12 project ideas 40:00 device_map 45:12 streamlit cache resource (decorator) 49:00 chaintype 1:01:47 token size (how it affects answers)
@RahulGupta-ub1op
@RahulGupta-ub1op 6 ай бұрын
What if we ask a question that is not from PDF?
@khalidal-reemi3361
@khalidal-reemi3361 11 ай бұрын
Thanks alot I learned alot. I will try doiing this tutorial.
@AIAnytime
@AIAnytime 11 ай бұрын
Glad it was helpful!
7 ай бұрын
Very well explained video, and nice content. Congratulations!
@AIAnytime
@AIAnytime 7 ай бұрын
Thanks a lot!
@muhammadzubairbaloch3224
@muhammadzubairbaloch3224 2 күн бұрын
you content is amazing but if you extend to more like AI service with web like automatic patient appointment and their payment
@sneharoy3566
@sneharoy3566 Жыл бұрын
Superb video. So easy to follow...
@AIAnytime
@AIAnytime Жыл бұрын
Thanks a lot 😊
@ukcp265
@ukcp265 3 ай бұрын
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
@raghu0770
@raghu0770 Жыл бұрын
I think if we ask general questions lik “who is naredra modi?” It will answer out of the pdf files
@associatedbiblestudentsofs5308
@associatedbiblestudentsofs5308 11 ай бұрын
'Chromadb' is not compatible with Python 3.11. I'm trying to find a work around, but a very well-developed course. Thank you.
@Collegemitra-Official
@Collegemitra-Official 9 ай бұрын
Did you find the solution?
@fabsync
@fabsync 9 ай бұрын
Super awesome tutorial! I wonder if you want to search pdfs in folders and subfolders.. what would be the code for that?
@qvenmisakais
@qvenmisakais 5 ай бұрын
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?
@taison0072
@taison0072 7 ай бұрын
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
@geojames4236
@geojames4236 Жыл бұрын
Awesome video... can you pls suggest any model for querying the Portuguese PDF document ?
@FootyFunniesSS
@FootyFunniesSS Жыл бұрын
Great work man.. this really helps
@AIAnytime
@AIAnytime Жыл бұрын
Glad it helped
@FootyFunniesSS
@FootyFunniesSS Жыл бұрын
​@@AIAnytime getting error - ValueError: weight is on the meta device, we need a `value` to put in on cpu.
@vrynstudios
@vrynstudios 11 ай бұрын
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.
@roberty.agyekumaddo6071
@roberty.agyekumaddo6071 10 ай бұрын
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.
@saumyajaiswal6585
@saumyajaiswal6585 9 ай бұрын
Thank you for the awesome video. With the source citation does it also give images from the pdf in the answer?
@mainakmukhrjee6328
@mainakmukhrjee6328 11 ай бұрын
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
@lytcode404
@lytcode404 Ай бұрын
Create virtual environment and install it over their
@mainakmukhrjee6328
@mainakmukhrjee6328 Ай бұрын
@@lytcode404 yeah I had solved it like that
@dchuguashvili
@dchuguashvili Жыл бұрын
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 11 ай бұрын
hi, do you get any idea about that, i hope you will answer it
@shivamthaman7081
@shivamthaman7081 7 ай бұрын
Please consider investing in a microphone thst will enhance the quality of audio in the videos
@AIAnytime
@AIAnytime 7 ай бұрын
Sure sir
@otimistarj
@otimistarj Ай бұрын
ImportError: Using `low_cpu_mem_usage=True` or a `device_map` requires Accelerate: `pip install accelerate`
@rrxn
@rrxn 2 ай бұрын
ERROR: Ignored the following versions that require a different python version: 0.55.2 Requires-Python
@jilanikashif
@jilanikashif Жыл бұрын
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 Жыл бұрын
I have an app where i have containerised the app. Plz watch those 2 videos as well.
@jilanikashif
@jilanikashif Жыл бұрын
@@AIAnytime Could you please share the link. Thanks for quick reply
@BharatVarsh47
@BharatVarsh47 11 ай бұрын
can u share link please? @@AIAnytime
@avijit_barua
@avijit_barua Жыл бұрын
Too much great working
@shabbiransari7584
@shabbiransari7584 22 күн бұрын
Can you make a video on how to download the model?
@MikelBaghdasarian
@MikelBaghdasarian Жыл бұрын
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 Жыл бұрын
Cool idea! Maybe I can see if I can create a video soon.
@MikelBaghdasarian
@MikelBaghdasarian Жыл бұрын
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
@madhupatel6707
@madhupatel6707 Жыл бұрын
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 Жыл бұрын
How can I help you? My credentials are on about channel or on KZbin banner.
@mlloving
@mlloving 10 ай бұрын
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 10 ай бұрын
It's on my GitHub. Please check the repositories.
@sandedom339
@sandedom339 Жыл бұрын
Very nice! can you load multiple PDF files for Q&A?
@AIAnytime
@AIAnytime Жыл бұрын
Yes of course! Make sure your machine has enough compute power for inference. You can invest multiple files to create embeddings on any machine.
@SreehariR-u8v
@SreehariR-u8v Ай бұрын
Please help. Tried your method but getting the following error: Uncaught app exception Traceback (most recent call last): File "C:\Users\Ahead06\Documents\Chatbot\CHATBOT3\lib\site-packages\streamlit untime\scriptrunner\exec_code.py", line 85, in exec_func_with_error_handling result = func() ;; NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty() instead of torch.nn.Module.to() when moving module from meta to a different device.
@keeperofthelight9681
@keeperofthelight9681 7 ай бұрын
Doesnt work getting crazzy error with embdeggins both with huggingfqce a d sentence transformer
@saynomore3704
@saynomore3704 2 ай бұрын
Yes I got the same error
@nandanhegde3444
@nandanhegde3444 Жыл бұрын
great video
@JahangeerRathore
@JahangeerRathore 11 ай бұрын
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...
@ROKKor-hs8tg
@ROKKor-hs8tg 9 ай бұрын
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?
@anannyachamat6366
@anannyachamat6366 6 ай бұрын
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.
@I3lor
@I3lor Жыл бұрын
great video, if i replace the checkpoint with any other model (eg. google/mt5), will the project still work as intended?
@AIAnytime
@AIAnytime Жыл бұрын
Yes, absolutely! It should work if you have a decent machine that can load the model in memory.
@I3lor
@I3lor Жыл бұрын
@@AIAnytime thank you, you have been very helpful
@anuyogesh8979
@anuyogesh8979 8 ай бұрын
I am getting this error - " AttributeError: 'Collection' object has no attribute '__pydantic_extra__' " why?
@raghu0770
@raghu0770 Жыл бұрын
Many people’s build like this but there is no solution to restrict the model to answer only for pdf files
@rahulsingh-jk9qs
@rahulsingh-jk9qs Ай бұрын
I was getting error on install of packages than i remove version and install its work on langchain_community but its not working Traceback (most recent call last): File "C:\xampp\htdocs\asktoai\ingest.py", line 6, in from constants import CHROMA_SETTINGS File "C:\xampp\htdocs\asktoai\constants.py", line 2, in import chromadb.config
@PavanKumar-yk5mq
@PavanKumar-yk5mq 8 ай бұрын
How to deploy this RAG model in aws. I mean what services we can use to deploy other than EC2?
@ABHINAYYADAV-j2h
@ABHINAYYADAV-j2h 9 ай бұрын
PLEASE TELL ME THE SYSTEM CONFUGURATION REQUIRED FOR THIS.... I HAVE DONE BUT SHOWING Load_weight proeblem
@John-jx4ho
@John-jx4ho Жыл бұрын
Awesome!
@AIAnytime
@AIAnytime Жыл бұрын
Thank you! Cheers!
@abhishekpasalkar6680
@abhishekpasalkar6680 10 ай бұрын
showing this error Even after updating chroma and also migrating it "ValueError: You are using a deprecated configuration of Chroma."
@ritamchatterjee8785
@ritamchatterjee8785 6 ай бұрын
ya getting the same error
@abhisycvirat
@abhisycvirat 6 ай бұрын
The kid smoking in the background distracted me 😂
@vivekpatel2736
@vivekpatel2736 3 ай бұрын
@AIAnytime can we get the images also from pdf in answer ?
@sarojapulipaka2972
@sarojapulipaka2972 3 ай бұрын
Can we also give large files as input file (1000 pages)
@mohitkapoor4374
@mohitkapoor4374 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@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?
@ashishanand4233
@ashishanand4233 4 ай бұрын
how to solve this AttributeError: 'Client' object has no attribute 'chroma_api_impl'?
@stephennfernandes
@stephennfernandes Жыл бұрын
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 Жыл бұрын
Hi Stephen, thanks for your comment. Maybe I can try doing that. But i feel there are many such videos available on KZbin. 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 Жыл бұрын
@@AIAnytime thanks a ton
@pratikchatterjee5992
@pratikchatterjee5992 Жыл бұрын
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 Жыл бұрын
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?
@truckfinanceaustralia1335
@truckfinanceaustralia1335 Жыл бұрын
great vid!
@AIAnytime
@AIAnytime Жыл бұрын
Thank you.
@dr.aravindacvnmamit3770
@dr.aravindacvnmamit3770 8 ай бұрын
ValueError: You are using a deprecated configuration of Chroma.
@samarth-joseph
@samarth-joseph 7 ай бұрын
Downgrade chromadb version pip uninstall chromadb pip install chromadb==0.3.29
@13WYZEN
@13WYZEN 11 ай бұрын
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
@yashsrivastava4878
@yashsrivastava4878 Жыл бұрын
could you please do a video on same LMQL,Langchain and Chainlit together which takes multiple files of different format please
@AIAnytime
@AIAnytime Жыл бұрын
Sure Yash. Soon. Thanks for the idea.
@yashsrivastava4878
@yashsrivastava4878 Жыл бұрын
@@AIAnytime thank you sir 😊
@yashsrivastava4878
@yashsrivastava4878 Жыл бұрын
​@@AIAnytime sir please make video on this as soon as you can 🙏
@AIAnytime
@AIAnytime Жыл бұрын
By Sunday. Currently in a family emergency. Apologies for the delay!
@yashsrivastava4878
@yashsrivastava4878 Жыл бұрын
@@AIAnytime ok sir 🙂
@deepudeepak1390
@deepudeepak1390 Жыл бұрын
Can i use falcon 40b in the place that llm u r using???
@AIAnytime
@AIAnytime Жыл бұрын
Ofcourse you can. Make sure you have enough compute power.
@pagadishyam7049
@pagadishyam7049 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@AIAnytime can i use old version of cromadb, will it work?
@pagadishyam7049
@pagadishyam7049 Жыл бұрын
@@AIAnytime downgrade the version of cromadb and pandas: chromadb==0.3.26 , pandas==2.0.3 it worked for me, hope this helps others.
@dingowhiz481
@dingowhiz481 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@AIAnytime I'm running Python 3.10.6 on Ubuntu 22.04.2
@DeviGoneMad
@DeviGoneMad 6 ай бұрын
can you mention the version of python you are using here?
@SabtainKhan-y7d
@SabtainKhan-y7d 10 ай бұрын
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 10 ай бұрын
Look at my latest video.... Using Zephyr and Mistral LLMs.
@rajesh1906
@rajesh1906 3 ай бұрын
can we run with 8gb RAM ?
@yanayana-cm5qg
@yanayana-cm5qg 3 ай бұрын
what python version are you using?
@Hope1GamingCSGODota2more
@Hope1GamingCSGODota2more 9 ай бұрын
what about supabase for vector store?
@AIAnytime
@AIAnytime 9 ай бұрын
That's a good choice.
@leehenriques6661
@leehenriques6661 6 ай бұрын
AttributeError: chroma_api_impl can you help me fix this please
@AkashSharma-i2h
@AkashSharma-i2h 5 ай бұрын
how can we do this with knowledge graph ?
@adityapatel_00
@adityapatel_00 9 ай бұрын
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 9 ай бұрын
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
@overrideguilarte
@overrideguilarte Жыл бұрын
Is there any model in Spanish similar to this one that can be integrated?
@AIAnytime
@AIAnytime Жыл бұрын
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 Жыл бұрын
@@AIAnytime thanks
@Rider-jn6zh
@Rider-jn6zh 6 ай бұрын
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
@mohlabo3917
@mohlabo3917 5 ай бұрын
hi cannot install chromadb --error failed
@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 3 ай бұрын
@@AIAnytime can you share the link of that chatbot video here please regarding with this.
@STACKCODE
@STACKCODE 7 ай бұрын
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 7 ай бұрын
resolve error
@leehenriques6661
@leehenriques6661 6 ай бұрын
@@STACKCODE Please tell me as well how did you do it i am facing the same error
@tapanpati9452
@tapanpati9452 11 ай бұрын
How to connect you?The whatsapp link does not working...
@mohamedkeddache4202
@mohamedkeddache4202 7 ай бұрын
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.
@saynomore3704
@saynomore3704 2 ай бұрын
Yes same, I'm unable to create the parquet files properly like he did, it's also asking me to use huggingfaceembeddings instead of sentences transformer embeddings. Someone please help out
@_yurisales
@_yurisales 5 ай бұрын
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?
@AbhinavKumar-tx5er
@AbhinavKumar-tx5er Ай бұрын
while loading 40 pdfs , were you getting the proper response from the model?
@JonathanLyon
@JonathanLyon 4 ай бұрын
are you available for hire?
@mort-ai
@mort-ai Жыл бұрын
does this work on any language?
@AIAnytime
@AIAnytime Жыл бұрын
Thanks for your comment! No it doesn't work for any language.
@AMITSINGH-hu4es
@AMITSINGH-hu4es 10 ай бұрын
PDF file of resume is not output.
@ehteshamnehal7024
@ehteshamnehal7024 Жыл бұрын
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 Жыл бұрын
Can you check if you are offloading some weights to CPU? You using cuda or cpu as device map? Or auto?
@ehteshamnehal7024
@ehteshamnehal7024 Жыл бұрын
@@AIAnytime I'm not off loading any weights to CPU. Also I'm using auto.
7 ай бұрын
Is it possible to change "all-MiniLM-L6-v2" per Watson LLM or any other paid LLM?
@AbhinavKumar-tx5er
@AbhinavKumar-tx5er Ай бұрын
yes
@foodfashionmasti8297
@foodfashionmasti8297 Жыл бұрын
Chroma db error your using a deprecated configuration of chromo, some migrate
@abhishekpasalkar6680
@abhishekpasalkar6680 10 ай бұрын
same error with me how come do you solve this
@mythzing7
@mythzing7 Жыл бұрын
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 Жыл бұрын
Are you running on CPU or CUDA?
@mythzing7
@mythzing7 Жыл бұрын
@@AIAnytime cpu
@talhaabdulqayyum193
@talhaabdulqayyum193 Жыл бұрын
I am getting this error NotImplementedError: Cannot copy out of meta tensor; no data! Any work arounds?
@rngwrngw6612
@rngwrngw6612 7 ай бұрын
Did you find a solution?
@Zaheer-r4k
@Zaheer-r4k Жыл бұрын
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 Жыл бұрын
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.
@083-cse-sameerkhan3
@083-cse-sameerkhan3 11 ай бұрын
sir will it work on 8GB RAM
@AIAnytime
@AIAnytime 11 ай бұрын
Difficult but it will for a few questions
@nandanhegde3444
@nandanhegde3444 Жыл бұрын
how much gb is LaMini file??
@nayankarpe4961
@nayankarpe4961 Жыл бұрын
Which extension are you using for auto completion of code??
@AIAnytime
@AIAnytime Жыл бұрын
Tabnine.
@nayankarpe4961
@nayankarpe4961 Жыл бұрын
@@AIAnytime Thank you ✌️
@MrTabishMehdi
@MrTabishMehdi Жыл бұрын
Can you please update the version of all libraries. I am getting error in Chromadb because of version. Kindly do the needful
@RameshPatil28592
@RameshPatil28592 6 ай бұрын
Hi did you update the libraries and resolved chromadb error?
@deepak1291
@deepak1291 8 ай бұрын
have anyone ran it with 8GB RAM (CPU) windows laptop?
@manofsteel6173
@manofsteel6173 4 ай бұрын
where is code link??
@epictetus__
@epictetus__ 11 ай бұрын
Bookmark: 21:00
@bhautikin
@bhautikin Жыл бұрын
Does it means I only add data into the vectordb for new PDF, and no need to train again?
@AIAnytime
@AIAnytime Жыл бұрын
You have to create embeddings for the new files.
@bhautikin
@bhautikin Жыл бұрын
@AIAnytime got it. Thanks
@ABHINAYYADAV-j2h
@ABHINAYYADAV-j2h 10 ай бұрын
giving error ModuleNotFoundError: No module named 'pandas.core.arrays.arrow.dtype' please correct this code in ingest.py file please hlp
@rngwrngw6612
@rngwrngw6612 7 ай бұрын
Did you find a solution?
@tech4tomorrow
@tech4tomorrow 7 ай бұрын
Yes I got it..
@SpoortiSpoorti-p8e
@SpoortiSpoorti-p8e 2 ай бұрын
Where it is code???
Стойкость Фёдора поразила всех!
00:58
МИНУС БАЛЛ
Рет қаралды 5 МЛН
Minecraft Creeper Family is back! #minecraft #funny #memes
00:26
Стойкость Фёдора поразила всех!
00:58
МИНУС БАЛЛ
Рет қаралды 5 МЛН