RAG and the EU AI Act: when a RAG system is high-risk AI

Editorial note: The information in this article was compiled to the best of our knowledge at the time of publication. Technical details, prices, versions, licensing terms, and external content may change. Please verify the information provided independently, particularly before making business-critical or security-related decisions. This article does not replace individual professional, legal, or tax advice.

Planning a RAG system and unsure what the AI Act requires? WZ-IT builds RAG systems with source citations, permission checks and traceable logging, as a RAG Proof of Value or as an internal assistant on your own infrastructure, see AI solutions. Book a meeting
Anyone planning a RAG knowledge base soon runs into the question of whether the system falls under the high-risk rules of the EU AI Act. The short answer: in most cases, it does not. An assistant that searches manuals, policies, contracts or procedural instructions and answers with a reference is an AI system with transparency obligations under Regulation (EU) 2024/1689, but not a high-risk system.
The long answer depends on three points that most write-ups leave out: classification follows the intended purpose, not the technology; a general assistant can become high-risk through the way it is used; and whoever builds a RAG system is its provider. This article classifies RAG against Article 6, Annex III and Article 25, lists the deadlines after the Digital Omnibus and shows which logging and source citations make sense.
All information is based on the text of the regulation and documents from the Council and the Commission, as of September 2026. The article describes the technical implementation and is not legal advice.
Table of contents
- The short answer in one table
- A RAG system is an AI system, not a new AI model
- The intended purpose decides, not the technology
- Annex III: where RAG becomes a high-risk system
- The exception under Article 6(3)
- Provider or deployer of your own RAG system
- Deadlines after the Digital Omnibus
- What already applies to every RAG system
- Logging and source citations
- A checklist for RAG projects
- Our approach at WZ-IT
- Further guides
The short answer in one table
| RAG use | Annex III area | Classification |
|---|---|---|
| Search in manuals, policies, wikis, tickets | none | not high-risk, Article 50 applies |
| Public authority: search decrees and procedural instructions | none | not high-risk, Article 50 applies |
| Customer service assistant on a website | none | not high-risk, Article 50 applies |
| Analyse or filter job applications, evaluate candidates | point 4(a) | high-risk |
| Evaluate performance or behaviour of employees | point 4(b) | high-risk |
| Evaluate learning outcomes or exams | point 3(b) | high-risk |
| Evaluate eligibility for public assistance benefits | point 5(a) | high-risk |
| Evaluate creditworthiness of natural persons | point 5(b) | high-risk |
| Assist judges in researching and interpreting facts and the law | point 8(a) | high-risk |
The areas come from Annex III of the AI Act. Where an Annex III area is involved, the exception under Article 6(3) may apply; see below.
A RAG system is an AI system, not a new AI model
RAG (retrieval-augmented generation) combines a search over your own documents with a language model that writes an answer from the retrieved passages. The technical side is explained in What is RAG.
The AI Act distinguishes two concepts that matter here:
| Term | Provision | Relation to RAG |
|---|---|---|
| AI system | Art. 3(1) | the RAG system as a whole: retrieval, model, interface |
| General-purpose AI model (GPAI) | Art. 3(63) | the language model used, e.g. an open-weight model or an API |
| General-purpose AI system | Art. 3(66) | a GPAI-based system that can serve many purposes, e.g. an open chat assistant |
Under Article 3(1), an AI system is a machine-based system that infers from its input how to generate outputs such as content, recommendations or decisions. A RAG system that generates answers with a language model meets this definition. A plain full-text search without a generative model is a different case; the Commission guidelines on the AI system definition set out the criteria.
RAG does not make you a model provider. The GPAI obligations in Chapter V apply to the developer of the model. RAG does not change the model weights; it only adds context to the query. According to the Commission guidelines for GPAI providers, a downstream actor becomes a model provider only if it modifies a model using more than one third of the original training compute. That concerns extensive retraining, not RAG.
The intended purpose decides, not the technology
Article 6 provides two routes to high-risk classification:
- Paragraph 1: the AI system is a safety component of a product under Annex I, or is itself such a product, for example in medical devices or machinery, and the product requires a third-party conformity assessment.
- Paragraph 2: the AI system is listed in Annex III.
For RAG knowledge bases, only paragraph 2 is relevant in practice. Annex III does not describe technologies but intended purposes: systems "intended to be used" for one of the listed tasks. What counts is the intended purpose under Article 3(12), meaning the use specified by the provider in the instructions for use, promotional materials and technical documentation.
It follows that the same RAG system, with the same model and the same index, can be non-high-risk in one setting and high-risk in another. An assistant that explains HR policies is uncritical. The same assistant matching applications against a job profile and producing a ranking falls under point 4 of Annex III.
Annex III: where RAG becomes a high-risk system
Annex III covers eight areas. For RAG systems, these uses are the most relevant:
| No. | Area | Use that makes a RAG assistant high-risk |
|---|---|---|
| 3 | Education and vocational training | determining access to institutions, evaluating learning outcomes, assessing the level of education, monitoring tests |
| 4 | Employment and workers' management | analysing and filtering applications, evaluating candidates, decisions on promotion or termination, performance evaluation |
| 5 | Essential private and public services | evaluating eligibility for public assistance benefits, creditworthiness, risk and pricing in life and health insurance, classifying emergency calls |
| 7 | Migration, asylum, border control | assisting authorities in examining asylum, visa and residence applications |
| 8 | Administration of justice and democratic processes | assisting judicial authorities in researching and interpreting facts and the law and in applying the law |
The remaining areas (biometrics, critical infrastructure, law enforcement) rarely concern RAG knowledge bases but should be checked by authorities with security tasks.
Two misconceptions that come up often:
- "Public administration is high-risk." Annex III does not list administration in general. A RAG system that caseworkers use to search decrees, technical reports and procedural instructions is not a high-risk system. It is different if the system is intended to evaluate a person's eligibility for a benefit. How a public authority builds a RAG knowledge base is covered in RAG knowledge base in the public sector.
- "Legal research is high-risk." Point 8(a) covers systems used by or on behalf of a judicial authority, as well as alternative dispute resolution. A RAG system for a company's legal department or for a law firm does not fall under this wording.
The underestimated case is the open assistant. A chat assistant over the entire document base can be used for any purpose. If someone uses it specifically for an Annex III purpose, Article 25(1)(c) applies: anyone who modifies the intended purpose of a system not classified as high-risk, including a general-purpose AI system, so that it becomes high-risk, is considered the provider of a high-risk system. A usage policy that excludes such purposes, and a permission structure that keeps personnel files out of the general index, are therefore part of the classification. How permissions are enforced in a RAG system is explained in RAG permissions.
The exception under Article 6(3)
Not every system in an Annex III area is high-risk. Under Article 6(3), such a system is not considered high-risk if it does not pose a significant risk of harm to health, safety or fundamental rights and does not materially influence the outcome of decision-making. This is the case where one of the following conditions is met:
| Point | Condition | RAG example |
|---|---|---|
| a | narrow procedural task | assigning incoming documents in a file to the right category |
| b | improving the result of a previously completed human activity | editing the language of a finished draft decision |
| c | detecting decision-making patterns or deviations, without replacing the human assessment without proper review | flagging that a decision deviates from previous practice |
| d | preparatory task to an assessment under Annex III | retrieving relevant regulations and guidance notes for an application |
The examples are orientation aids, not binding classifications. Two limits always apply:
- Profiling stays high-risk. If the system performs profiling of natural persons, it is a high-risk system regardless of the conditions.
- The assessment must be documented. Under Article 6(4), the provider documents its assessment before putting the system into service and provides it to authorities on request. It also registers the system in the EU database under Article 49(2). The Digital Omnibus reduced the information required but kept the registration (recital 22 of the Omnibus text).
Under Article 6(5), the Commission was to provide guidelines with practical examples by 2 February 2026. On 19 May 2026 it published draft guidelines on high-risk classification; the consultation ran until 23 July 2026. As of September 2026, no final version has been adopted.
Provider or deployer of your own RAG system
The role determines which obligations apply. The definitions in Article 3:
- Provider (point 3) is whoever develops an AI system or has it developed and places it on the market or puts it into service under its own name, whether for payment or free of charge.
- Deployer (point 4) is whoever uses an AI system under its authority, except in the course of a personal non-professional activity.
- Putting into service (point 11) explicitly includes supply "for own use".
For RAG, this means:
| Scenario | Role |
|---|---|
| Ready-made AI assistant bought as SaaS and used internally | deployer |
| RAG system built in-house, e.g. with Open WebUI, Qdrant and an open-weight model, made available internally | provider and deployer |
| RAG system built by a service provider and made available internally under your own name | provider ("has it developed") and deployer |
| Purchased assistant repurposed for an Annex III purpose | provider of a high-risk system under Art. 25(1)(c) |
For an internal RAG system, being the provider is the normal case. For a system that is not high-risk, it means limited obligations: the notice under Article 50(1) and, where applicable, the marking under paragraph 2. How the role affects labelling is covered in AI labelling obligation under Article 50. An overview of all roles and risk levels is given in EU AI Act for companies.
The Omnibus adds a more specific duty to cooperate along the value chain: if a system becomes the high-risk system of a new provider under Article 25(1), the initial provider must, among other things, make technical documentation available and inform the new provider about known limitations and failure modes, unless it has clearly excluded such a change of purpose.
Deadlines after the Digital Omnibus
The legislative procedure is complete:
| Step | Date |
|---|---|
| Commission proposal | 19 November 2025 |
| European Parliament first-reading position | 16 June 2026 |
| Signature | 8 July 2026 |
| Publication in the Official Journal as Regulation (EU) 2026/1744 | 24 July 2026 |
| Entry into force | 27 July 2026 |
Sources: Council note of 22 June 2026, Regulation (EU) 2026/1744 on EUR-Lex.
The application dates relevant to RAG systems under the amended Articles 113 and 111:
| Obligation | applies from |
|---|---|
| Prohibited practices (Art. 5) and AI literacy (Art. 4) | 2 February 2025 |
| Transparency obligations (Art. 50) | 2 August 2026 |
| Marking under Art. 50(2) for systems placed on the market before 2 August 2026 | 2 December 2026 |
| High-risk obligations for Annex III systems | 2 December 2027 |
| High-risk obligations for Annex I systems | 2 August 2028 |
| Existing high-risk systems used by public authorities | 2 August 2030 at the latest |
The Commission's AI Act Service Desk confirms these dates. For high-risk systems put into service before 2 December 2027, the amended Article 111(2) applies: the regulation applies only once they undergo significant changes in their design, but systems intended for use by public authorities must comply by 2 August 2030. The path to the postponement and the high-risk obligations in detail are covered in EU AI Act: high-risk obligations postponed to December 2027.
What already applies to every RAG system
Regardless of the high-risk question, three rules of the AI Act apply to every RAG system used in a professional context:
AI literacy (Article 4). Since 2 February 2025, providers and deployers must take measures on the AI literacy of their staff. The Omnibus rewrote Article 4: providers and deployers must take measures to support the development of AI literacy of their staff, and the obligation expressly does not require them to guarantee any specific level of AI literacy of any individual (Omnibus text, point 5). The obligation therefore remains. For a RAG system, this includes making sure users know that answers are generated from retrieved passages, can be wrong and should be checked against the source.
Transparency (Article 50). Since 2 August 2026, a system that interacts directly with people must be designed so that they know they are communicating with an AI. This includes internal assistants. The obligation falls on the provider, which for your own RAG system means you. Infringements of Article 50 can be fined under Article 99(4) with up to EUR 15 million or 3 % of worldwide annual turnover; for SMEs the lower amount applies.
Prohibited practices (Article 5). Rarely relevant to knowledge bases. Article 5 becomes relevant if a system is meant to recognise emotions in the workplace, which is prohibited.
In addition, the GDPR applies, and where employee data is processed, co-determination rights of works councils. The AI Act does not regulate whether a RAG system may process personal data.
Logging and source citations
Under the AI Act, logging is mandatory only for high-risk systems:
| Provision | Content | applies to |
|---|---|---|
| Art. 12 | automatic recording of events over the lifetime of the system | high-risk systems |
| Art. 19 | providers keep logs for at least six months | providers of high-risk systems |
| Art. 26(6) | deployers keep logs for at least six months | deployers of high-risk systems |
| Art. 86 | affected persons can request an explanation of the system's role in a decision | decisions based on Annex III systems |
For a RAG system that is not high-risk, the AI Act imposes no logging obligation, and it contains no obligation to cite sources at all. Both are nevertheless at the core of a reliable RAG operation, for three reasons:
- Demonstrating the classification. Anyone relying on Article 6(3), or arguing that an assistant is not used for Annex III purposes, needs data on actual use.
- Making answers verifiable. Source citations are the mechanism by which a person checks a RAG answer. For high-risk systems, human oversight under Article 14 is mandatory, and oversight without a reference is hardly possible.
- A later move into Annex III. If the system is extended and falls under Annex III from 2 December 2027, logging must already be in place.
Compared with a plain chat, RAG needs additional fields so that an answer can be reconstructed later:
| Field | Purpose |
|---|---|
| query, timestamp, user ID or pseudonym | attributing usage |
| retrieved passages with document ID and document version | which version of the source supported the answer |
| permission filter applied | proof that only permitted documents were used |
| model, model version, prompt template | reproducibility after model changes |
| generated answer and displayed sources | matching answer against reference |
| user feedback | basis for quality measurement |
Retention periods and the handling of personal data in logs follow the GDPR. Pseudonymised user IDs and a defined deletion period are the usual approach. A self-hosted solution for this is described in LLM observability with Langfuse. How to measure the quality of answers and retrieved passages is explained in RAG evaluation.
A checklist for RAG projects
Classifying a RAG project comes down to five questions. The result belongs in the project documentation.
| Step | Question | Basis |
|---|---|---|
| 1 | Does the system generate outputs with an AI model? | Art. 3(1) |
| 2 | Who builds the system, and under whose name is it made available? | Art. 3(3), (4), (11) |
| 3 | Which tasks is it intended for, and which tasks are excluded? | Art. 3(12), Annex III |
| 4 | If an Annex III area is involved: does a condition under Art. 6(3) apply, and is there profiling? | Art. 6(3) and (4), Art. 49(2) |
| 5 | Are the Art. 50 notice, AI literacy measures, logging and source display in place? | Art. 4, Art. 50 |
If the answer to question 3 is clearly outside Annex III, the RAG system is not a high-risk system. If it remains open because the assistant is available for any purpose, restricting data sources, user group and purpose is more effective than retrofitting high-risk documentation. Legally uncertain cases should have steps 3 and 4 clarified with legal counsel.
Our approach at WZ-IT
We build RAG systems so that their classification under the AI Act can be read from the architecture. The legal assessment stays with your legal counsel; we provide the technical basis for it.
- Define the intended purpose. Knowledge domain, user group and excluded purposes are documented before the build. The RAG Proof of Value starts with a scoped knowledge base and agreed reference questions.
- Permissions before retrieval. The index inherits the permissions of the source systems, so personnel or case files do not surface in the general assistant.
- Sources in every answer. Answers show document, passage and version, as with the Knowledge Navigator. What is not in the knowledge base is not answered.
- Logging and measurement. Queries, retrieved passages, document versions and model versions are stored traceably, for example with Langfuse, and answer quality is measured against reference questions.
- Operation under your control. Model and index run on your own hardware with the AI Cube or on a managed GPU server from WZ-IT with an NVIDIA RTX PRO 4000 Blackwell (24 GB) or RTX PRO 6000 Blackwell (96 GB). Support, consulting and implementation by WZ-IT.
Further guides
- EU AI Act: high-risk obligations postponed to December 2027, the high-risk obligations in detail.
- AI labelling obligation under Article 50, notice and marking depending on your role.
- RAG knowledge base in the public sector, building and running it in public administration.
- European LLM APIs compared, model access without US providers.
- RAG evaluation, reference questions and metrics for acceptance.
- RAG permissions, how permissions are enforced in retrieval.
- AI solutions at WZ-IT, overview of services and operating models.
Building a RAG system with a traceable classification? We define intended purpose, permissions, source display and logging, and run the system on your hardware or on a managed GPU server from WZ-IT. Book a meeting
Sources
- Regulation (EU) 2024/1689 (AI Act) on EUR-Lex
- Regulation (EU) 2026/1744 (Digital Omnibus on AI) on EUR-Lex
- Council of the EU, PE-CONS 30/26: text of the Digital Omnibus on AI
- Council of the EU, note 10752/26 on adoption of the Digital Omnibus
- AI Act Service Desk: Annex III
- AI Act Service Desk: Article 3, definitions
- AI Act Service Desk: Article 6, classification rules for high-risk AI systems
- AI Act Service Desk: Article 25, responsibilities along the AI value chain
- AI Act Service Desk: Article 26, obligations of deployers
- AI Act Service Desk: Article 86, right to explanation
- AI Act Service Desk: FAQ including the Digital Omnibus
- European Commission: draft guidelines on high-risk classification
- European Commission: guidelines for providers of GPAI models
- European Commission: guidelines on the AI system definition
Classify your RAG system under the AI Act
We record the intended purpose, user group and data sources of your RAG system and implement logging, source citations and permissions. The legal assessment stays with your legal counsel.
Frequently Asked Questions
Answers to important questions about this topic
In most cases, no. Under Article 6 of the AI Act, classification depends on the intended purpose, not the technology. A RAG assistant for manuals, policies or knowledge articles falls under none of the areas in Annex III. It becomes high-risk only when used for purposes such as recruitment, grading exams, creditworthiness, decisions on public benefits or assisting courts in researching and applying the law.
No. Regulation (EU) 2026/1744 (Digital Omnibus on AI) was published in the Official Journal on 24 July 2026 and has been in force since 27 July 2026. It postpones the obligations for high-risk systems under Annex III to 2 December 2027 and for systems under Annex I to 2 August 2028. The transparency obligations of Article 50, by contrast, have applied since 2 August 2026.
No. Annex III does not list public administration in general. It lists specific uses, such as evaluating eligibility for public assistance benefits, asylum and visa procedures, or assisting judicial authorities in researching and applying the law. A RAG system that staff use to search decrees and procedural instructions is not among them.
Usually yes. Under Article 3(3), a provider is whoever develops an AI system or has it developed and puts it into service under its own name. Under Article 3(11), putting into service includes supplying a system for own use. Anyone who builds a RAG system, or has a service provider build it, and makes it available internally is therefore both provider and deployer.
No. RAG does not change the language model; it only adds context to the query. According to the Commission guidelines on GPAI models, a downstream actor becomes a model provider only if it modifies the model using more than one third of the original training compute. The GPAI obligations remain with the model developer.
No. Article 4 was rewritten, and the obligation remains with providers and deployers. They must take measures to support the development of AI literacy of their staff. The new text clarifies that no specific level of AI literacy of any individual has to be guaranteed.
Only as a high-risk system. Then Article 12 requires automatic logging, and providers and deployers must keep the logs for at least six months under Articles 19 and 26. For a RAG system that is not high-risk, the AI Act does not require logging. It is still useful to demonstrate the classification, answer quality and permissions.
No, there is no explicit obligation to cite sources. Citations do, however, support the human oversight that Article 14 requires for high-risk systems and the explanation of decisions that affected persons can request under Article 86. For any RAG system, they are the main way to make answers verifiable.
Then Article 25(1)(c) applies. Anyone who changes the intended purpose of a system not classified as high-risk so that it falls under Annex III is considered the provider of a high-risk system, with all obligations under Article 16. An internal usage policy that excludes such purposes is therefore part of the classification.
Only if it falls within an Annex III area. A high-risk system is registered before being put into service. If a system is in an Annex III area but the provider classifies it as not high-risk under Article 6(3), the provider must document that assessment and register the system under Article 49(2); the Digital Omnibus reduced the information required. A RAG system outside Annex III is not registered.

Written by
Timo Wevelsiep
Co-Founder & CEO
Co-Founder of WZ-IT. Specialized in cloud infrastructure, open-source platforms and managed services for SMEs and enterprise clients worldwide.
LinkedInLet's Talk About Your Idea
Whether a specific IT challenge or just an idea - we look forward to the exchange. In a brief conversation, we'll evaluate together if and how your project fits with WZ-IT.





