Ragas Experimental
Usage
Installation
Install latest from the GitHub repository:
$ pip install git+https://github.com/explodinggradients/ragas_experimental.git
or from pypi
$ pip install ragas_experimental
Getting Started
First do signup to beta.app.ragas.io and
generate the App Token and put it in the as the env variable
RAGAS_APP_TOKEN.
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
in the App
from ragas_experimental import Project
project = Project.create("my-project")
project
Release files for ragas-experimental 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ragas_experimental-0.3.1.tar.gz | 91.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ragas_experimental-0.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 181.2 kB
Release files / ragas_experimental-0.3.1.tar.gz
| Download URL | ragas_experimental-0.3.1.tar.gz |
|---|---|
| Size | 91.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a2c71694d62445f8b3bf8f6c068362418b3895e19022fa6f6f880e9f06c0447e
|
|
BLAKE2b-256 checksum How to use checksums |
1261f192597d986064331b6df8f650d97cf3c50d19425bba19a744e7f35d1977
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Release files / ragas_experimental-0.3.1-py3-none-any.whl
| Download URL | ragas_experimental-0.3.1-py3-none-any.whl |
|---|---|
| Size | 90.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d70db68c2039713beb06c63e474284b49e6aa1d6c0005c1fe80f97a75400dd17
|
|
BLAKE2b-256 checksum How to use checksums |
a8f7441689ba8089a4094d40abaa229e3486635d204b1aaf39a898174701fc2a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|