Thanks! I am building a multi-tenant RAG application, in which users can upload their own documents.
Thanks! I am building a multi-tenant RAG application, in which users can upload their own documents. Is the better way to isolate these, a) hybird queries on some namespace property or b) separate indexes for each user? I imagine it would depend on the size of the indicies (aka the # of embeddings per user)? Do you expect the index limit will increase sufficiently to even make this possible?


