Fanis Tharropoulos
11/11/2024, 1:09 PMimport_results = client.collections['my_posts'].documents.import_(docs_to_import, {
'action': 'upsert',
'return_id': True
})
Do you get the same behavior as before? What's the final count of the documents then?