'_NamedVectors' has no attribute 'multi2vec_jinaai'

Description

I followed this documentation Multimodal Embeddings | Weaviate to use jinaa model (jina-embeddings-v3) to create images embeddings with WCS. But I end uo with the followinf error:

Configure.NamedVectors.multi2vec_jinaai(
AttributeError: type object ‘_NamedVectors’ has no attribute ‘multi2vec_jinaai’. Did you mean: ‘multi2vec_bind’?

So I’ll like to know how to use the jina-embeddings-v3 model.

hi @Tatali !!

What is the version of your client?

This can happen if you have an outdated client.