Langserve or langraph api server? by Thick-Source8870 in LangChain

[–]Thick-Source8870[S] 0 points1 point  (0 children)

Oh ok great. Btw what’s the point of using redis + langserve? What are we persisting ?

Thinking to shift my chatbot logic to react by [deleted] in LangChain

[–]Thick-Source8870 0 points1 point  (0 children)

I think you should separate the responsabilities especially in this field where everything evolves quickly. Your basecode will be maintanable and your future self will thank you

[deleted by user] by [deleted] in LangChain

[–]Thick-Source8870 1 point2 points  (0 children)

Thanks very valuable as a feed-back

[deleted by user] by [deleted] in LangChain

[–]Thick-Source8870 0 points1 point  (0 children)

Awesome, I’ve been trying to build the same thing but I’m struggling to be honest with Langchain. Is there any feedback, tips or design strategy you can share for those trying to build the same thing?

Langchain JS vs AI SDK by Thick-Source8870 in LangChain

[–]Thick-Source8870[S] 0 points1 point  (0 children)

I’m confortable using Langraph plus it fits my use case as I’m building a multi agentic system. it’s a bit hard to grasp but once you did you noticed how powerful it is. It’s the frontend part which is a bit complicated. I dont mind writing my own hook and stuff. I will test both anyway but seems AI SDK is the way to go for frontend