docs: extend Langchain migration guide#10682
Open
kacperlukawski wants to merge 7 commits intomainfrom
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Show resolved
Hide resolved
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Show resolved
Hide resolved
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Show resolved
Hide resolved
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Show resolved
Hide resolved
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Show resolved
Hide resolved
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Show resolved
Hide resolved
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Show resolved
Hide resolved
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Outdated
Show resolved
Hide resolved
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Show resolved
Hide resolved
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Show resolved
Hide resolved
sjrl
reviewed
Feb 26, 2026
Contributor
There was a problem hiding this comment.
This feature is no longer in experimental, it has been merged into main and the tutorial is updated to use haystack main
sjrl
reviewed
Feb 26, 2026
Comment on lines
83
to
89
Contributor
There was a problem hiding this comment.
To get automatic parameter descriptions sent to the LLM we could slightly update the example to use the Annotated type. Docs explaining the concept here.
Suggested change
| from typing import Annotated | |
| def multiply(a: Annotated[int, "First int"], b: Annotated[int, "Second int"]) -> int: | |
| """Multiply \`a\` and \`b\`.""" |
Totally understand if not though to keep the example simple.
Member
Author
There was a problem hiding this comment.
I prefer to keep it simple. I get the benefits, though.
sjrl
reviewed
Feb 26, 2026
...bsite/versioned_docs/version-2.24/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Outdated
Show resolved
Hide resolved
350b6d7 to
a285ade
Compare
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Show resolved
Hide resolved
…ons with code comparisons
…ween Haystack and LangChain
6bc41cb to
e47ba3e
Compare
bilgeyucel
reviewed
Mar 3, 2026
Contributor
bilgeyucel
left a comment
There was a problem hiding this comment.
Thanks @kacperlukawski! Left some minor comments
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Outdated
Show resolved
Hide resolved
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Outdated
Show resolved
Hide resolved
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Outdated
Show resolved
Hide resolved
docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issues
Proposed Changes:
Extend the migration guide so it covers agents, document stores and MCP tools.
Checklist
fix:,feat:,build:,chore:,ci:,docs:,style:,refactor:,perf:,test:and added!in case the PR includes breaking changes.