RedCheck 🛡️
Lightweight evaluation engine for LLM outputs, hallucination detection, and relevance verification.
Installation
pip install redcheck
Quick Start
from redcheck import RedCheck
checker = RedCheck()
result = checker.evaluate_relevance(
prompt="How do I configure an SMTP server?",
response="You need a domain, DNS records, and an SMTP port."
)
print(result)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
redcheck-0.2.0.tar.gz
(3.8 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 redcheck-0.2.0.tar.gz.
File metadata
- Download URL: redcheck-0.2.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cae62137cf12add552f13e85da3a314e183255c3de8c2a79720ce67fab91cccd
|
|
| MD5 |
011b895bb6326945a1f3698d97e3680c
|
|
| BLAKE2b-256 |
028069a40f90784d968dd77b09f7668d4e4f812a5c340d859256ffa961005166
|
File details
Details for the file redcheck-0.2.0-py3-none-any.whl.
File metadata
- Download URL: redcheck-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7195fc0b7df93f419ad2805c4ef8f6dde28f41d913cd57d32731578d61cf0dad
|
|
| MD5 |
5ab8cc75c40fd67afc0dba7cf80dc950
|
|
| BLAKE2b-256 |
f6e7edae1def54fc2c503f1860aed2d28b36adfa7197606bff643a4462d0d4db
|