Insert document into Milvus error

Describe the problem/error/question

some items prepare to insert into Milvus, when first document inserted, the second document has more chars then the first, then the error occured

What is the error message (if any)?

Error inserting data: {“succ_index”:,“err_index”:[0,1],“status”:{“extra_info”:{},“error_code”:“IllegalArgument”,“reason”:“length of varchar field langchain_text exceeds max length, row number: 1, length: 718, max length: 631: invalid parameter”,“code”:1100,“retriable”:false,“detail”:“length of varchar field langchain_text exceeds max length, row number: 1, length: 718, max length: 631: invalid parameter”},“IDs”:null,“acknowledged”:false,“insert_cnt”:“0”,“delete_cnt”:“0”,“upsert_cnt”:“0”,“timestamp”:“0”}

hm, bit confused by this, could you share workflow please,
n8n attach workflow

I appears an issue with the length of a varchar field, can try replicate see if same issue, did you fix it?

Best regards,

Samuel

1 Like