ssbushi

Results 16 comments of ssbushi

The issue is with the way dotprompt is compiled in ESM mode I believe (The sample installs the plugin correctly). Based on conversations with @pavelgj, a possible fix is to...

I cannot reproduce this bug: ![image](https://github.com/firebase/genkit/assets/66321939/7df5e4e7-45c9-4ff7-a992-3bdd49ef884d)

@mbleigh Yes, this is not natively supported in Firestore. Which means that this should be handled in the retriever definition after Firestore returns the appropriate documents.

This is now natively supported in Firestore https://firebase.google.com/docs/firestore/vector-search#distance-threshold

Fixed in https://github.com/firebase/genkit/pull/2246

Autogenerated from Gemini: ``` This text reveals several areas where the documentation for Genkit, particularly around evaluation, could be improved: * **Clarify how evaluators are standardized.** The text acknowledges that...

Hi @amondnet Thanks for filing this issue. We are taking a look and will update this issue accordingly.

Tagging @mjchristy for UX. 1. Good question. Maybe have a button + menu, which default to rerun, and the drop down could let them go to the run eval page...

Hi @anilgulecha I've just merged support for batching on Genkit tooling side (only for JS right now). You can leverage this by using the `eval:flow` or `eval:run` commands with the...

> One more high-level piece of food for thought: in the client manager context, I think we probably want to be very robust to misconfiguration errors. It's possible people will...