ssbushi

Results 21 issues of ssbushi

**Describe the bug** Trying to run the `rag` testapp as ESM module is throwing an error related to dotprompt ``` /usr/local/google/home/ssbushi/OpenSource/genkit/js/core/lib/action.js:156 throw new Error( ^ Error: Unable to find plugin...

bug
js

**Is your feature request related to a problem? Please describe.** Firestore retriever does not support using a similarity threshold (instead of `k`) when retrieving documents. **Describe the solution you'd like**...

feature
js

**Describe the bug** Actions page does no load, without gcloud auth credentials. Error in the reflection API: ``` Error: 2 UNKNOWN: Getting metadata from plugin failed with error: {"error":"invalid_grant","error_description":"reauth related...

bug
js

Tooling part of https://github.com/firebase/genkit/issues/1642 Checklist (if applicable): - [x] PR title is following https://www.conventionalcommits.org/en/v1.0.0/ - [x] Tested (manually, unit tested, etc.)

js
tooling
config

## Overview Support comparing evaluation runs. Only runs on the same datasetId and version are comparable. ### Designs Selection: ![Image](https://github.com/user-attachments/assets/75ada3e2-eb65-4597-a433-688cb7a1ad26) Side-by-side view ![Image](https://github.com/user-attachments/assets/88c87a97-0a10-4563-a6ad-c34467992031) ### Note These designs are not final....

devui
process

**Is your feature request related to a problem? Please describe.** Current eval run results do not contain aggregated metrics **Describe the solution you'd like** Design and implement summary metrics for...

tooling
evals

After #2444 is fixed, update retriever runner to not default to ANY JSON schema for custom config. Context: https://github.com/FirebasePrivate/genkit-ui/pull/1325#discussion_r2017430698

devui