class GithubRepoLoaderThe API endpoint URL of the GitHub instance. To be used when you are not targeting github.com, e.g. a GitHub Enterprise instance.
The base URL of the GitHub instance. To be used when you are not targeting github.com, e.g. a GitHub Enterprise instance.
The maximum number of concurrent calls that can be made. Defaults to 2.
The maximum number of retries that can be made for a single call, with an exponential backoff between each attempt. Defaults to 2.
Set to true to recursively process submodules. Is only effective, when recursive=true.
A class that extends the BaseDocumentLoader and implements the GithubRepoLoaderParams interface. It represents a document loader for loading files from a GitHub repository.