Metadata-Version: 2.1
Name: docugami-langchain
Version: 0.0.8
Summary: An integration package connecting Docugami and LangChain
Home-page: https://github.com/docugami/docugami-langchain
License: MIT
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: dgml-utils (>=0.3.3)
Requires-Dist: langchain-community (>=0.0.36)
Requires-Dist: langchain-core (>=0.1.48)
Requires-Dist: langgraph (>=0.0.39)
Requires-Dist: openpyxl (>=3.1.2)
Requires-Dist: pandas (>=2.2.2)
Requires-Dist: python-dateutil (>=2.9.0)
Requires-Dist: pyyaml (>=6.0.1)
Requires-Dist: rerankers[all] (>=0.2.0)
Requires-Dist: sqlglot (>=23.12.2)
Requires-Dist: tabulate (>=0.9.0)
Requires-Dist: wordtodigits (>=1.0.2)
Project-URL: Repository, https://github.com/docugami/docugami-langchain
Project-URL: Source Code, https://github.com/docugami/docugami-langchain/tree/master
Description-Content-Type: text/markdown

# docugami-langchain

This package contains the LangChain integrations for Docugami.

## Installation

To install with pip:

`pip install docugami-langchain`

To install with poetry:

`poetry add docugami-langchain`

## Development and Testing

To install with development and testing dependencies, install as `poetry install --with test,lint,typing,codespell`.
