Metadata-Version: 2.1
Name: openinference-instrumentation-langchain
Version: 0.1.8
Summary: OpenInference LangChain Instrumentation
Project-URL: Homepage, https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-langchain
Author-email: OpenInference Authors <oss@arize.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <3.12,>=3.8
Requires-Dist: openinference-semantic-conventions>=0.1.3
Requires-Dist: opentelemetry-api
Requires-Dist: opentelemetry-instrumentation
Requires-Dist: opentelemetry-semantic-conventions
Provides-Extra: instruments
Requires-Dist: langchain-core>=0.1.0; extra == 'instruments'
Provides-Extra: test
Requires-Dist: langchain-community==0.0.10; extra == 'test'
Requires-Dist: langchain-core==0.1.8; extra == 'test'
Requires-Dist: langchain-openai==0.0.2; extra == 'test'
Requires-Dist: langchain==0.1.0; extra == 'test'
Requires-Dist: opentelemetry-sdk; extra == 'test'
Requires-Dist: respx; extra == 'test'
Provides-Extra: type-check
Requires-Dist: langchain-core==0.1.0; extra == 'type-check'
Description-Content-Type: text/x-rst

OpenInference LangChain Instrumentation
=============================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/openinference-instrumentation-langchain.svg
   :target: https://pypi.org/project/openinference-instrumentation-langchain/

Installation
------------

::

    pip install openinference-instrumentation-langchain
