I can't find Structured Output Chain in my my node options, why is that?

Describe the problem/error/question

I can’t find Structured Output Chain in my my node options, why is that ?

What is the error message (if any)?

Please share your workflow

Here is a screenshot of my own workflow :

I don’t see the structured output chain used in the screenshot below: The screenshot was gotten from a tutorial video : https://www.youtube.com/watch?v=7nKAWwHF5TA

Information on your n8n setup

  • **n8n version:Version 1.4.73
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Desktop App
  • Operating system: Linux : Fedora OS

Hi @vctry,

this tutorial is demonstrating an alpha version of n8n AI nodes. We removed this node shortly after and merged the functionality with “Basic LLM Chain” node. So to implement structured output parsing, you’d need to enable “Require Specific Output Format” option and then connect “Structured Output Parser”.

In the sub-node you can either chose if you’d wish to provide an actual JSON schema or an example JSON object which would be converted to schema in the background. Here’s a simple example workflow:

Which would give you output like this:

4 Likes

Thank you @oleg

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.