Metadata-Version: 2.1
Name: langchain-db2
Version: 0.1.6
Summary: An integration package connecting Db2 vector store and LangChain
Home-page: https://github.com/langchain-ai/langchain-ibm
License: MIT
Author: IBM
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: 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)
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 (This link will be updated https://github.com/langchain-ai/langchain-ibm/blob/756f43fe392f70f6c4b755d7966ea8ee1cc42759/libs/langchain-db2/docs/db2.ipynb)


