Metadata-Version: 2.1
Name: langchain-opensearch
Version: 0.0.2
Summary: An integration package connecting Opensearch and LangChain
License: MIT
Author: 강재호
Author-email: greennuri@gmail.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
Requires-Dist: langchain-community (>=0.3.0,<0.4.0)
Requires-Dist: langchain-core (>=0.3.5,<0.4.0)
Requires-Dist: langchain-text-splitters (>=0.3.0,<0.4.0)
Requires-Dist: opensearch-py (>=2.7.0)
Requires-Dist: setuptools (>=75.1.0,<76.0.0)
Description-Content-Type: text/markdown

# langchain_opensearch

This repository contains 1 package with OpenSearch integrations with LangChain:

langchain-opensearch integrates Opensearch 

---

TODO 
1. OpensearchStore 구현
2. OpensearchRetriever 구현
3. 그외 langchain-elastic에서 제공하는 여러 기능 구현.

---
License
This project is developed by referencing the [langchain-elastic package](https://github.com/langchain-ai/langchain-elastic), which is licensed under the MIT License.
This project is also licensed under the MIT License - see the LICENSE file for details.

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.

