Describe the problem/error/question
On my self hosted n8n the the evaluations tab is not visible in the workflows.
My suspection is it’s some kind of license issue.
since when running locally in docker with the same settings, the evaluations tab visible and enabled
What is the error message (if any)?
None
Please share your workflow
n/a
Share the output returned by the last node
n/a
Information on your n8n setup
n8n version: 1.100.1 (Community Edition - Registered)
Database (default: SQLite): postgres
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via: docker on AWS
Operating system: n/a
1 Like
Ed_P
July 7, 2025, 11:03pm
2
Same with me!
Evaluations should be visible already, they were introduces several releases ago.
Debug info
core
n8nVersion: 1.100.1
platform: docker (self-hosted)
nodeJsVersion: 22.16.0
database: postgres
executionMode: regular
concurrency: -1
license: enterprise (production)
client
userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/137.0.0.0 safari/537.36 edg/137.0.0.0
isTouchDevice: false
1 Like
Ed_P
July 7, 2025, 11:05pm
3
This thread answers the question. But it’s such a hacky way of activating evaluations!
One of the features we’re most excited about — evaluation for AI workflows — is now in beta.
Evaluation is a way of getting AI workflows working reliably, since it allows you to measure the performance of your workflow and check whether you have corner cases covered. You do this by running a test dataset through the workflow and optionally calculating a quality score.
You can find a lot more information about evaluation in n8n and see a video of how it works in the docs .
If you’d like to help…
Are you saying you have to set the feature flag mentioned in that thread in order to see the feature? Because if so, that’s a bug.
Let us know!
Yes, I have to set the feature flag in order to see the feature. So it seems like a bug
1 Like
Thanks for confirming — the flag shouldn’t matter but it seems like it does, so we’re removing it
I still cannot see any evaluations. Never had, since the tool came out. I just updated, too.
jan
July 14, 2025, 1:20pm
8
New version [email protected]
got released which includes the GitHub PR 17107 .
1 Like