-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Recipe for Multimodal RAG System with Reranking and Quantized Vision Language Model on Consumer GPU #241
Conversation
…ent_retrieval_and_reranker_and_vlms
…ent_retrieval_and_reranker_and_vlms
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
View / edit / reply to this conversation on ReviewNB stevhliu commented on 2024-12-02T21:30:20Z I think this might be a little clearer.
"...by integrating ColQwen2 for document retrieval, MonoQwen2-VL-v0.1 for reranking, and Qwen2-VL as the vision language model (VLM)." |
View / edit / reply to this conversation on ReviewNB stevhliu commented on 2024-12-02T21:30:20Z I think it would be nicer to link to https://huggingface.co/datasets/sergiopaniego/ourworldindata_example so users can preview some of the images they'll be using right from the browser |
View / edit / reply to this conversation on ReviewNB stevhliu commented on 2024-12-02T21:30:21Z Would be helpful to add a sentence explaining what Byaldi is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this was super cool to see!
@@ -27,6 +27,7 @@ Check out the recently added notebooks: | |||
- [Multimodal Retrieval-Augmented Generation (RAG) with Document Retrieval (ColPali) and Vision Language Models (VLMs)](multimodal_rag_using_document_retrieval_and_vlms) | |||
- [Fine-Tuning a Vision Language Model (Qwen2-VL-7B) with the Hugging Face Ecosystem (TRL)](fine_tuning_vlm_trl) | |||
- [Multi-agent RAG System 🤖🤝🤖](multiagent_rag_system) | |||
- [Multimodal RAG with ColQwen2, Reranker, and Quantized VLMs on Consumer GPUs](multimodal_rag_using_document_retrieval_and_reranker_and_vlms) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you don't mind, we could also edit index.md
to display only the last 5 recipes to avoid cluttering the main page.
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
…ent_retrieval_and_reranker_and_vlms
I've updated the recipe and |
What does this PR do?
Fixes #240
Who can review?
@merveenoyan and @stevhliu.