weaviate-python-client
weaviate-python-client copied to clipboard
Create tenant by passing the name string
trafficstars
It would be nice if we could shorten the code required to create a tenant. Like this:
papers.tenants.create("ten-name")
papers.tenants.create([
"ten-name",
"nine-name"
])
We have implicit tenant creation on the backlog as well, where you don't have to create tenants up-front
Implemented in https://github.com/weaviate/weaviate-python-client/pull/973