I want to use the AI Agent or a different component to pass extracts from document intelligence and json for it to evaluate

I want to use n8n to do some evaluation. I have a json with user imput and i have data from Azure document intelligence. I want to use n8n to evaluate if the input json matches what is in the document. I am trying to figure out the best tool to use. i have a webhook which i call and pass the document and json input from user. and i have http requests working to process the document. the next step is what ai agent can i use to do the work and create a response

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Eliud_K !

It depends on what exactly you meant with the ‘match’…

Primary option: Compare Datasets node for strict/field-level matching.

Optional semantic layer: Add an Evaluation node with an AI based metric if you need “human-like” judgment or eexplanation