How to use weaviate named vectors?
The example from the official documentation is as follows:
How to use weaviate named vectors?
The example from the official documentation is as follows:
Weaviate fetch failed on Embedded TypeScript
On the local embedded version of Weaviate, I keep getting a fetch failed error:
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'