one thing what I like about this man is - he shows some background on each line / framework / library used to make people aware about all those nuances interactions b/w projects and researchers involved in it. love that
@israelazarkovitch58522 ай бұрын
Colpali is an excellent technique for English documents. When you try to use non-English documents, the retrieval doesn't work well because colapli uses the paligemma model which is a relatively small model trained mostly on an English data set
@engineerprompt2 ай бұрын
good point, but I think you can finetune the vision model for other languages. Qwen is probably a good option there as well. Will see if there are any resources available and will share.
@vardhan2542 ай бұрын
qwen 2 VL is good for indic languages atleast from what i have tested
@saranepalashok2 ай бұрын
Excellent. Exactly what I was looking for. A "fine-tuning" episode of such a VBRAG pipeline would be a great followup episode.
@engineerprompt2 ай бұрын
good idea, will look into it.
@frag_it2 ай бұрын
Can you make an end to end project where instead of an index we throw the embedding to a vectorstore like chromadb or pinecone or something would be amazing
@darpnproАй бұрын
Thank you for sharing this!
@manishsharma2211Ай бұрын
EXCELLENT VIDEO - THANK YOU
@kai_s19852 ай бұрын
Great work! Thanks! I wonder how it compares to vanilla RAG for text pdfs in terms of accuracy? Vanilla RAG suffers when the answer for the user question needs to be synthesized from different parts of the text. GraphRAG is good for those cases bit it is slow and expensive. Can this handle complex questions like those?
@LTBLTBLTBLTB2 ай бұрын
I tried to do this technique but with gemini-1.5-flash-exp-0827 and it works fine.
@wdonno2 ай бұрын
How do you "chunk" or parse sections out of longer documents? Or if we want to create a Knowledge graph? The ultimate analysis is done on an LLM, so we still have context length issues especially for local implementations. Can you extract the text itself for further processing?
@shobhitbishop2 ай бұрын
Will this work properly on pdf comprising detailed tabular information? And the hand drawn images?
@BACA012 ай бұрын
Very good content, thank you.
@engineerprompt2 ай бұрын
Glad you liked it!
@loicbaconnier91502 ай бұрын
Why do we need a large Vram GPU ? where for Colpali or VLM ?
@mrrohitjadhav470Ай бұрын
SAME QUESTION FROME ME
@IdPreferNot12 ай бұрын
Cool find in Claudette
@saeeds85113 күн бұрын
Would this approach work well with summarization with qwen2 vl 7b locally for technical papers with diagrams. Thank you.
@engineerprompt12 күн бұрын
Yes, checkout the localgpt-vision project that implements and end to end vision based RAG. kzbin.info/www/bejne/j4HWZZh9edV8j5Y
@Yes-lm9dq2 ай бұрын
Do you think one could use this and convert a pdf into a text file which can be used to generate a knowledge graph using Microsoft's GraphRAG?
@tecnom71332 ай бұрын
Thanks
@tecnom71332 ай бұрын
may be if you pass an Image URL instead of the Image bytes you will consume less input tokens so less Cost?
@absar662 ай бұрын
many thanks for this great video…I have a set of scanned pages saved as pdf. will this work?..thanks..
@engineerprompt2 ай бұрын
Yes, I think this approach will work on scanned pages as well.
@diego.castronuovoАй бұрын
What if the information to answer a question is in two consecutive pages, and only the first one is retrieved because the second only contains the continuation of the first. This is a real problem.
@engineerpromptАй бұрын
You can ask to retrieve multiple images/pages or can append the neighboring pages to your context. To make all this simple, I have put together an OSS, video coming soon: github.com/PromtEngineer/localGPT-Vision
@amortalbeing2 ай бұрын
thanks
@goran-ai2 ай бұрын
What is the best way to contact you for consulting with our dev company?
@RedCloudServices2 ай бұрын
I wonder if a VBRAG could perform math calculations extracted from an image table? 🤔 I suppose if the results are accurate they could then be passed to another agent capable of calculations on the result?
@engineerprompt2 ай бұрын
math might be a little hard but I think its worth trying.
@user-uk9ls2 ай бұрын
This does not run on local Nivida RTX 4x 16 RAM GPU ?
@engineerprompt2 ай бұрын
I think that will be able to run the pipeline.
@neatpaul2 ай бұрын
But this works only for pdf, what about docx, pptx, epub files? I want to work multimodal on those files too.
@fra48972 ай бұрын
it works with whatever that can be converted to image, so everything
@ayanshproplayer55592 ай бұрын
Offline work???
@engineerprompt2 ай бұрын
if you watch the video, you will know the answer :)
@kareemyoussef23042 ай бұрын
None of these solutions are open source..even in your other videos. I think the video you have that uses marker is the only one