Request failed to reach Pinecone. This can occur for reasons such as network problems that prevent the request from being completed, or a Pinecone API outage. Check your network connection, and visit https://status.pinecone.io/ to see whether any outages are ongoing.
await pc.createIndexForModel({
name: indexName,
cloud: "aws",
region: "us-east-1",
embed: {
model: "llama-text-embed-v2",
fieldMap: {
text: "text",
},
},
waitUntilReady: true,
});