March 2024 Plans #18547
Replies: 8 comments 5 replies
-
I'd love to see support for Claude 3 and see examples of using it with Langgraph. Link to feature discussion here. |
Beta Was this translation helpful? Give feedback.
-
If LangChain Team could provide the following information, I will be very grateful:
|
Beta Was this translation helpful? Give feedback.
-
Super excited for wider astream support! streaming events / logs in LangGraph is currently broken to a point where a large portion of example notebooks are not compatible with llm token streaming. Issues for reference: #78 #124 #136 |
Beta Was this translation helpful? Give feedback.
-
Thanks for the great work!!! |
Beta Was this translation helpful? Give feedback.
-
Great to see One very important thing I In the old code it uses Zod to parse the output, rather than using the zod schema to generate json. This is VERY important as you can use https://github.com/colinhacks/zod?tab=readme-ov-file#preprocess You can see how it used to be handled here In the new code, as far as I can tell, it just uses the zod schema to generate a json schema so so loses this rich functionality. https://github.com/langchain-ai/langchainjs/blob/main/langchain/src/output_parsers/structured.ts We can't (and I wouldn't recommend anyone else to) use structured outputs in production without this as the types of errors I describe are so common and so avoidable. They are especially common in Claude which doesn't do function calling so natively, and I know a lot of people are going to be using Claud with the recent releases. I've submitted PRs for to make this work in the original version, but don't have time this month to do so. When 0.2.0 is released and the old code is dropped we won't be able to upgrade unless this functionality is maintained. As I should probably start an issue shouldn't I... but I just saw it was the top priority here.. |
Beta Was this translation helpful? Give feedback.
-
As I see in this discussion, it would be nice to add a disclaimer about Jupiter Notebook. Because it's not obvious for some new guys. |
Beta Was this translation helpful? Give feedback.
-
Can't wait for more models to be added for |
Beta Was this translation helpful? Give feedback.
-
Hello thanks for your work at all. How can i achieve here a decision between one or more tools with the new syntax: |
Beta Was this translation helpful? Give feedback.
-
Hi all! Trying something new here. I wanted to share some of our priorities and roadmap for the upcoming month. We would love feedback on these issues - are we tackling the right things? Are there things that are missing? Are there places you would want to help?
Note that beside these main themes, we will also continue to focus on core things like integrations, chain examples, templates, bug fixes, LangSmith integration etc
Theme 1: Structured Outputs
Theme 2: Retrieval
Theme 3: Agents
Theme 4: Documentation
Theme 5: Streaming improvements
Beta Was this translation helpful? Give feedback.
All reactions