Spaces:
Running
on
Zero
Running
on
Zero
A newer version of the Gradio SDK is available:
5.20.1
metadata
title: Multimodal RAG with Granite Vision
short_description: RAG example using Granite [vision, embedding, instruct]
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 5.16.1
app_file: src/rag_app.py
pinned: false
license: apache-2.0
Granite Vision Demos
Install
(copied from DEVELOP.md)
# add the poetry shell and export plugins (you only need to do this once on your machine)
poetry self add poetry-plugin-shell
poetry self add poetry-plugin-export
# create and activate a python virtual environment
poetry shell
poetry install
Run Demos
RAG
Run with lazy loading models:
LAZY_LOADING=true gradio src/rag_app.py
QA
gradio src/qa_app.py