AbortSignal.timeout is not a function
Hi,
I'm running Mistral AI client, and I keep getting AbortSignal.timeout error.
With some googling, this could be related to Node 16 incompatiblity https://github.com/langchain-ai/langchainjs/issues/356
What Node version is Convex running? Can I switch to specific version i.e. Node 18 to check if this error goes away?
GitHub
AbortSignal.timeout is not a function when following LangChain tuto...
Using the code snippet below in Next.js found in the LangChain documentation (trying to give bot ability to search internet for answers post cutoff date) throws an error from AbortSignal. I have du...
2 Replies
Is the file that imports this library marked with "use node"?
Node.js actions do use Node.js 18 so Node 16 is probably not the issue here.
No "use node". I tried using other llm client (openai, groq, anthropic), i have no issue.
well... screw mistral, my MVP needs to keep going 😄