Files
Lance Martin 66848871fc Multi-modal RAG template (#14186)
* OpenCLIP embeddings
* GPT-4V

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
2023-12-05 13:36:38 -08:00

4 lines
68 B
Python

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