Metadata-Version: 2.1
Name: langchain-kdbai
Version: 0.1.0
Summary: Integration package connecting KDBAI and Langchain
License: MIT
Author: KX AI Team
Author-email: ai@kx.com
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: kdbai-client (>=1.4.0,<2.0.0)
Requires-Dist: langchain (>=0.3.12,<0.4.0)
Requires-Dist: langchain-core (>=0.3.25,<0.4.0)
Requires-Dist: packaging (>=24.2,<25.0)
Requires-Dist: pandas (>=2.1.4,<3.0.0)
Requires-Dist: pykx (>=2.1.1,<3.0.0)
Description-Content-Type: text/markdown

# 🦜️🔗 LangChain KDBAI

This is a repo containing integrations between KDBAI and LangChainAI.

It contains the following package.

- `langchain-kdbai`

**Note**: This repository replaces all KDBAI integrations currently present in the `langchain-community` package. Users are encouraged to migrate to this repository as soon as possible.

## Features

### LangChain

- Vector store
    -[KDBAI](https://python.langchain.com/docs/integrations/vectorstores/kdbai/)

## Installation

You can install the `langchain-kdbai` package from PyPI.

```bash
pip install langchain-kdbai
```

## Usage

For more detailed usage examples and documentation, please refer to the [LangChain documentation]

## License

This project is licensed under the [MIT License](LICENSE).

