ChatGPT-3 错误:PineconeClient:未设置项目名称,v0.0.10

9ceoxa92  于 2023-04-22  发布在  其他
关注(0)|答案(1)|浏览(193)

下载GitHub - mayooear/gpt4-pdf-chatbot-langchain: GPT4 & LangChain Chatbot for large PDF docs
当我尝试运行应用程序时,我得到以下错误

PineconeClient: Error getting project name: TypeError: fetch failed

error - [Error: PineconeClient: Project name not set. Call init() first.] {
page: ‘/api/chat’
}

我的节点版本是node -v v18.15.0 Pinecone版本是“@pinecone-database/pinecone”: “^0.0.10”,
这似乎是由于fetch()的问题,这是一个实验性的功能。如何禁用fetch()并使用node-fetch()

gpfsuwkq

gpfsuwkq1#

我在package.json文件中将版本更新为0.0.12,即“@pinecone-database/pinecone”:“^0.0.12”
这为我解决了问题。

相关问题