You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/integrations/git.md

542 B

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.

Installation and Setup

First, you need to install GitPython python package.

pip install GitPython

Document Loader

See a usage example.

from langchain.document_loaders import GitLoader