Hi, we're trying to populate a collection by using...
# community-help
c
Hi, we're trying to populate a collection by using the import feature but we're getting this error, any idea on this one? thanks It can import data but after some time, it will raise this error
("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
k
Looks like some bad / unexpected data is being sent across. Are you able to reproduce this consistently?
c
yes, trying to debug, but I just asked just in case you already experienced the error, will message again after debugging on our side, thanks!
👍 1
@Kishore Nallan what I was thinking is that we're using this for import
typesense_client.collections[collection_name].documents.import_(
data, {"action": action_mode}
)
which based on the documentation should return 200 regardless if there's an error on some documents, right? then it should still upload all other odcuments
k
Yes,