patterns-ai-core / weaviate-ruby

Ruby wrapper for the Weaviate vector search database API
https://rubydoc.info/gems/weaviate-ruby
MIT License
47 stars 16 forks source link

Support for Multi-Tenancy (available in Weaviate 1.20) #28

Closed obie closed 1 year ago

obie commented 1 year ago

As described in https://weaviate.io/developers/weaviate/manage-data/multi-tenancy and elsewhere.

I took a stab at adding support in my fork yesterday, but it was way more difficult than I expected and I ran into some puzzling errors with queries. I don't think I have the bandwidth to get it done myself.