GitHub
GitHub is a developer platform that allows developers to create, store, manage and share their code. It uses
Git
software, providing the distributed version control of Git plus access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project.
Installation and Setupβ
To access the GitHub API, you need a personal access token.
Document Loaderβ
There are two document loaders available for GitHub.
See a usage example.
from langchain_community.document_loaders import GitHubIssuesLoader
from langchain.document_loaders import GithubFileLoader