{"id":27966,"date":"2024-04-25T12:00:00","date_gmt":"2024-04-25T10:00:00","guid":{"rendered":"https:\/\/golem.ai\/?p=27966"},"modified":"2024-09-17T11:59:15","modified_gmt":"2024-09-17T09:59:15","slug":"ia-rag-llm","status":"publish","type":"post","link":"https:\/\/miralia.ai\/en\/blog\/ia-rag-llm","title":{"rendered":"Is RAG enough?\u00a0"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Retrieval-Augmented Generation (RAG) models combine the capabilities of the <a href=\"https:\/\/www.cloudflare.com\/fr-fr\/learning\/ai\/what-is-large-language-model\/#:~:text=Les%20grands%20mod%C3%A8les%20de%20langage,ensembles%20de%20donn%C3%A9es%20linguistiques%20massives.\">LLMs<\/a> (Large Language Models) with the extraction of information from a database or external corpus to answer questions or generate text. This approach overcomes some of the limitations of LLMs, notably in terms of accuracy of information, relevance of answers, updating of knowledge and limiting the \"hallucinations\" that LLMs can have when answering a question where they have no training data. In recent times, RAGs have often been presented as THE solution to these possible shortcomings of LLMs. But is it really enough?\n\nTranslated with DeepL.com (free version)&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is RAG?&nbsp;<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">RAG captivated the Generative AI developer community following the publication of the article entitled \"<a href=\"https:\/\/proceedings.neurips.cc\/paper\/2020\/file\/6b493230205f780e1bc26945df7481e5-Paper.pdf\"> Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks<\/a> \", written by Patrick Lewis and his team at Facebook AI Research in 2020. This approach has been rapidly adopted by many researchers, both in academia and industry, because of its potential to significantly enrich the capabilities of generative AI systems.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">RAG est l&rsquo;acronyme de \u00ab Retrieval Augmented Generation \u00bb. Cette approche fusionne des m\u00e9thodes d&rsquo;extraction d&rsquo;informations et de g\u00e9n\u00e9ration de contenus par l&rsquo;intelligence artificielle. Les techniques d&rsquo;extraction sont int\u00e9ressantes pour r\u00e9cup\u00e9rer des donn\u00e9es de diverses sources en ligne telles que des articles ou des bases de donn\u00e9es, mais elles se limitent \u00e0 reproduire des informations d\u00e9j\u00e0 existantes sans ajouter de nouveaut\u00e9s . \u00c0 l&rsquo;oppos\u00e9, les mod\u00e8les d\u2019IA g\u00e9n\u00e9ratives sont capables de cr\u00e9er des contenus nouveaux et contextuellement adapt\u00e9s, bien qu&rsquo;ils puissent parfois manquer de pr\u00e9cision. Ainsi, le mod\u00e8le RAG est n\u00e9 de l&rsquo;ambition d\u2019allier les avantages de ces deux mondes : il utilise l&rsquo;extraction pour identifier les informations les plus pertinentes dans les sources disponibles, puis le mod\u00e8le de g\u00e9n\u00e9ration transforme ces \u00e9l\u00e9ments en r\u00e9ponses compl\u00e8tes et pertinentes, surmontant ainsi les limites de chaque approche prise isol\u00e9ment. Dans le cadre d&rsquo;un syst\u00e8me RAG, l&rsquo;extraction cible les donn\u00e9es n\u00e9cessaires, tandis que la g\u00e9n\u00e9ration les reformule en une r\u00e9ponse claire et pr\u00e9cise, adapt\u00e9e \u00e0 la demande.\u00a0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Les diff\u00e9rents avantages de la RAG<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Up-to-date information<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">LLMs are trained on large datasets which, once the training process is complete, are no longer updated. This means that, even if an LLM includes information up to a certain date, any new information or events occurring after that date are not incorporated into the model. On the other hand, RAG models can consult continuously or periodically updated external databases or corpora to provide current information. For example, if a user asks a question about the latest advances in a specific scientific field, a RAG model can retrieve and integrate the results of research published after the last LLM model update, ensuring that the answer reflects the current state of knowledge.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Data accuracy<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">An LLM can generate responses based on patterns learned during training, which can lead to responses that <strong>generalists<\/strong> or <strong>inaccurate<\/strong> for questions requiring <strong>specialized or detailed knowledge<\/strong>. RAG models, by retrieving specific information from a reference corpus, can provide much more accurate answers. For example, if a question concerns demographic statistics for a specific region, a RAG model can retrieve this data directly from reliable sources, rather than generating an answer based on estimates or generalizations. This ability to access detailed and specific information enables RAGs to outperform LLMs in terms of data accuracy. However, this solution does not completely eliminate the risk of hallucinations in an answer.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Bias management<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">All datasets contain biases, whether due to data selection, collection method, or the inherent biases of the dataset's creators. LLMs, being trained on large datasets, can incorporate and perpetuate these biases in their responses. RAG models, based on carefully selected and diversified sources of information, can help to <strong>alleviate this problem<\/strong>. For example, by selecting sources that have been identified as having different or opposing biases, or by including sources specifically intended to represent under-represented perspectives, a RAG model can produce responses that are more balanced and less biased. That said, managing bias requires constant vigilance and regular evaluation of information sources to ensure that they remain representative and balanced.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The various limits of RAG&nbsp; &nbsp;<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Source selection and relevance<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The quality of the answers provided by a RAG model depends heavily on the selection of information sources to which it has access. Finding, selecting and maintaining a set of reliable, up-to-date and representative sources can be complex. What's more, there's also the risk of the model retrieving information from sources that aren't entirely relevant to the question posed, which can lead to inaccurate or irrelevant answers. In this case, a great deal of indexing and orchestration work is required to make this approach viable on a professional level.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Managing misinformation and bias<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Although RAGs can potentially reduce the bias present in responses by diversifying their sources, they are not immune to retrieving and propagating biased or false information. The presence of misinformation in external sources can lead to the generation of responses that perpetuate errors or prejudices. Source selection must therefore be carried out with care to minimize this risk.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Complex reasoning skills<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Even if RAGs improve the relevance and timeliness of the information provided, they don't necessarily solve all the challenges of complex reasoning and deep contextual understanding that language models can encounter. As a result, there is always a risk of hallucination despite RAG. This is because the LLM can sometimes fail to find a certain word in the RAG database. Or link too many answers, which generally makes generative AIs less attentive to the essentials.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Answer integrity<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Integrating retrieved information into generated responses presents a challenge in terms of ensuring that responses remain coherent and logically integrated. It can be difficult to ensure that retrieved information aligns perfectly with the rest of the response or with the LLM model, which can sometimes lead to hallucinations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Solutions&nbsp;<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If there are any inconveniences <a href=\"https:\/\/jxnl.github.io\/blog\/writing\/2024\/02\/28\/levels-of-complexity-rag-applications\/\">solutions<\/a> emerge to go beyond the limits set out above. For example:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>One possible solution to counter the risk of LLM hallucination with RAG would be to add structured metadata to the vector database. In other words, transforming the unstructured data in the RAG to add structured data, enabling better access to relevant information. However, the promise of \"zero cost\" and ease of use of RAG coupled with LLM would be flouted. Hence the solution of a <strong>hybridization<\/strong> : It might be interesting to have a <a href=\"https:\/\/golem.ai\/fr\/guide-ia-analytique-ia-generative\">\u00a0analytical AI<\/a> transforms all data into metadata in the RAG, making it easier to search and find the precise answer to a query.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Another solution would be to make summaries of the RAG database so that the LLM can easily understand and not misunderstand a given answer. Here again, we understand that the RAG is not a miracle solution, but that there are costs involved in improving LLMs' accuracy and reducing their hallucinations.&nbsp;<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The integration of RAG technology into the field of Generative AI marks a breakthrough, offering synergy between LLM capabilities and information retrieval methods. This combination promises to improve<strong>exactness<\/strong>, the <strong>relevance<\/strong>, et la <strong>accuracy<\/strong> responses provided by AI systems, pushing back some of the limitations inherent in LLMs, such as knowledge updating and data accuracy. The distinct advantages of GAN, including information updating, data accuracy, personalization, and bias management, highlight its potential to enhance the field of Generative AI.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, despite these undeniable advantages, the challenges associated with implementing and operationalizing RAGs should not be underestimated. Issues of source selection and relevance, technical complexity and associated cost, data maintenance, as well as the risks of misinformation and the spread of bias require careful attention. Moreover, the limitations associated with complex reasoning and consistency of response reveal that RAGs, while innovative, are not a universal panacea to the challenges faced by LLMs. However, some <strong>solutions<\/strong> may emerge to reduce the problems associated with this architecture, the most obvious and efficient solution for us is coupling with<strong>Analytical AI at RAG<\/strong>.<\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>La RAG est souvent pr\u00e9sent\u00e9e comme la solution pour pallier aux risques d\u2019hallucinations des LLMs, est-ce pour autant le cas ? <\/p>\n<p><!-- AddThis Advanced Settings generic via filter on get_the_excerpt --><!-- AddThis Share Buttons generic via filter on get_the_excerpt --><\/p>","protected":false},"author":23,"featured_media":28004,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"categories":[68,74],"tags":[77,76,75,205],"class_list":["post-27966","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-technologie","tag-ai","tag-ia","tag-intelligence-artificielle","tag-rag"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>L&#039;IA RAG : Est-ce suffisant ?<\/title>\n<meta name=\"description\" content=\"Les RAGs enrichissent les LLMs mais peuvent propager des biais et g\u00e9n\u00e9rer des r\u00e9ponses inexactes dues \u00e0 des sources imparfaites.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/miralia.ai\/en\/blog\/ia-rag-llm\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RAG : La solution pour \u00e9viter les hallucinations des LLMs ?\" \/>\n<meta property=\"og:description\" content=\"Les RAGs enrichissent les LLMs mais peuvent propager des biais et g\u00e9n\u00e9rer des r\u00e9ponses inexactes dues \u00e0 des sources imparfaites.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/miralia.ai\/en\/blog\/ia-rag-llm\/\" \/>\n<meta property=\"og:site_name\" content=\"Miralia.ai\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-25T10:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-17T09:59:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/04\/22085945\/Blog-Visuels-reseaux-sociaux-1600x900-23.png\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Sammy Govin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@miralia_ai\" \/>\n<meta name=\"twitter:site\" content=\"@miralia_ai\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/ia-rag-llm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/ia-rag-llm\"},\"author\":{\"name\":\"Sammy Govin\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#\\\/schema\\\/person\\\/c8dda52df4ee61875af446746682491a\"},\"headline\":\"La RAG, est-ce bien suffisant ?\u00a0\",\"datePublished\":\"2024-04-25T10:00:00+00:00\",\"dateModified\":\"2024-09-17T09:59:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/ia-rag-llm\"},\"wordCount\":1838,\"publisher\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/ia-rag-llm#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/22090040\\\/Blog-visuels-petite-banniere-570x200-6.png\",\"keywords\":[\"AI\",\"IA\",\"intelligence artificielle\",\"RAG\"],\"articleSection\":[\"Blog\",\"Technologie\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/ia-rag-llm\",\"url\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/ia-rag-llm\",\"name\":\"L'IA RAG : Est-ce suffisant ?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/ia-rag-llm#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/ia-rag-llm#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/22090040\\\/Blog-visuels-petite-banniere-570x200-6.png\",\"datePublished\":\"2024-04-25T10:00:00+00:00\",\"dateModified\":\"2024-09-17T09:59:15+00:00\",\"description\":\"Les RAGs enrichissent les LLMs mais peuvent propager des biais et g\u00e9n\u00e9rer des r\u00e9ponses inexactes dues \u00e0 des sources imparfaites.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/miralia.ai\\\/blog\\\/ia-rag-llm\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/blog\\\/ia-rag-llm#primaryimage\",\"url\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/22085945\\\/Blog-Visuels-reseaux-sociaux-1600x900-23.png\",\"contentUrl\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/22085945\\\/Blog-Visuels-reseaux-sociaux-1600x900-23.png\",\"width\":\"\",\"height\":\"\",\"caption\":\"RAG : Est-ce bien suffisant ?\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/\",\"name\":\"Miralia.ai\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#organization\",\"name\":\"Miralia\",\"url\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/07142128\\\/Logo-Miralia.png\",\"contentUrl\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/07142128\\\/Logo-Miralia.png\",\"width\":1061,\"height\":211,\"caption\":\"Miralia\"},\"image\":{\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/miralia_ai\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/miralia\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/miralia.ai\\\/fr\\\/#\\\/schema\\\/person\\\/c8dda52df4ee61875af446746682491a\",\"name\":\"Sammy Govin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/26113926\\\/IMG_8389-150x150.jpg\",\"url\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/26113926\\\/IMG_8389-150x150.jpg\",\"contentUrl\":\"https:\\\/\\\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/26113926\\\/IMG_8389-150x150.jpg\",\"caption\":\"Sammy Govin\"},\"url\":\"https:\\\/\\\/miralia.ai\\\/en\\\/auteur\\\/sammy-govin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"L'IA RAG : Est-ce suffisant ?","description":"Les RAGs enrichissent les LLMs mais peuvent propager des biais et g\u00e9n\u00e9rer des r\u00e9ponses inexactes dues \u00e0 des sources imparfaites.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/miralia.ai\/en\/blog\/ia-rag-llm\/","og_locale":"en_US","og_type":"article","og_title":"RAG : La solution pour \u00e9viter les hallucinations des LLMs ?","og_description":"Les RAGs enrichissent les LLMs mais peuvent propager des biais et g\u00e9n\u00e9rer des r\u00e9ponses inexactes dues \u00e0 des sources imparfaites.","og_url":"https:\/\/miralia.ai\/en\/blog\/ia-rag-llm\/","og_site_name":"Miralia.ai","article_published_time":"2024-04-25T10:00:00+00:00","article_modified_time":"2024-09-17T09:59:15+00:00","og_image":[{"url":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/04\/22085945\/Blog-Visuels-reseaux-sociaux-1600x900-23.png","width":"","height":"","type":"image\/png"}],"author":"Sammy Govin","twitter_card":"summary_large_image","twitter_creator":"@miralia_ai","twitter_site":"@miralia_ai","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/miralia.ai\/blog\/ia-rag-llm#article","isPartOf":{"@id":"https:\/\/miralia.ai\/blog\/ia-rag-llm"},"author":{"name":"Sammy Govin","@id":"https:\/\/miralia.ai\/fr\/#\/schema\/person\/c8dda52df4ee61875af446746682491a"},"headline":"La RAG, est-ce bien suffisant ?\u00a0","datePublished":"2024-04-25T10:00:00+00:00","dateModified":"2024-09-17T09:59:15+00:00","mainEntityOfPage":{"@id":"https:\/\/miralia.ai\/blog\/ia-rag-llm"},"wordCount":1838,"publisher":{"@id":"https:\/\/miralia.ai\/fr\/#organization"},"image":{"@id":"https:\/\/miralia.ai\/blog\/ia-rag-llm#primaryimage"},"thumbnailUrl":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/04\/22090040\/Blog-visuels-petite-banniere-570x200-6.png","keywords":["AI","IA","intelligence artificielle","RAG"],"articleSection":["Blog","Technologie"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/miralia.ai\/blog\/ia-rag-llm","url":"https:\/\/miralia.ai\/blog\/ia-rag-llm","name":"L'IA RAG : Est-ce suffisant ?","isPartOf":{"@id":"https:\/\/miralia.ai\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/miralia.ai\/blog\/ia-rag-llm#primaryimage"},"image":{"@id":"https:\/\/miralia.ai\/blog\/ia-rag-llm#primaryimage"},"thumbnailUrl":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/04\/22090040\/Blog-visuels-petite-banniere-570x200-6.png","datePublished":"2024-04-25T10:00:00+00:00","dateModified":"2024-09-17T09:59:15+00:00","description":"Les RAGs enrichissent les LLMs mais peuvent propager des biais et g\u00e9n\u00e9rer des r\u00e9ponses inexactes dues \u00e0 des sources imparfaites.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/miralia.ai\/blog\/ia-rag-llm"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/miralia.ai\/blog\/ia-rag-llm#primaryimage","url":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/04\/22085945\/Blog-Visuels-reseaux-sociaux-1600x900-23.png","contentUrl":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2024\/04\/22085945\/Blog-Visuels-reseaux-sociaux-1600x900-23.png","width":"","height":"","caption":"RAG : Est-ce bien suffisant ?"},{"@type":"WebSite","@id":"https:\/\/miralia.ai\/fr\/#website","url":"https:\/\/miralia.ai\/fr\/","name":"Miralia.ai","description":"","publisher":{"@id":"https:\/\/miralia.ai\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/miralia.ai\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/miralia.ai\/fr\/#organization","name":"Miralia","url":"https:\/\/miralia.ai\/fr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/miralia.ai\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2026\/01\/07142128\/Logo-Miralia.png","contentUrl":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2026\/01\/07142128\/Logo-Miralia.png","width":1061,"height":211,"caption":"Miralia"},"image":{"@id":"https:\/\/miralia.ai\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/miralia_ai","https:\/\/www.linkedin.com\/company\/miralia\/"]},{"@type":"Person","@id":"https:\/\/miralia.ai\/fr\/#\/schema\/person\/c8dda52df4ee61875af446746682491a","name":"Sammy Govin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2023\/10\/26113926\/IMG_8389-150x150.jpg","url":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2023\/10\/26113926\/IMG_8389-150x150.jpg","contentUrl":"https:\/\/golem-ai-website-wordpress-prod.s3.fr-par.scw.cloud\/wp-content\/uploads\/2023\/10\/26113926\/IMG_8389-150x150.jpg","caption":"Sammy Govin"},"url":"https:\/\/miralia.ai\/en\/auteur\/sammy-govin"}]}},"_links":{"self":[{"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/posts\/27966","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/comments?post=27966"}],"version-history":[{"count":5,"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/posts\/27966\/revisions"}],"predecessor-version":[{"id":30085,"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/posts\/27966\/revisions\/30085"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/media\/28004"}],"wp:attachment":[{"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/media?parent=27966"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/categories?post=27966"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/miralia.ai\/en\/wp-json\/wp\/v2\/tags?post=27966"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}