Getting error in consuming the pinecone in following api call:-
await PineconeStore.fromTexts(
texts,
{},
embeddings, await PineconeStore.fromTexts(
texts,
{},
embeddings,
{
pineconeIndex: index,
namespace,
textKey: 'text',
}
);
{
pineconeIndex: index,
namespace,
textKey: 'text',
}
);
The error is:-
Error in /chatbots - consumeToPinecone Error: Request failed with status code 429
at createError (/home/gagan/Downloads/nft-relay-group/functions/functions/node_modules/openai/node_modules/axios/lib/core/createError.js:16:15)