Metadata-Version: 2.5
Name: langchain-opensearch-py
Version: 0.0.1a0
Summary: Placeholder for the LangChain integration with OpenSearch (langchain-opensearch-py). Real integration is under active development.
Project-URL: Homepage, https://github.com/opensearch-project/langchain-opensearch-py
Project-URL: Repository, https://github.com/opensearch-project/langchain-opensearch-py
Project-URL: Issues, https://github.com/opensearch-project/langchain-opensearch-py/issues
Author-email: Rishabh Agrawal <hbtirishabh@gmail.com>
License: MIT
License-File: LICENSE
Keywords: langchain,llm,opensearch,retriever,vectorstore
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
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
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# langchain-opensearch-py

Placeholder package reserving the `langchain-opensearch-py` name on PyPI.

The full LangChain integration with OpenSearch is under active development
and will replace this placeholder in an upcoming release. The name
`langchain-opensearch` is already taken by an unrelated project, so this
package will be proposed as the canonical LangChain + OpenSearch
integration name.

## Status

Do not depend on this release for anything. It exports only a `__version__`
attribute and performs no functionality.

## Roadmap

- Vector store wrapper for OpenSearch (`OpenSearchVectorSearch`)
- Retriever implementations (kNN, hybrid, BM25)
- Documentation and examples aligned with LangChain conventions

## License

MIT
