Skip to main content
Open on GitHub

Git

Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development.

安装与设置

首先,你需要安装 GitPython 个 Python 包。

pip install GitPython

文档加载器

查看一个 使用示例

from langchain_community.document_loaders import GitLoader
API 参考:GitLoader