Metadata-Version: 2.3
Name: langchain_plainid
Version: 0.1.2
Summary: PlainID LangChain library
Author: PlainID
Requires-Python: >=3.9,<=3.12
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: chromadb (>0.5.12,<0.7.0)
Requires-Dist: langchain-chroma (>=0.2.3)
Requires-Dist: langchain-community (>=0.3.23,<0.4.0)
Requires-Dist: langchain-core (>=0.3.58,<0.4.0)
Requires-Dist: langchain-ollama (>=0.3.2,<0.4.0)
Requires-Dist: onnxruntime (==1.19.0)
Requires-Dist: presidio-analyzer (>=2.2.358,<3.0.0)
Requires-Dist: presidio-anonymizer (>=2.2.358,<3.0.0)
Requires-Dist: transformers (>=4.51.3,<5.0.0)
Description-Content-Type: text/markdown

# langchain_plainid

PlainID for LangChain. Library which helps you to integrate PlainID with LangChain.

## Installation

```bash
pip install langchain_plainid
```

