I would create two collections:
- your multi-tenant collection as you are using it right now
- a second collection
tenantInfo
where you store more info about the tenant- set the vectorizer to “none”
- add a property name, description etc
- when you want to get the extra info you can query the extra collection with a filter
name==your_tenant_name
don’t think there is currently a different way to do it