You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm getting the following error when trying to npm run ingest:
/notion-chat-langchain/node_modules/@pinecone-database/pinecone/dist/index.js:172
throw new Error('PineconeClient: Project name not set. Call init() first.');
^
Error: PineconeClient: Project name not set. Call init() first.
at PineconeClient2.PineconeClient2.Index (/notion-chat-langchain/node_modules/@pinecone-database/pinecone/dist/index.js:172:19)
at null.run (/notion-chat-langchain/scripts/ingest-data.ts:28:28)
at null.<anonymous> (/notion-chat-langchain/scripts/ingest-data.ts:43:3)
(node:96491) UnhandledPromiseRejectionWarning: /notion-chat-langchain/scripts/ingest-data.ts:38
throw new Error('Failed to ingest your data');
^
I've updated the .env with the correct credentials. Perhap this is an issue with incorrect API implementation?
The text was updated successfully, but these errors were encountered:
Hey, I'm getting the following error when trying to npm run ingest:
/notion-chat-langchain/node_modules/@pinecone-database/pinecone/dist/index.js:172
throw new Error('PineconeClient: Project name not set. Call init() first.');
^
Error: PineconeClient: Project name not set. Call init() first.
at PineconeClient2.PineconeClient2.Index (/notion-chat-langchain/node_modules/@pinecone-database/pinecone/dist/index.js:172:19)
at null.run (/notion-chat-langchain/scripts/ingest-data.ts:28:28)
at null.<anonymous> (/notion-chat-langchain/scripts/ingest-data.ts:43:3)
(node:96491) UnhandledPromiseRejectionWarning: /notion-chat-langchain/scripts/ingest-data.ts:38
throw new Error('Failed to ingest your data');
^
I've updated the .env with the correct credentials. Perhap this is an issue with incorrect API implementation?
Hey, I'm getting the following error when trying to npm run
ingest
:I've updated the .env with the correct credentials. Perhap this is an issue with incorrect API implementation?
The text was updated successfully, but these errors were encountered: