This package contains the LangChain integrations for Docugami.
To install with pip:
pip install docugami-langchain
To install with poetry:
poetry add docugami-langchain
- To install with development and testing dependencies, install as
poetry install --with test,lint,typing,codespell
. - Add an API key:
- Ensure that you have a FIREWORKS_API_KEY set in your .env file.
- Ensure that you have OPENAI_API_KEY set in your .env file (platform.openai.com).
- To send traces to langsmith, add the following to your .env file:
- LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
- LANGCHAIN_API_KEY=... # get from LangSmith
- LANGCHAIN_PROJECT=alias-dev # change to your alias