Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

Installation and setup

First, you need to install GitPython python package.
pip install GitPython

Document loader

See a usage example.
from langchain_community.document_loaders import GitLoader