Relative Content

Tag Archive for weaviate

Implementing Classification with Multi-Tenancy

Is it currently possible to utilize the classification endpoint alongside multi-tenancy in the latest version? I couldn’t find any documentation regarding this feature. it’s not implemented yet in v4.

classification and multi tenancy

I think there is no way to use the classification endpoint while at the same time having multiple tenancy. Nothing in the doc, given that its not implemented yet in v4. so you have to use v3. But still with the v3, there is no way to use run classification and having multiple tenants.

No module named ‘weaviate’

I have already using pip install weaviate-client, and I checked my python version is 3.10.5. docker has been running with the ‘weaviate’ and a text2vec transformer called ‘t2v-transformers’images
When I run the code below, it returned from weaviate import * ModuleNotFoundError: No module named 'weaviate'