run-llama / llama-hub

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
https://llamahub.ai/
MIT License
3.42k stars 727 forks source link

[Feature Request]: Add retries argument to github reader #953

Open rwood-97 opened 4 months ago

rwood-97 commented 4 months ago

Feature Description

We would like to add the option to specify number of retries in the github reader as per https://www.python-httpx.org/advanced/#custom-transports.

Reason

This relates to #846 where we are getting a ConnectTimeout error.

Value of Feature

More customisable :)