hi @omarsinno !!
Welcome to our community!
We do have multi tenancy support in Weaviate. Check here the docs:
for instance, the code example:
db_with_mt = WeaviateVectorStore.from_documents(
docs, embeddings, client=weaviate_client, tenant="Foo"
)
Let me know if that helps!
Thanks!