Skip to content

/ CASE STUDY / 2026

Arkananta AI Audit Assistant

Client Project
CATEGORY
Automation
YEAR
2026

/ 01 / OVERVIEW

The chatbot answers audit questions and points to the document behind each answer. It can also find and send the file an auditor needs. The knowledge base lives in Google Drive and is searched through a RAG pipeline.

/ 02 / CHALLENGE

The problem.

An audit answer is only useful when someone can check its source. The system also needed to accept new files without rebuilding the workflow each time the knowledge base grew.

/ 03 / APPROACH

How we framed it.

Google Drive is the source of truth. The n8n workflow retrieves relevant documents, gives that context to the model, and returns the source file with the answer. A GPT based model and a fallback model handle the chat, while a file upload path adds new knowledge to the search index.

/ 04 / SOLUTION

What we delivered.

The finished assistant combines a front end, n8n workflows, and the required integrations. It answers with citations, retrieves supporting files, and accepts uploaded documents. A fallback model keeps the chat available when the primary provider is unavailable.

/ 05 / PROCESS

How it came together.

  • 01SCOPINGMapped the audit questions, file sources, and evidence requirements.
  • 02KNOWLEDGEConnected Google Drive as the source and designed the RAG retrieval flow.
  • 03WORKFLOWBuilt the n8n backend for model routing, document retrieval, and fallback handling.
  • 04FRONT ENDBuilt the chat interface for answers, evidence, and files.
  • 05UPDATE PATHAdded a file upload path so the knowledge base can grow without a rebuild.

/ 06 / GALLERY

Arkananta AI Audit Assistant Chat flow: question, retrieved context, and cited answer
SYS 01Chat flow: question, retrieved context, and cited answer
Arkananta AI Audit Assistant Evidence: the source file attached to the answer
SYS 02Evidence: the source file attached to the answer
Arkananta AI Audit Assistant Knowledge: Google Drive source and the file upload path
SYS 03Knowledge: Google Drive source and the file upload path

/ 07 / TECHNOLOGY

THE STACK

n8nGPTDeepSeekGoogle DriveRAG

/ 08 / REFLECTION

Reflection

The most important rule was simple: the assistant must show a source for every answer. That keeps the tool useful for audit work and gives the team something they can verify.

PROJECT STATUS

Client Project

Work delivered for a real client or organization, produced by the Dignify studio.