I have a question regarding the use of a
global lock in this
llama-index guide to support concurrent reads/writes. Does using llama-index's wrappers for remote vector DBs actually require locking? or is this used in the example only because of the use of SimpleDirectoryReader as the vector store?