**Is your feature request related to a problem? Please describe.** In docarray v1, we support: ```python da = DocumentArray.from_files('imgs/*.jpg') ``` While it is missing in the current v2. Could be very useful for us to loading the documents from path.