Find answers from the community

Updated 8 months ago

Hey. Has anyone had any luck using

Hey. Has anyone had any luck using GoogleDriveReader? I have used it and it can access Doc docs but the PDF reader implementation doesn't seem to work for me. I'm thinking of combining the DriveReader with LlamaParse - anyone has any good ideas on this?
W
0
4 comments
GO ahead and give it a try. I'm sure you will find much better results using llamaparse!
I want to try it - but how would you implement llamaparse here? should I modify the google Drive reader library to use llamaparse, or should I try to pass document output from GoogleDriveReader into llamaparse?
Attachment
image.png
I think you can use the download_file method in GoogleDriveReader: https://github.com/run-llama/llama_index/blob/ac6ab9f6bb5826c95f34945c1d5d15f7b47b0d54/llama-index-integrations/readers/llama-index-readers-google/llama_index/readers/google/drive/base.py#L329

Download all the files and pass it to a simpleDirectoryReader using llamaparse
Add a reply
Sign up and join the conversation on Discord