nextjs-langchain-example icon indicating copy to clipboard operation
nextjs-langchain-example copied to clipboard

Demo of using LangChain.js with Next.js and Vercel Edge Functions (to stream the response)

Results 1 nextjs-langchain-example issues
Sort by recently updated
recently updated
newest added

In the case of the non-streaming response, would a long running langchain chain run until completion? Say a 20 minute chain? I am aware usage is based on CPU Time...