Experimental extensions for Ragas
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ragas_experimental-0.3.1.tar.gz
(91.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ragas_experimental-0.3.1.tar.gz.
File metadata
- Download URL: ragas_experimental-0.3.1.tar.gz
- Upload date:
- Size: 91.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2c71694d62445f8b3bf8f6c068362418b3895e19022fa6f6f880e9f06c0447e
|
|
| MD5 |
c9bd151009c12edb0ab08ea0359e20cc
|
|
| BLAKE2b-256 |
1261f192597d986064331b6df8f650d97cf3c50d19425bba19a744e7f35d1977
|
File details
Details for the file ragas_experimental-0.3.1-py3-none-any.whl.
File metadata
- Download URL: ragas_experimental-0.3.1-py3-none-any.whl
- Upload date:
- Size: 90.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d70db68c2039713beb06c63e474284b49e6aa1d6c0005c1fe80f97a75400dd17
|
|
| MD5 |
827b86e0e1fdf73f4a2f77764a9bd1b8
|
|
| BLAKE2b-256 |
a8f7441689ba8089a4094d40abaa229e3486635d204b1aaf39a898174701fc2a
|