Thank you Siddardhan, finally i am able to replicate your code and chat with Pdf web interface realised. Thank you for this wornderfull videos. Keep going!
Master, your tutorial is wonderful. I would like to kindly request that you create a tutorial with RAG, Langchain, and Llama that can consume RAG from links, documents, and other information sources. I greatly appreciate your sharing of knowledge.
Hi, one question that I want to ask. Can I run it locally in my CPU cause the system I sue is intel core i7 but I am making an AI which does visuals and diagrams using Groq API and right now facing issue for pdf since it would be hard to process. Appreciate any advice
Yes, you can. But running streamlit may not be an ideal option. Nevertheless I made a video a while back to deploy streamlit app on colab. You can try that
Hi Siddardhan, I'm getting this error while uploading the pdf file to chat bot Error: " PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?. Could you please try to resolve this issue ?
i am getting the error "RuntimeError: Could not get the OCRAgent instance. Please check the OCR package and the OCR_AGENT environment variable." after uploading the pdf. Please Help.
install pip install pytesseract and if that failed modify this function loader = UnstructuredPDFLoader( file_path, strategy="fast", # This minimizes OCR usage # Optionally add this to completely skip OCR ocr_mode="none" ) under the load_document
Thank you Siddardhan, finally i am able to replicate your code and chat with Pdf web interface realised. Thank you for this wornderfull videos. Keep going!
Master, your tutorial is wonderful. I would like to kindly request that you create a tutorial with RAG, Langchain, and Llama that can consume RAG from links, documents, and other information sources. I greatly appreciate your sharing of knowledge.
Sir this tutorial is amazing . Please do a video on creating a chatbot with fine tuning a model for real time
Thank you for this tutorial. Please make another that uses voice mode, like ChatGPT.
Hi Sid... Can we extend this to multiple documents ? and also multiple type of docs like PDF , CSV , TXT, DOC ?
The is real treasure! Thank you
is there anyway by which the user doesn't have to upload the documents but are preloaded?
looking for the same .. @Sridharan could you please shed some light on this?
Hi can you do a video on how to create a data analysis chatbot for custom data base on streamlit?
Hi Siddhardhan, Can you provide example of csv structured data with neo4j and RAG
Hi, one question that I want to ask. Can I run it locally in my CPU cause the system I sue is intel core i7 but I am making an AI which does visuals and diagrams using Groq API and right now facing issue for pdf since it would be hard to process. Appreciate any advice
Facing this issue DLL load failed while importing onnx_cpp2py_export: A dynamic link library (DLL) initialization routine failed.
can you tell how to stream the output ?
Thanks for this video. Please can I use Colab instead of Pycharm
Yes, you can. But running streamlit may not be an ideal option. Nevertheless I made a video a while back to deploy streamlit app on colab. You can try that
@@Siddhardhan Thank you very much
There are lot of libraries that is not mentioned in the requirements.txt , like unstructured, pdfminer..
were you able to install poppler?
People who follow this on Windows could run into incompetibile dependency issues
Hi! Can you elaborate the error?
Hi Siddardhan, I'm getting this error while uploading the pdf file to chat bot
Error: " PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?.
Could you please try to resolve this issue ?
Hi Sir, The code in the drive is not the same as in the video? Can u please update
Hi! updated the link
Sir present iam studying btech 2nd year so now what I learn sir full stack vs ai/ml
i am getting the error "RuntimeError: Could not get the OCRAgent instance. Please check the OCR package and the OCR_AGENT environment variable." after uploading the pdf. Please Help.
install pip install pytesseract and if that failed modify this function loader = UnstructuredPDFLoader(
file_path,
strategy="fast", # This minimizes OCR usage
# Optionally add this to completely skip OCR
ocr_mode="none"
) under the load_document
Sir , There are any free API keys used for development of chatbot
Hi! Yes, groq gas free tier. You can try that
@@Siddhardhan do we have any llms that can run locally and provide safety and security to my data?
Sir please do python full course
Sure