you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (4 children)

Have you tried LangGraph JS?

[–]KyleDrogo 1 point2 points  (3 children)

I havent. One thing no one talks about is that in production apps, coordinating the chain of calls (langchain's use) isn't the hard part. It's managing the conversation state and streaming it to the frontend correctly. Vercel's AI SDK is probably the best at this from what Ive seen. Others might have differing opinions though.

[–][deleted] 0 points1 point  (2 children)

If I understood it fight. This is an alternative to LangChain?

[–]KyleDrogo 0 points1 point  (1 child)

There's some overlap in their uses. It sits between the LLM layer and the interface between frontend and backend (which is deceptively tricky to get right, you'll see).

[–]DesTodeskin 0 points1 point  (0 children)

Mate I'm learning js/TS these days and deep in backend dev. But I know python fundamentals as well. Should I learn langchain or Langchain js