ragas-experimental


Nameragas-experimental JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryExperimental extensions for Ragas
upload_time2025-07-17 05:32:53
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords jupyter notebook python evaluation llm ragas
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ragas Experimental


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/explodinggradients/ragas_experimental):

``` sh
$ pip install git+https://github.com/explodinggradients/ragas_experimental.git
```

or from [pypi](https://pypi.org/project/ragas_experimental/)

``` sh
$ pip install ragas_experimental
```

## Getting Started

First do signup to [beta.app.ragas.io](https://beta.app.ragas.io/) and
generate the App Token and put it in the as the env variable
`RAGAS_APP_TOKEN`.

``` python
import os
# ideally you load this from a .env file so as to not commit it to the repo
os.environ["RAGAS_APP_TOKEN"] = "api-key"
```

Now lets init a
[`Project`](https://explodinggradients.github.io/ragas_experimental/project/core.html#project)
in the App

``` python
from ragas_experimental import Project

project = Project.create("my-project")
project
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ragas-experimental",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "jupyter, notebook, python, evaluation, llm, ragas",
    "author": null,
    "author_email": "jjmachan <jithin@explodinggradients.com>, ikka <shahul@explodinggradients.com>",
    "download_url": "https://files.pythonhosted.org/packages/f9/76/ba8e1cc3982e299a64804940ffe4adf63a8080485807dab46c4917332b53/ragas_experimental-0.3.0.tar.gz",
    "platform": null,
    "description": "# Ragas Experimental\n\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n## Usage\n\n### Installation\n\nInstall latest from the GitHub\n[repository](https://github.com/explodinggradients/ragas_experimental):\n\n``` sh\n$ pip install git+https://github.com/explodinggradients/ragas_experimental.git\n```\n\nor from [pypi](https://pypi.org/project/ragas_experimental/)\n\n``` sh\n$ pip install ragas_experimental\n```\n\n## Getting Started\n\nFirst do signup to [beta.app.ragas.io](https://beta.app.ragas.io/) and\ngenerate the App Token and put it in the as the env variable\n`RAGAS_APP_TOKEN`.\n\n``` python\nimport os\n# ideally you load this from a .env file so as to not commit it to the repo\nos.environ[\"RAGAS_APP_TOKEN\"] = \"api-key\"\n```\n\nNow lets init a\n[`Project`](https://explodinggradients.github.io/ragas_experimental/project/core.html#project)\nin the App\n\n``` python\nfrom ragas_experimental import Project\n\nproject = Project.create(\"my-project\")\nproject\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Experimental extensions for Ragas",
    "version": "0.3.0",
    "project_urls": null,
    "split_keywords": [
        "jupyter",
        " notebook",
        " python",
        " evaluation",
        " llm",
        " ragas"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "237b4fe572fff021040cfdefcb9a4e07d8e028fee94c7de98459f7076d1391eb",
                "md5": "e3133e698668484619911b121613f519",
                "sha256": "4a5af24347eaa5bd97f7a63209bc24a04ce99808ee0c2334724098c2de98c61d"
            },
            "downloads": -1,
            "filename": "ragas_experimental-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e3133e698668484619911b121613f519",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 84886,
            "upload_time": "2025-07-17T05:32:52",
            "upload_time_iso_8601": "2025-07-17T05:32:52.075241Z",
            "url": "https://files.pythonhosted.org/packages/23/7b/4fe572fff021040cfdefcb9a4e07d8e028fee94c7de98459f7076d1391eb/ragas_experimental-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f976ba8e1cc3982e299a64804940ffe4adf63a8080485807dab46c4917332b53",
                "md5": "fd9c6d53d89549781d32cddd5a90a475",
                "sha256": "1790011787177b0b97b079a5aaffe2723b5b00c3ae68749d8d92d462a6989dbf"
            },
            "downloads": -1,
            "filename": "ragas_experimental-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fd9c6d53d89549781d32cddd5a90a475",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 79879,
            "upload_time": "2025-07-17T05:32:53",
            "upload_time_iso_8601": "2025-07-17T05:32:53.104487Z",
            "url": "https://files.pythonhosted.org/packages/f9/76/ba8e1cc3982e299a64804940ffe4adf63a8080485807dab46c4917332b53/ragas_experimental-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 05:32:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ragas-experimental"
}
        
Elapsed time: 0.88852s