Hey team - Is Llamaindex safe for multiprocessing for both ingestion and querying? I'm interested in using it in a scaled application to replace my custom RAG setup, but haven't been able to find a recent answer to this question online or in the discord history.
Thanks @Logan M Hmm. Putting it another way, is the system designed to work safely and effectively with multiprocessing-safe storage systems? In our use case, we need multiple workers for both ingestion and querying. When ingesting can multiple workers submit to a shared storage mechanism that's multiprocessing safe without crashing? And likewise when querying can multiple workers query shared storage mechanisms that are multiprocessing safe without crashing?