qdrant-haystack


Nameqdrant-haystack JSON
Version 4.1.2 PyPI version JSON
download
home_pageNone
SummaryAn integration of Qdrant ANN vector database backend with Haystack
upload_time2024-07-15 16:31:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
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.8",
    "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/07/ba/4aa736918e8f1b8851042e9324c87fa65e5e80683643f02feb5db63a1327/qdrant_haystack-4.1.2.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": "4.1.2",
    "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": "44942193c23dae35b13ce318f04183f2728edc436666107a6c7d9c6949bc92b8",
                "md5": "c8f0a5bc3c1e444840b8042551f90e20",
                "sha256": "c244402a259dd9347da9484836dc69227ae0a4a811fce8fd5674cc5da376b869"
            },
            "downloads": -1,
            "filename": "qdrant_haystack-4.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c8f0a5bc3c1e444840b8042551f90e20",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22707,
            "upload_time": "2024-07-15T16:31:26",
            "upload_time_iso_8601": "2024-07-15T16:31:26.910811Z",
            "url": "https://files.pythonhosted.org/packages/44/94/2193c23dae35b13ce318f04183f2728edc436666107a6c7d9c6949bc92b8/qdrant_haystack-4.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "07ba4aa736918e8f1b8851042e9324c87fa65e5e80683643f02feb5db63a1327",
                "md5": "d4b40c9c46e72373ef55e9df5c02892d",
                "sha256": "c0df392a8e2af11b0280cf81838b58e8bb875606decdd644ab302cb371ffb3d9"
            },
            "downloads": -1,
            "filename": "qdrant_haystack-4.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d4b40c9c46e72373ef55e9df5c02892d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 29784,
            "upload_time": "2024-07-15T16:31:25",
            "upload_time_iso_8601": "2024-07-15T16:31:25.365912Z",
            "url": "https://files.pythonhosted.org/packages/07/ba/4aa736918e8f1b8851042e9324c87fa65e5e80683643f02feb5db63a1327/qdrant_haystack-4.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-15 16:31:25",
    "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: 0.26723s