From 173246b66fff2641d05e9d097c7e1099a9578476 Mon Sep 17 00:00:00 2001 From: atroyn Date: Tue, 7 Nov 2023 14:11:58 -0800 Subject: [PATCH] Add link to multi-modal colab --- docs/multi-modal.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/multi-modal.md b/docs/multi-modal.md index fc4a7a3..955af93 100644 --- a/docs/multi-modal.md +++ b/docs/multi-modal.md @@ -22,6 +22,8 @@ import TabItem from '@theme/TabItem'; Chroma supports multimodal collections, i.e. collections which can store, and can be queried by, multiple modalities of data. +Try it out in Colab: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/chroma-core/chroma/blob/main/examples/multimodal/multimodal_retrieval.ipynb) + ## Multi-modal Embedding Functions Chroma supports multi-modal embedding functions, which can be used to embed data from multiple modalities into a single embedding space.