Runnning this code but getting this error, never encountered this before:
OSError: [Errno 98] Address already in use
Code:
from llama_index import download_loader
GoogleDocsReader = download_loader('GoogleDocsReader')
gdoc_ids = ['gdoc_id']
loader = GoogleDocsReader()
documents = loader.load_data(document_ids=gdoc_ids)
Add a reply
Sign up and join the conversation on Discord