Internal Knowledge AI: GDPR-Compliant RAG Assistant (On-Premise)
Build an internal knowledge AI without data leakage — a RAG chatbot answers team questions from Confluence, Jira and Git repos, fully on-premise, with source citations and permission checks instead of hallucinations.
- Search Time per Question
- <30 sec
- Industry
- Engineering / Knowledge Management
- Implementation
- 8 weeks
At a glance
- It starts with
- Employee Question
- The machine handles
- 9 of 9 steps
- A person keeps
- Nothing — it runs end to end
- Bottom line
- <30 secSearch Time per Question
The problem
"Ask Markus, he knows." — Markus is on vacation. Or left the company three months ago.
The knowledge exists: in Confluence pages, Jira tickets, README files, old architecture decisions. But nobody finds it. So the same question gets asked in the team chat for the fourth time, the senior developer gets interrupted for the fourth time — and the documentation that would have answered it stays unread.
The obvious shortcut — pasting internal docs into a public AI tool — is off the table for many companies. Source code, customer data, trade secrets in someone else's cloud? Exactly.
This showcase demonstrates the other way: a knowledge AI that runs inside your own network, only states what it can back up with sources, and only shows what the person asking is allowed to see.
Development and engineering teams lose time every day searching for knowledge: the answer exists somewhere in Confluence, Jira, GitLab or on network drives — but the search takes 20 to 30 minutes or ends at the most experienced colleague, who then can't get their own work done. For new hires, onboarding drags on for months because knowledge is only passed on by word of mouth.
At the same time, data protection and IP protection rule out the easy solution: internal documentation, source code or customer data must not be copied into public AI services. In regulated or safety-critical environments there's an additional constraint: not everyone is allowed to see everything. A knowledge chatbot that ignores permissions would be a bigger risk than no chatbot at all. And a chatbot that invents convincing-sounding answers when it lacks knowledge destroys trust faster than it creates value.
How the process runs — step by step
Scroll through. The diagram stays put and highlights the step you are on.
- 01
Employee Question
Slack / Web UI
An employee asks a question — directly in the Slack channel or via the internal web interface. For example: "How do we deploy service X to the staging environment?"
- 02
SSO & Permissions
Keycloak
The system verifies who is asking via single sign-on (Keycloak) — and loads their groups and permissions. These determine which knowledge sources are eligible for the answer at all.
- 03
Vector Search
Qdrant, ACL-filtered
The question is converted into a vector and searched against the Qdrant database. Crucially: the search is hard-filtered to documents the person asking would be allowed to see in the source system.
- 04Branch
Sources found?
The system decides: are there enough relevant, reliable text chunks for a well-founded answer — or not?
- 05
On-Prem LLM
Generate answer
The locally hosted LLM (Ollama on your own GPU hardware) formulates the answer exclusively from the retrieved chunks. It must not invent anything — every statement has to be backed by a source.
- 06
Honest Gap
Name the expert
No reliable source? Then the system doesn't make something up — it answers honestly: "I don't have a documented answer for that" — and names the responsible subject-matter expert.
- 07
Answer + Sources
Links & dates
The answer is delivered with citations: links to the Confluence pages, Jira tickets or READMEs, including the date of their last update. Every statement is verifiable.
- 08
Audit Log
GDPR retention
Question, answer and the sources used are recorded in the audit log — with defined retention periods under GDPR. It stays traceable who retrieved which knowledge and when.
- 09
Complete
Feedback captured
The employee rates the answer with one click. The feedback improves retrieval quality and systematically reveals documentation gaps.
Our Solution
The reference architecture consists of two parts: an indexing pipeline and an answering workflow — both running entirely on your own infrastructure.
The indexing pipeline uses n8n to synchronize the knowledge sources every night: Confluence pages, Jira tickets, GitLab READMEs and architecture documents. Before embedding into the vector database (Qdrant), every document passes through a redaction filter that detects and removes API keys, tokens, credentials and personal data. For each text chunk, the original permissions (ACLs) of the source system are stored alongside it.
In the answering workflow, an employee asks a question via web interface or Slack. After SSO login, the system retrieves the most relevant text chunks — filtered to sources the person asking is allowed to see in the source system. A locally hosted LLM (e.g. Llama via Ollama, running in Docker on your own GPU hardware) formulates the answer — with one hard rule: every statement needs a source citation with link and date. If the search finds no reliable source, the system answers honestly with "I don't have a documented answer for that" and names the responsible expert instead of hallucinating. Every question and answer is recorded in an audit log with defined retention periods.
- 100% On-Premise LLM
- The language model runs via Ollama and Docker on your own hardware. No outbound API calls, no training on your data, full control over the model and its updates.
- Permission-Aware Retrieval (RAG)
- The vector search filters to documents the person asking is allowed to see in the source system. Permissions from Confluence, Jira and GitLab are enforced at retrieval time — not after the fact.
- Mandatory Citations, No Hallucinations
- Every answer links the underlying documents with their last-updated date. Without a reliable source, the system honestly answers "I don't know" and names the responsible expert.
- Secrets & PII Redaction
- Before indexing, a filter detects and removes API keys, tokens, credentials and personal data — sensitive content never reaches the search index in the first place.
What comes out of it
Possible setup, not a packaged product
The figures shown are target values and expected magnitudes for a possible setup – based on industry benchmarks, public studies of comparable setups, and our own tests on a real stack. They are not measured outcomes from a specific customer project; actual results depend on company size, process maturity, and integration depth. We do not offer this setup as a packaged product. We help teams design, automate, and run such processes themselves – through architecture consulting, workshops, and implementation support with n8n. For regulated third-party systems with certification or license requirements (e.g. HIS, gematik, DATEV-certified), we partner with specialized providers.
- <30 sec
- Search Time per Question
- 100%
- Answers with Sources
- 0
- Data Sent to External Clouds
- -40%
- Onboarding Time
Knowledge questions answered in seconds instead of half-hour searches — fully on-premise, every answer backed by sources, zero data leaving for external clouds
Before vs. After
| Aspekt | Before | After |
|---|---|---|
| Knowledge Search | 20–30 min across Confluence, Jira, chats | One question, answer in seconds |
| Data Flow | Copy-paste into external AI tools | 100% on-premise, nothing leaves the network |
| Reliability | Outdated docs, hearsay | Every answer with source link and date |
| Access Control | Knowledge shared ad hoc, uncontrolled | Answers respect permissions |
Technical facts
Technology Stack
Integrations
Seamless connection to your existing infrastructure
Ollama (On-Premise LLM)
AI EngineLocally hosted open language model on your own GPU hardware — answer generation without external APIs
Qdrant
Vector DatabaseSemantic search across all indexed knowledge sources with per-request ACL filtering
Confluence & Jira
Knowledge SourcesNightly synchronization of pages and tickets, including their original permissions
GitLab
Code & DocsREADMEs, architecture decisions and wikis from the repositories — with secrets filtering
Keycloak
SSO & PermissionsSingle sign-on and group resolution — determines which sources are searched per user
Security & Compliance
Enterprise-ready with highest security standards
100% On-Premise
LLM, vector database and workflows run entirely on your own infrastructure. No external AI APIs; deployable even in air-gapped networks.
Permission Inheritance
Access rights from Confluence, Jira and GitLab are enforced on every search. Nobody gets answers from documents they couldn't open themselves.
Secrets Redaction
API keys, tokens and credentials are detected and removed before indexing — they never reach the search index at all.
Audit Log & GDPR
Every question and answer is logged in an audit-proof way, with defined retention periods and GDPR information-request capability.
Frequently Asked Questions
Does this look like your setup?
If this workflow resembles yours, we will look at it together — and tell you honestly whether automating it pays off.
Related Showcases
AI Chatbot for Automated Customer Communication
Intelligent AI chatbot for seamless customer communication — automatically answers customer inquiries with GPT-4, integrated ticket system, and human escalation when needed.
Digital Document Approval
Automated approval workflows with 75% faster approval cycles