diff --git a/labs/vector-search-lab.ipynb b/labs/vector-search-lab.ipynb index abddc00..930dde4 100644 --- a/labs/vector-search-lab.ipynb +++ b/labs/vector-search-lab.ipynb @@ -165,7 +165,7 @@ "# Use the `multimodal_embed` method of the Voyage API with the following arguments to embed the image:\n", "# inputs: The image wrapped in a list of lists\n", "# model: `voyage-multimodal-3.5`\n", - "embedding = " + "embedding = vo.multimodal_embed(inputs=[[image]], model="voyage-multimodal-3.5")" ] }, {