-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Information Extractor Node): Add new simplified AI-node for information extraction #10149
Merged
Conversation
This file contains 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
…om/n8n-io/n8n into ai-223-information-extraction-node
burivuhster
changed the title
feat(Information Extraction Node): Add new simplified AI-node for information extraction
feat(Information Extractor Node): Add new simplified AI-node for information extraction
Jul 23, 2024
jeanpaul
reviewed
Jul 23, 2024
...8n/nodes-langchain/nodes/chains/InformationExtractor/test/InformationExtraction.node.test.ts
Show resolved
Hide resolved
jeanpaul
reviewed
Jul 23, 2024
packages/@n8n/nodes-langchain/nodes/chains/InformationExtractor/helpers.ts
Outdated
Show resolved
Hide resolved
jeanpaul
reviewed
Jul 23, 2024
packages/@n8n/nodes-langchain/nodes/chains/InformationExtractor/InformationExtractor.node.ts
Show resolved
Hide resolved
OlegIvaniv
reviewed
Jul 25, 2024
packages/@n8n/nodes-langchain/nodes/chains/InformationExtractor/InformationExtractor.node.ts
Outdated
Show resolved
Hide resolved
jeanpaul
previously approved these changes
Jul 25, 2024
Passing run #6138 ↗︎
Details:
Review all test suite changes for PR #10149 ↗︎ |
✅ All Cypress E2E specs passed |
jeanpaul
approved these changes
Jul 25, 2024
✅ All Cypress E2E specs passed |
cstuncsik
pushed a commit
that referenced
this pull request
Jul 31, 2024
…rmation extraction (#10149)
Merged
Got released with |
cstuncsik
pushed a commit
that referenced
this pull request
Aug 1, 2024
…rmation extraction (#10149)
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.
Summary
This PR adds a new node specifically tailored for information extraction tasks. It uses Structured Output Parser under the hood, but provides a simpler way to extract information from text in a structured JSON form.
Users can specify what kind of attributes to extract (name, type and description). From this attribute definitions a zod schema is generated and then used to instruct a LLM about the desired format.
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/AI-223/information-extraction-node
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)