class GithubRepoLoaderThe async caller should be used by subclasses to make any async calls, which will thus benefit from the concurrency and retry logic.
The maximum number of concurrent calls that can be made.
Defaults to Infinity, which means no limit.
The maximum number of retries that can be made for a single call, with an exponential backoff between each attempt. Defaults to 6.
Set to true to recursively process submodules. Is only effective, when recursive=true.
Whether to print out response text.
A class that extends the BaseDocumentLoader and implements the GithubRepoLoaderParams interface. It represents a document loader for loading files from a GitHub repository.