Metadata-Version: 2.4
Name: llama-index-retrievers-opendma
Version: 0.1.0
Summary: LlamaIndex retrievers for OpenDMA - retrieve ECM content with LlamaIndex
Project-URL: Homepage, https://opendma.org
Project-URL: Repository, https://github.com/OpenDMA/llama-index-opendma.git
Project-URL: Documentation, https://github.com/OpenDMA/llama-index-opendma/tree/main/docs
Project-URL: Issues, https://github.com/OpenDMA/llama-index-opendma/issues
Author-email: Stefan Kopf <s.kopf@xaldon.de>
License-Expression: MIT
License-File: LICENSE
Keywords: document-management,ecm,llama-index,opendma,retrievers
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: <4,>=3.10
Requires-Dist: llama-index-core<0.15.0,>=0.14.0
Requires-Dist: llama-index-readers-opendma>=0.1.0.dev1
Description-Content-Type: text/markdown

# LlamaIndex Retrievers OpenDMA

LlamaIndex retriever integration for [OpenDMA](https://opendma.org/).

This package retrieves content from ECM and document management repositories
exposed through OpenDMA and returns LlamaIndex `NodeWithScore` objects.

## Installation

```bash
pip install llama-index-retrievers-opendma
```

## Documentation

- [Tutorials](https://github.com/OpenDMA/llama-index-opendma/tree/main/docs/tutorials/README.md)
- [Documentation](https://github.com/OpenDMA/llama-index-opendma/tree/main/docs/README.md)
- [Examples](https://github.com/OpenDMA/llama-index-opendma/tree/main/docs/examples/README.md)
