workflows.fit
Back to n8n workflows
n8n templateFreeBy Thapani Sawaengsri

Automated document compliance validation with AI and vector database

Description This workflow automates compliance validation between a policy/procedure and a corresponding uploaded document. It leverages an AI agent to determine whether the content of the document aligns with the exp...

DevelopmentCore NodesAILangchainUtilityWebhookHttp RequestCode
Loading interactive preview...

Template notes

Description

This workflow automates compliance validation between a policy/procedure and a corresponding uploaded document. It leverages an AI agent to determine whether the content of the document aligns with the expectations outlined in the provided procedure or policy.

How It Works

1. Document Upload

A document (e.g., PDF) is uploaded via an HTTP Request Webhook.

The content is processed into vector embeddings using a Qdrant vector store and an embedding model.

2. Procedure Submission

A policy/procedure text and description are submitted via a second HTTP Request Webhook.