langchain/templates/rag-multi-modal-local/rag_multi_modal_local/__init__.py
Lance Martin 320c3ae4c8
templates: Add Ollama multi-modal templates (#14868)
Templates for [local multi-modal
LLMs](https://llava-vl.github.io/llava-interactive/) using -
* Image summaries
* Multi-modal embeddings

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
2023-12-20 15:28:53 -08:00

4 lines
67 B
Python

from rag_multi_modal_local.chain import chain
__all__ = ["chain"]