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
I suspect that when calling check_crawl_status, the Rust SDK expects all of the metadata fields to be strings, even though sometimes they can be Vec.
Describe the Bug
I suspect that when calling check_crawl_status, the Rust SDK expects all of the metadata fields to be strings, even though sometimes they can be Vec.
For example
or
If you have a crawl with vector metadata like this, then the Rust SDK will throw the error
However, if your crawl has only string fields in the metadata, it works as expected.
To Reproduce
Expected Behavior
The sdk should throw an error
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: