mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
320c3ae4c8
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"]
|