Closed Champkinz closed 6 months ago
Hi @Champkinz
Thanks for catching this bug -- you're right, this is a bug in the documentation, the correct field name for retriever options should be options
. Do you still run into this issue after applying the above fix?
The fix is now released in 0.5.1, please give it another try.
Hi @Champkinz
Thanks for catching this bug -- you're right, this is a bug in the documentation, the correct field name for retriever options should be
options
. Do you still run into this issue after applying the above fix?
Yes, when i add options it works fine.
Thank you for the release.
Describe the bug When i try to follow the documentation on the Firebase genkit plugin, i get the below error
The code to use:
The error:
To Reproduce
Expected behavior
Runtime (please complete the following information):
Node version
Additional context So the correct way to use this by passing the below code, instead of whats shown on the documentation
i just want to know if the documentation is wrong in this scenario or am i doing something wrong ?