I have export postman’s API into JSON, and load into pinecone (refer attached image). Also confirmed the upladed type is “JSON” and content been uploaded to pinecone
Hi @weitat.bipo, welcome back to the community!
According to your case, because the json data is in Binary file, not from json data, you need to use Binary as the Type of Data in your Default Data Loader node.
To reproduce this, simply change the Type of Data from JSON to Binary. Thanks!
Thanks for the promptly response cute kitty
assuming my JSON (binary) is 1.3MB (can’t reduce further), how could data loader to consume the file still? thanks
but when i loop, it run into infinite loop and keep index the json (as below), it’s keep consume the write… forcing me to delete my pinecone index. Otherwise i gotto sell my kidney…