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

Add retries arg to github reader #954

Closed rwood-97 closed 4 months ago

rwood-97 commented 4 months ago

Description

This implements #953

Type of Change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Suggested Checklist:

rwood-97 commented 4 months ago

Going to do this on llama-index repo

rwood-97 commented 4 months ago

I'm back here

jerryjliu commented 4 months ago

@rwood-97 was there an issue with porting the change over to the main llama-index repo? llama_hub as a repo is now deprecated

rwood-97 commented 4 months ago

Hey sorry, I ran out of time getting this done on Friday but have blocked off some time on Wednesday next week to do this plus migrate our repo to the new llama-index.

Part of the problem was that the github repo reader had lost some functionality in the llama_index repo vs llama_hub so I was going to tackle that but it looks like its been done already (thanks!): https://github.com/run-llama/llama_index/pull/10953 https://github.com/run-llama/llama_index/pull/10949

Hopefully this PR will now be simpler to transfer across, I'll close it when I've made the PR there just to keep track if thats okay.