Metadata-Version: 2.2
Name: ragas_annotator
Version: 0.0.2
Summary: Experimental Ragas Evaluation UI and Library
Home-page: https://github.com/explodinggradients/ragas_annotator
Author: jjmachan
Author-email: jamesjithin97@gmail.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: notion-client
Requires-Dist: fastcore
Requires-Dist: tqdm
Requires-Dist: langfuse
Requires-Dist: instructor
Requires-Dist: pydantic
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ragas_annotator


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

## Usage

### Installation

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

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

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

``` sh
$ pip install ragas_annotator
```

## Getting Started

First lets init a
[`Project`](https://explodinggradients.github.io/ragas_annotator/project/core.html#project)
from notion.
