Metadata-Version: 2.1
Name: langchain-db2
Version: 1.0.0
Summary: An integration package connecting Db2 vector store and LangChain
Author: IBM
License: MIT
Project-URL: Source Code, https://github.com/langchain-ai/langchain-ibm/tree/main/libs/langchain-db2
Project-URL: repository, https://github.com/langchain-ai/langchain-ibm
Requires-Python: <4.0,>=3.10
Requires-Dist: langchain-core<2.0.0,>=1.0.0
Requires-Dist: langchain-community<2.0.0,>=0.4.0
Requires-Dist: ibm-db<4.0.0,>=3.2.6
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)

