eval 0.0.3 copy "eval: ^0.0.3" to clipboard
eval: ^0.0.3 copied to clipboard

Pure Dart LLM evaluation helpers for tests, including judge-based matchers, RAG scoring, and statistics.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add eval

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  eval: ^0.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:eval/eval.dart';
2
likes
0
points
217
downloads

Publisher

verified publisherscalabs.de

Weekly Downloads

Pure Dart LLM evaluation helpers for tests, including judge-based matchers, RAG scoring, and statistics.

Homepage
Repository (GitHub)
View/report issues

Topics

#llm #evaluation #testing #ai #rag

License

unknown (license)

Dependencies

http, matcher, test, yaml

More

Packages that depend on eval