Migrate to Fumadocs from Astro Starlight#312
Open
cantemizyurek wants to merge 106 commits intomattpocock:v1from
Open
Migrate to Fumadocs from Astro Starlight#312cantemizyurek wants to merge 106 commits intomattpocock:v1from
cantemizyurek wants to merge 106 commits intomattpocock:v1from
Conversation
- Remove unused DB_LOCATION import from test-utils.ts - Replace FILES_LOCATION import with local constant in files.test.ts Co-authored-by: Matt Pocock <mattpocock@users.noreply.github.com>
- Add dotenv as a dependency - Create env-setup-file module that imports dotenv/config - Export env-setup-file as 'evalite/env-setup-file' - Automatically prepend env-setup-file to setupFiles array - Update documentation to reflect automatic .env loading - Update example config to remove manual dotenv setup Fixes mattpocock#234 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Matt Pocock <mattpocock@users.noreply.github.com>
… precedence - Add loadVitestSetupFiles() to load setupFiles from vitest.config.ts - Merge setupFiles from both configs with evalite.config.ts taking precedence - Add tests for vitest.config.ts setupFiles support and precedence - setupFiles execution order: env-setup-file -> vitest -> evalite Co-authored-by: Matt Pocock <mattpocock@users.noreply.github.com>
- Export new `evalite/scorers` module with factory functions - Add `createLLMBasedScorer` for model-dependent scorers - Add `createEmbeddingBasedScorer` for embedding-dependent scorers - Introduce `EvaluationSample` type with query, contexts, and reference fields Part of mattpocock#250
- Added a new `faithfulness` scorer to evaluate model responses against retrieved contexts. - Introduced utility functions for scoring and context handling. - Updated `package.json` to include `zod` version 4.1.12 as a dependency. - Updated `pnpm-lock.yaml` to reflect changes in dependencies and versions. Part of mattpocock#250
- Introduced a new `answerSimilarity` scorer to assess the semantic similarity between a ground truth answer and a generated answer. - The scorer utilizes embedding models to compute cosine similarity and includes an optional threshold for binary output. - Updated the `scorers` module to export the new `answerSimilarity` scorer. Part of mattpocock#250
- Introduced a new `contextRecall` scorer to evaluate how much of a generated answer can be attributed to retrieved contexts. - Updated the `scorers` module to export the new `contextRecall` scorer. Part of mattpocock#250
…c and updating metadata format
…g based scorers, and context recall and faithfulness classifications
… namespace for better organization
…d Multi Turn Sample Type
…es and implementations
* Wrote the scorers docs * Removed all references to autoevals * Fixed CI * Updates * Docs updates and storage * Re-added redirects
|
|
@cantemizyurek is attempting to deploy a commit to the Skill Recordings Team on Vercel. A member of the Team first needs to authorize it. |
a4b4947 to
26e7f52
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.