Ask a question to get started
Enter to sendā¢Shift+Enter new line
Call out to Jina's image embedding endpoint. Args: uris: The list of uris to embed. Returns: List of embeddings, one for each text.
embed_images( self, uris: List[str], ) -> List[List[float]]