qdrant-haystack


Nameqdrant-haystack JSON
Version 9.0.0 PyPI version JSON
download
home_pageNone
SummaryAn integration of Qdrant ANN vector database backend with Haystack
upload_time2025-03-11 16:31:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements hatch
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # qdrant-haystack

[![PyPI - Version](https://img.shields.io/pypi/v/qdrant-haystack.svg)](https://pypi.org/project/qdrant-haystack)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qdrant-haystack.svg)](https://pypi.org/project/qdrant-haystack)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install qdrant-haystack
```

## Testing
The test suites use Qdrant's in-memory instance. No additional steps required.

```console
hatch run test
```

## License

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "qdrant-haystack",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Kacper \u0141ukawski <kacper.lukawski@qdrant.com>, Anush Shetty <anush.shetty@qdrant.com>",
    "download_url": "https://files.pythonhosted.org/packages/6e/b4/b165f7c822837fd45ad924bd2097f81e2e45c255f328651351698b8d4628/qdrant_haystack-9.0.0.tar.gz",
    "platform": null,
    "description": "# qdrant-haystack\n\n[![PyPI - Version](https://img.shields.io/pypi/v/qdrant-haystack.svg)](https://pypi.org/project/qdrant-haystack)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qdrant-haystack.svg)](https://pypi.org/project/qdrant-haystack)\n\n-----\n\n**Table of Contents**\n\n- [Installation](#installation)\n- [License](#license)\n\n## Installation\n\n```console\npip install qdrant-haystack\n```\n\n## Testing\nThe test suites use Qdrant's in-memory instance. No additional steps required.\n\n```console\nhatch run test\n```\n\n## License\n\n`qdrant-haystack` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An integration of Qdrant ANN vector database backend with Haystack",
    "version": "9.0.0",
    "project_urls": {
        "Documentation": "https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/qdrant/README.md",
        "Issues": "https://github.com/deepset-ai/haystack-core-integrations/issues",
        "Source": "https://github.com/deepset-ai/haystack-core-integrations"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6ee0be1457dbc252896ed1ed21c4f76549d7cb21f102e938f89b8ba3c0ac5e3",
                "md5": "fa78304760976fba02912d1588f55f36",
                "sha256": "3112759778b31a48869871f82595abcc97c982817d1e0f605024d5a2040a67ec"
            },
            "downloads": -1,
            "filename": "qdrant_haystack-9.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fa78304760976fba02912d1588f55f36",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 23367,
            "upload_time": "2025-03-11T16:31:34",
            "upload_time_iso_8601": "2025-03-11T16:31:34.752247Z",
            "url": "https://files.pythonhosted.org/packages/d6/ee/0be1457dbc252896ed1ed21c4f76549d7cb21f102e938f89b8ba3c0ac5e3/qdrant_haystack-9.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6eb4b165f7c822837fd45ad924bd2097f81e2e45c255f328651351698b8d4628",
                "md5": "96c6574b40a6923926b402e14b38210d",
                "sha256": "f9c9a9cb0a82ce4a61cd57eefe67172d246da1325c3aa994bdf3e8e7a3c0a1f2"
            },
            "downloads": -1,
            "filename": "qdrant_haystack-9.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "96c6574b40a6923926b402e14b38210d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 30168,
            "upload_time": "2025-03-11T16:31:35",
            "upload_time_iso_8601": "2025-03-11T16:31:35.883772Z",
            "url": "https://files.pythonhosted.org/packages/6e/b4/b165f7c822837fd45ad924bd2097f81e2e45c255f328651351698b8d4628/qdrant_haystack-9.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-11 16:31:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "deepset-ai",
    "github_project": "haystack-core-integrations",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "hatch",
            "specs": []
        }
    ],
    "lcname": "qdrant-haystack"
}
        
Elapsed time: 1.02635s