ragbits-evaluate


Nameragbits-evaluate JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryEvaluation module for Ragbits components
upload_time2025-07-09 15:46:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords evaluation genai generative ai llms large language models rag retrieval augmented generation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ragbits Evaluate

Ragbits Evaluate is a package that contains tools for evaluating the performance of AI pipelines defined with Ragbits components. It also helps with automatically finding the best hyperparameter configurations for them.

## Installation

To install the Ragbits Evaluate package, run:

```sh
pip install ragbits-evaluate
```

<!--
TODO: Add a minimalistic example inspired by the Quickstart chapter on Ragbits Evaluate once it is ready.
-->

## Documentation
<!--
TODO:
* Add link to the Quickstart chapter on Ragbits Evaluate once it is ready.
* Add link to API Reference once classes from the Evaluate package are added to the API Reference.
-->
* [How-To Guides - Evaluate](https://ragbits.deepsense.ai/how-to/evaluate/optimize/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ragbits-evaluate",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "Evaluation, GenAI, Generative AI, LLMs, Large Language Models, RAG, Retrieval Augmented Generation",
    "author": null,
    "author_email": "\"deepsense.ai\" <ragbits@deepsense.ai>",
    "download_url": "https://files.pythonhosted.org/packages/81/0c/5d28e30c27c4cdb127642dd30fb56acfb6f183f292d80cc10ef41dc172fc/ragbits_evaluate-1.1.0.tar.gz",
    "platform": null,
    "description": "# Ragbits Evaluate\n\nRagbits Evaluate is a package that contains tools for evaluating the performance of AI pipelines defined with Ragbits components. It also helps with automatically finding the best hyperparameter configurations for them.\n\n## Installation\n\nTo install the Ragbits Evaluate package, run:\n\n```sh\npip install ragbits-evaluate\n```\n\n<!--\nTODO: Add a minimalistic example inspired by the Quickstart chapter on Ragbits Evaluate once it is ready.\n-->\n\n## Documentation\n<!--\nTODO:\n* Add link to the Quickstart chapter on Ragbits Evaluate once it is ready.\n* Add link to API Reference once classes from the Evaluate package are added to the API Reference.\n-->\n* [How-To Guides - Evaluate](https://ragbits.deepsense.ai/how-to/evaluate/optimize/)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Evaluation module for Ragbits components",
    "version": "1.1.0",
    "project_urls": {
        "Bug Reports": "https://github.com/deepsense-ai/ragbits/issues",
        "Documentation": "https://ragbits.deepsense.ai/",
        "Homepage": "https://github.com/deepsense-ai/ragbits",
        "Source": "https://github.com/deepsense-ai/ragbits"
    },
    "split_keywords": [
        "evaluation",
        " genai",
        " generative ai",
        " llms",
        " large language models",
        " rag",
        " retrieval augmented generation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "777241759101f8979dc218436bc2908635d861d01d5192d1080a7f0994352c78",
                "md5": "5ac7301a9fed97bcd72ba12b958f1b1b",
                "sha256": "6abe63a7964bc4a6b9b828e0580d91ad16e76413ce5fc8cbb19388c0564bbb34"
            },
            "downloads": -1,
            "filename": "ragbits_evaluate-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ac7301a9fed97bcd72ba12b958f1b1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 32788,
            "upload_time": "2025-07-09T15:46:06",
            "upload_time_iso_8601": "2025-07-09T15:46:06.289095Z",
            "url": "https://files.pythonhosted.org/packages/77/72/41759101f8979dc218436bc2908635d861d01d5192d1080a7f0994352c78/ragbits_evaluate-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "810c5d28e30c27c4cdb127642dd30fb56acfb6f183f292d80cc10ef41dc172fc",
                "md5": "6cf6c333812e89ecf7383b1e72af99f8",
                "sha256": "ce2abd9825a21914ce3bfc7ce8ff140ac17c7b11934f744e377ca81259509d41"
            },
            "downloads": -1,
            "filename": "ragbits_evaluate-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6cf6c333812e89ecf7383b1e72af99f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 23453,
            "upload_time": "2025-07-09T15:46:12",
            "upload_time_iso_8601": "2025-07-09T15:46:12.495182Z",
            "url": "https://files.pythonhosted.org/packages/81/0c/5d28e30c27c4cdb127642dd30fb56acfb6f183f292d80cc10ef41dc172fc/ragbits_evaluate-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-09 15:46:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "deepsense-ai",
    "github_project": "ragbits",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ragbits-evaluate"
}
        
Elapsed time: 1.63109s