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.1.0.tar.gz
(2.1 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.1.0.tar.gz.
File metadata
- Download URL: redcheck-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b06be643b673617155964aff5e3556209087e1e36ff2a11d33f97d4b0dc35ba
|
|
| MD5 |
2b4b12a0e9ab43608afc477600216071
|
|
| BLAKE2b-256 |
0f96e8eaf7509650d10582db2141d6284aa2e70a9ad194f877d77d73bb91609d
|
File details
Details for the file redcheck-0.1.0-py3-none-any.whl.
File metadata
- Download URL: redcheck-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 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 |
799f56b72003be51f911aa13eb4004f98335711d1d7caca9714a609e51550e86
|
|
| MD5 |
4e695745d7cb00d28a83c77f5e71c10c
|
|
| BLAKE2b-256 |
358828fb37e422eaf70b4480b8c0cc2d844b17534a516ae120b6f59835d46c5e
|