You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With version 1.17.0 ai.defineIndexer fail at startup with error: GenkitError: INVALID_ARGUMENT: action type (retriever) does not match type on action (indexer)
Fault is found in the js/ai/src/retreiver.ts line 195:
Incorrect in version 1.17.0: registry.registerAction('retriever', r);