notion-chat-langchain
notion-chat-langchain copied to clipboard
A notion chatbot for your knowledge base built with langchain, typescript/javascript and pinecone.
Hi mayooear, just want to bring up this issue to your attention: The text-davinci-003 model have been deprecated in January 2024, in file "node_modules\.pnpm\[email protected]_@[email protected]\node_modules\langchain\dist\llms\openai.js" line 83, we need to switched...
Fix the ingest function to be able to handle larger ingests. This is due to a Langchain limitation, apparently.
Will this be able to ingest and understand data in a notions database? I've got 3 years of journal entries I'd like to do this on.
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...
