Hello , I am using the RemoteDepthReader with the use_gpt_import flag set as true, however i still get an error saying Invalid document type: <class 'llama_index.readers.schema.base.Document'>.
It seems like it still returns Documents using the llama_index base class which is causing an issue still I still use gpt_index.
Are the document loaders defaulting to llama_index now irrespective of the use_gpt_import flag?