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
I think the corpus has changed since this notebook was last updated, but the document retrieved in this line
client.get_doc(index='tmdb', doc_id=319074)
Doesn't have a collection_name_en field - so the validation is a negative! However it might help to leave it in to show that some docs are missing the field, and then follow up with the correct doc:
client.get_doc(index='tmdb', doc_id=1368)
The text was updated successfully, but these errors were encountered:
I think the corpus has changed since this notebook was last updated, but the document retrieved in this line
Doesn't have a collection_name_en field - so the validation is a negative! However it might help to leave it in to show that some docs are missing the field, and then follow up with the correct doc:
client.get_doc(index='tmdb', doc_id=1368)
The text was updated successfully, but these errors were encountered: