name: multimodal-rag-executor version: 0.1.0 description: > description: > Production-ready Jina Executor for multimodal RAG with research papers. Upload PDFs, extract text/images, analyze with BLIP vision AI, index with FAISS, and answer questions using FLAN-T5. 100% FREE models, no API costs required. Supports both local inference and optional HuggingFace API. keywords: - jina - rag - multimodal - pdf - faiss - research-papers - huggingface - free-ai - sentence-transformers - blip - flan-t5 - image-captioning - question-answering - vector-search author: name: Girinath V email: girinathv48@gmail.com license: MIT type: executor platform: python runtime: "python>=3.10" entrypoint: executor.py install: - pip install -r requirements.txt