DEV Community

Discussion on: How to make a ChatBot using HTTP streaming with LangChain and Express

Collapse
 
gkgourav45 profile image
gkgourav45

error node_modules\langchain\dist\util\stream.js (41:44) @ ReadableStream

  • error Error [ReferenceError]: ReadableStream is not defined at eval (webpack-internal:///(rsc)/./node_modules/langchain/dist/util/stream.js:44:38)
Collapse
 
fibonacid profile image
Lorenzo Rivosecchi

To understand why are you getting this error it would be helpful if you could provide a repository that matches your environment and configuration