Hi I am facing the below error, when i am insertin...
# community-help
s
Hi I am facing the below error, when i am inserting documents of 100k in to typesense... I am using typsense in node js client side.... Could you please help on this... I am passing it as jsonl documents
Copy code
this._client
        .collections(name)
        .documents()
        .import(document, { action: 'create' })

Request #1710671631526: Request to Node 0 failed due to "ECONNRESET socket hang up"
Request #1710671631526: Sleeping for 0.1s and then retrying request...
Request #1710671631526: Request to Node 0 failed due to "ECONNRESET socket hang up"
Request #1710671631526: Sleeping for 0.1s and then retrying request...
Error: socket hang up