Find answers from the community

Updated last year

Docs reader

Hello everyone, I have problems with the code below to teach chatGPT using the llamaindex library with googledocs documents. Does anyone have an idea where I'm going wrong?
Attachments
image.png
image.png
image.png
L
J
6 comments
I think you have an older cached version of the loader

can you try download_loader(..., refresh_cache=True) ?
Hi Logan thanks for your support.
I still haven't been able to resolve the issue and move forward with running the code.

If you know or have access to similar code that achieves the same results to point it out to me and I can review it here, I would be very grateful.
Did the refresh cache not work? The error is because the llama-hub code is outdated (but has since been updated)
But also, that reader is also built into llama-index, no need to use download_loader
from llama_index.readers import GoogleDocsReader
Good night Logan.

Man I'm so happy. 😊
With your tips and referring to the LlamaIndex documentation, I was able to run the code and teach the LLM with private data hosted on GoogleDocs.

I'm just getting started...

Please continue to be as patient and attentive as you have been with me. Thank you very much.
Add a reply
Sign up and join the conversation on Discord