weaviate-python-client icon indicating copy to clipboard operation
weaviate-python-client copied to clipboard

Create tenant by passing the name string

Open sebawita opened this issue 1 year ago • 2 comments
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"
])

sebawita avatar Mar 12 '24 13:03 sebawita

We have implicit tenant creation on the backlog as well, where you don't have to create tenants up-front

byronvoorbach avatar Mar 12 '24 13:03 byronvoorbach

Implemented in https://github.com/weaviate/weaviate-python-client/pull/973

tsmith023 avatar Mar 22 '24 16:03 tsmith023