Multi tenancy: I see 3 ways: 1). metadata 2). index_name (param for weaviate vectore store) 3). weaviate's multi-tenancy system. Which should I try to use? A little confused.
Interesting - so I should keep it all in the same "index_name" and use metadata then. I just assumed I'd have to search on metadata each time. I guess the idea is I keep the index "built" and do that search instead of rebuilding?