I’m building a chat with langchain using just next.js app router. I am trying to build a retrievel agent that also searchs the internet and has memory, but I can make it work with all this features… has anyone struggled with this and found a good solution?
Btw, are you using actions or the API route?
I followed many tutorials, boilerplates from vercel, etc… but it seems everything is a bit outdated taking in consideration the errors in the imports, even langchain documentation as the same deprecated imports.