Replies: 1 comment
-
The following is how I would do a search without a GenKit defineFirestoreRetriever. It properly returns the data field.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use a retriever defined below
The paths in firestore are options/{id}/data and options/{id}/embedding .
Data is a map of field/values (not a string)
The retriever does properly match but it is unable to return the content.
The error seems to indicate that it must be a string and have a media property. How do I configure the query to return non-string data?
Beta Was this translation helpful? Give feedback.
All reactions