Metadata-Version: 2.1
Name: chroma-haystack
Version: 0.3.0
Project-URL: Documentation, https://github.com/masci/chroma-haystack#readme
Project-URL: Issues, https://github.com/masci/chroma-haystack/issues
Project-URL: Source, https://github.com/masci/chroma-haystack
Author-email: John Doe <jd@example.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: chromadb
Requires-Dist: haystack-ai
Description-Content-Type: text/markdown

# Chroma Document Store for Haystack

[![PyPI - Version](https://img.shields.io/pypi/v/chroma-haystack.svg)](https://pypi.org/project/chroma-haystack)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/chroma-haystack.svg)](https://pypi.org/project/chroma-haystack)
[![test](https://github.com/masci/chroma-haystack/actions/workflows/test.yml/badge.svg)](https://github.com/masci/chroma-haystack/actions/workflows/test.yml)

-----

**Table of Contents**

- [Chroma Document Store for Haystack](#chroma-document-store-for-haystack)
  - [Installation](#installation)
  - [License](#license)

## Installation

```console
pip install chroma-haystack
```

## License

`chroma-haystack` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.
