We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug RetrieverRequest does not match JS, this leads to surfaces like Dev UI retriever runner breaking.
JS:
genkit/js/ai/src/retriever.ts
Line 47 in 5934240
genkit/go/ai/retriever.go
Line 48 in 5934240
I believe the underlying issue is that the JSONSchema mechanism that we are using to maintain parity between Go and JS is not WAI.
To Reproduce Start the rag go sample and try the retirever runner in the Dev UI
rag
Expected behavior Runner opens up and ready to use
Screenshots
Runtime (please complete the following information):
Go version
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
RetrieverRequest does not match JS, this leads to surfaces like Dev UI retriever runner breaking.
JS:
genkit/js/ai/src/retriever.ts
Line 47 in 5934240
Go:
genkit/go/ai/retriever.go
Line 48 in 5934240
I believe the underlying issue is that the JSONSchema mechanism that we are using to maintain parity between Go and JS is not WAI.
To Reproduce
Start the
rag
go sample and try the retirever runner in the Dev UIExpected behavior
Runner opens up and ready to use
Screenshots

Runtime (please complete the following information):
Go version
The text was updated successfully, but these errors were encountered: