Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Go] Some models or embedders error out when invoked via runners in the Dev UI #2188

Open
ssbushi opened this issue Feb 27, 2025 · 0 comments
Labels
bug Something isn't working go

Comments

@ssbushi
Copy link
Contributor

ssbushi commented Feb 27, 2025

Describe the bug
Some models / embedders error out when invoked from the Dev UI.

Eg: (in goolgeai):

gemini-1.5-flash, run fine

gemini-1.0-pro, errors out

Error running action key='/model/googleai/gemini-1.0-pro'.
TRPCClientError: Error running action key='/model/googleai/gemini-1.0-pro'.
    at t.from (http://localhost:4000/main-NFBO5FJZ.js:47:24050)
    at http://localhost:4000/main-NFBO5FJZ.js:47:28053
    at f.invoke (http://localhost:4000/polyfills-YTAVFQFU.js:16:6443)
    at Object.onInvoke (http://localhost:4000/chunk-NGM4UZCW.js:22:29800)
    at f.invoke (http://localhost:4000/polyfills-YTAVFQFU.js:16:6383)
    at t.run (http://localhost:4000/polyfills-YTAVFQFU.js:16:1735)
    at http://localhost:4000/polyfills-YTAVFQFU.js:17:553
    at f.invokeTask (http://localhost:4000/polyfills-YTAVFQFU.js:16:7068)
    at Object.onInvokeTask (http://localhost:4000/chunk-NGM4UZCW.js:22:29616)
    at f.invokeTask (http://localhost:4000/polyfills-YTAVFQFU.js:16:6989)

Same for embedding-001 vs text-embedding-004

To Reproduce
Select embedding-001 in the embedder runner or gemini-1.0-pro in the model runner and invoke on a simple input, it should fail with an error like above.

Expected behavior
The action runs successfully without errors

Screenshots
Image

Runtime (please complete the following information):

  • OS: Linux

** Go version

  • go version go1.25-20250216-RC00 cl/727547642 +d524e1eccd X:fieldtrack,boringcrypto linux/amd64
@ssbushi ssbushi added bug Something isn't working go labels Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working go
Projects
Status: No status
Development

No branches or pull requests

1 participant