How can I use Weaviate with a TensorFlow model?

How can I tell Weaviate to use a TensorFlow model from TensorFlow Hub as a vectorizer?

Hi!

I believe that you can just create your class without any vectorizer, and pass your vectors while adding your objects.

Bear in mind that by default weaviate may set your vectorizer as the one defined in our cluster configuration. So you must intentionally set it to null while creating your class beforehand.

I have never done this, to be honest, but that’s what I would try :sweat_smile:

Let me know if this helps.

Thanks!