vector-db-benchmark


Namevector-db-benchmark JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/frozenparadox/vector_db_benchmark
SummaryBenchmarking tool for vector databases
upload_time2024-09-26 01:11:44
maintainerNone
docs_urlNone
authorSushant Lenka
requires_python>=3.6
licenseNone
keywords vector database benchmark milvus numpy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Vector DB Benchmark

`vector_db_benchmark` is a Python package that allows you to benchmark vector databases. It enables you to run benchmarks on different vector database implementations under identical conditions, ensuring replicable and fair comparisons.

## Features

- **Benchmark any vector database implementation** that provides the required methods.
- **Replicable benchmarking configurations** using a fixed random seed.
- **Supports both on-disk and in-memory vector databases**.
- **Generates metrics and graphs** for ingestion time, search times, and memory usage.
- **Easy to use** with simple API and command-line interface.

## Installation

Install the package using `pip`:

```bash
pip install vector_db_benchmark
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/frozenparadox/vector_db_benchmark",
    "name": "vector-db-benchmark",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "vector database benchmark milvus numpy",
    "author": "Sushant Lenka",
    "author_email": "frostbitecryengine300@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/28/0e/9980b7ff38d14f2dbc3366583ee237aedc5a6b24e95774b0282372a729b1/vector_db_benchmark-1.0.0.tar.gz",
    "platform": null,
    "description": "# Vector DB Benchmark\n\n`vector_db_benchmark` is a Python package that allows you to benchmark vector databases. It enables you to run benchmarks on different vector database implementations under identical conditions, ensuring replicable and fair comparisons.\n\n## Features\n\n- **Benchmark any vector database implementation** that provides the required methods.\n- **Replicable benchmarking configurations** using a fixed random seed.\n- **Supports both on-disk and in-memory vector databases**.\n- **Generates metrics and graphs** for ingestion time, search times, and memory usage.\n- **Easy to use** with simple API and command-line interface.\n\n## Installation\n\nInstall the package using `pip`:\n\n```bash\npip install vector_db_benchmark\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Benchmarking tool for vector databases",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/frozenparadox/vector_db_benchmark"
    },
    "split_keywords": [
        "vector",
        "database",
        "benchmark",
        "milvus",
        "numpy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "344a7a257fb81a164e95ef6090423ee3ac932b7b94106880b6ab08c5983d66cd",
                "md5": "1ae2e7a1a4e6becccc1966e53a43b7c8",
                "sha256": "e408c3508b1dfa4c2408ab86f02866459268e9ef00736053bd9295a8b440e622"
            },
            "downloads": -1,
            "filename": "vector_db_benchmark-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1ae2e7a1a4e6becccc1966e53a43b7c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5603,
            "upload_time": "2024-09-26T01:11:42",
            "upload_time_iso_8601": "2024-09-26T01:11:42.597223Z",
            "url": "https://files.pythonhosted.org/packages/34/4a/7a257fb81a164e95ef6090423ee3ac932b7b94106880b6ab08c5983d66cd/vector_db_benchmark-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "280e9980b7ff38d14f2dbc3366583ee237aedc5a6b24e95774b0282372a729b1",
                "md5": "769d12e05d518bba44868376668de530",
                "sha256": "7f51e509d355289a3c03fb61e3690908cf15eb218fc08b8c010659685cc647e5"
            },
            "downloads": -1,
            "filename": "vector_db_benchmark-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "769d12e05d518bba44868376668de530",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4937,
            "upload_time": "2024-09-26T01:11:44",
            "upload_time_iso_8601": "2024-09-26T01:11:44.012455Z",
            "url": "https://files.pythonhosted.org/packages/28/0e/9980b7ff38d14f2dbc3366583ee237aedc5a6b24e95774b0282372a729b1/vector_db_benchmark-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-26 01:11:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "frozenparadox",
    "github_project": "vector_db_benchmark",
    "github_not_found": true,
    "lcname": "vector-db-benchmark"
}
        
Elapsed time: 0.50760s