mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 02:03:44 +00:00
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>
4 lines
67 B
Python
4 lines
67 B
Python
from rag_multi_modal_local.chain import chain
|
|
|
|
__all__ = ["chain"]
|