Metadata-Version: 2.3
Name: langchain-db2
Version: 0.1.2
Summary: An integration package connecting Db2 vector store and 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
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: ibm-db (>=3.2.6,<4.0.0)
Requires-Dist: langchain-community (>=0.3.20,<0.4.0)
Requires-Dist: langchain-core (>=0.3.15,<0.4.0)
Requires-Dist: sentence-transformers (>=4.0.1,<5.0.0)
Project-URL: Repository, https://github.com/langchain-ai/langchain-ibm
Project-URL: Source Code, https://github.com/langchain-ai/langchain-ibm/tree/main/libs/langchain-db2
Description-Content-Type: text/markdown

# langchain-db2

This package contains the LangChain integration with the connector to Db2 vector store. This will allow user to leverage the vector store and vector search ablility of the IBM Db2 relational datebase.

## Installation

```bash
pip install -U langchain-db2
```

See more details of how to use it in the Jupyter Notebook: langchain-db2/docs/db2.ipynb


