{"id":374,"date":"2026-09-19T09:08:09","date_gmt":"2026-09-19T09:08:09","guid":{"rendered":"https:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/"},"modified":"2026-09-19T09:08:09","modified_gmt":"2026-09-19T09:08:09","slug":"getting-started-ragreader-multi-llm-consensus-benchmark","status":"publish","type":"post","link":"https:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/","title":{"rendered":"Getting Started with RagReader: A Hands-on Tutorial to Multi-LLM Consensus RAG Benchmarking"},"content":{"rendered":"<h1>Getting Started with RagReader: A Hands-on Tutorial to Multi-LLM Consensus RAG Benchmarking<\/h1>\n<div class=\"callout\" style=\"background:#f0f9ff; border-left:4px solid #0284c7; padding:15px; margin:20px 0; border-radius:4px;\"><strong>Key Takeaways:<\/strong><\/p>\n<ul>\n<li>RagReader is a diagnostic platform for comparing 9 RAG configurations (Dense, Sparse, Hybrid) across GPT, Claude, and Gemini.<\/li>\n<li>Automated ground-truth generation via Reciprocal Rank Fusion (RRF) eliminates manual labeling efforts.<\/li>\n<li>Real-time metrics like Precision@K, Recall@K, and F1@K provide actionable insights for retrieval optimization.<\/li>\n<\/ul>\n<div class=\"project-access-box\" style=\"background:#f0f9ff; border:1px solid #bae6fd; border-left:4px solid #0284c7; padding:12px 18px; margin:20px 0; border-radius:4px;\"><strong>Live Project Access:<\/strong> <a href=\"https:\/\/rag.nevatal.tech\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/rag.nevatal.tech<\/a><\/div>\n<\/div>\n<h2>The Challenge: Why RagReader &#8211; Multi-LLM Consensus &#038; Benchmark Was Built<\/h2>\n<p>Developers building AI-powered QA systems often struggle to determine the optimal retrieval strategy (Dense, Sparse, Hybrid) and generative model (GPT, Claude, Gemini) for their specific document corpus. Without objective benchmarks, pipeline selection becomes guesswork, leading to poor accuracy, high latency, or excessive API costs. RagReader solves this by enabling side-by-side comparisons of 9 RAG pipelines, providing actionable insights for optimization.<\/p>\n<h2>Core Architecture &#038; Technical Stack Deep-Dive<\/h2>\n<p>RagReader\u2019s architecture is built for parallel execution and real-time feedback. The backend leverages Django Channels and WebSockets to stream results to a React dashboard. Key components include:<\/p>\n<ul>\n<li><strong>Retrieval Pipelines:<\/strong> Dense (vector-based), Sparse (BM25), and Hybrid (Cross-Encoder reranker).<\/li>\n<li><strong>Generative LLMs:<\/strong> GPT-4o-mini, Claude 3.5 Haiku, and Gemini 2.0 Flash.<\/li>\n<li><strong>Evaluation Framework:<\/strong> Automated metrics like ROUGE-L, Faithfulness, and Answer Relevance.<\/li>\n<\/ul>\n<h3>How It Works: Step-by-Step Workflow<\/h3>\n<ol>\n<li><strong>Upload Documents:<\/strong> Provide your document corpus for analysis.<\/li>\n<li><strong>Ask a Question:<\/strong> Input a query to test retrieval and generation performance.<\/li>\n<li><strong>Choose Ground-Truth Method:<\/strong> Opt for manual selection or automated RRF candidate pooling.<\/li>\n<li><strong>Start Deep Dive Analysis:<\/strong> RagReader runs 9 pipelines concurrently and streams results in real-time.<\/li>\n<li><strong>Compare Metrics:<\/strong> Evaluate Precision@K, Recall@K, F1@K, and LLM-generated scores side-by-side.<\/li>\n<\/ol>\n<h2>Key Features Breakdown &#038; Practical Benefits<\/h2>\n<h3>Automated RRF Candidate Pooling<\/h3>\n<p>RagReader eliminates manual labeling by generating ground truth via Reciprocal Rank Fusion. This TREC-style approach combines results from Dense, Sparse, and Hybrid retrievers to identify consensus chunks.<\/p>\n<h3>Real-Time Retrieval Quality Metrics<\/h3>\n<p>Precision@K, Recall@K, and F1@K provide immediate feedback on retrieval accuracy, enabling developers to fine-tune their pipelines.<\/p>\n<h3>Automated LLM Evaluation<\/h3>\n<p>Mistral Nemo assesses Faithfulness, Answer Relevance, and Coverage on a 1-5 scale, ensuring generated responses are accurate and comprehensive.<\/p>\n<h2>Real-World Use Cases &#038; Applications<\/h2>\n<ul>\n<li><strong>Enterprise AI Benchmarking:<\/strong> Optimize RAG architectures for accuracy and cost before production rollout.<\/li>\n<li><strong>Objective LLM Comparisons:<\/strong> Evaluate GPT, Claude, and Gemini on specialized document collections.<\/li>\n<li><strong>Automated Dataset Creation:<\/strong> Generate ground-truth datasets without manual labeling.<\/li>\n<\/ul>\n<h2>Comparison: RagReader &#8211; Multi-LLM Consensus &#038; Benchmark vs Traditional Approaches<\/h2>\n<table>\n<thead>\n<tr>\n<th>Feature<\/th>\n<th>RagReader<\/th>\n<th>Traditional Approaches<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Retrieval Methods<\/td>\n<td>Dense, Sparse, Hybrid<\/td>\n<td>Single method (e.g., Dense)<\/td>\n<\/tr>\n<tr>\n<td>Generative Models<\/td>\n<td>GPT, Claude, Gemini<\/td>\n<td>Single model (e.g., GPT)<\/td>\n<\/tr>\n<tr>\n<td>Ground Truth<\/td>\n<td>Automated RRF Pooling<\/td>\n<td>Manual Labeling<\/td>\n<\/tr>\n<tr>\n<td>Real-Time Metrics<\/td>\n<td>Precision@K, Recall@K, F1@K<\/td>\n<td>Limited or Manual<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Frequently Asked Questions (FAQ)<\/h2>\n<h3>What is RagReader?<\/h3>\n<p>RagReader is a benchmarking platform for comparing Retrieval-Augmented Generation (RAG) configurations across multiple models and retrieval strategies.<\/p>\n<h3>How does RagReader generate ground truth?<\/h3>\n<p>It uses Reciprocal Rank Fusion (RRF) to combine results from Dense, Sparse, and Hybrid retrievers, automating ground-truth creation.<\/p>\n<h3>Which LLMs does RagReader support?<\/h3>\n<p>RagReader supports GPT-4o-mini, Claude 3.5 Haiku, and Gemini 2.0 Flash.<\/p>\n<h3>Can I use RagReader for live QA systems?<\/h3>\n<p>No, RagReader is designed for benchmarking and optimization, not live end-user applications.<\/p>\n<h2>Conclusion &#038; Next Steps<\/h2>\n<p>RagReader empowers developers to optimize RAG pipelines with precision, recall, and automated LLM evaluation. Whether you\u2019re comparing GPT, Claude, or Gemini, RagReader provides the insights needed to make data-driven decisions. Ready to get started? Visit <a href=\"https:\/\/rag.nevatal.tech\">https:\/\/rag.nevatal.tech<\/a> to explore the platform and elevate your AI QA systems.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discover RagReader, the ultimate tool for comparing 9 RAG configurations across GPT, Claude, and Gemini. This hands-on tutorial guides you through setup, core features, and practical applications for enterprise AI benchmarking.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_canonical":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","footnotes":""},"categories":[70],"tags":[77,73,75,72,71,76,74,68],"class_list":["post-374","post","type-post","status-publish","format-standard","hentry","category-artificial-intelligence-developer-tools","tag-django-channels","tag-evaluation-metrics","tag-faithfulness-scoring","tag-multi-llm-consensus","tag-rag-benchmark","tag-reciprocal-rank-fusion","tag-rouge-l","tag-websockets"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Getting Started with RagReader: A Hands-on Tutorial to Multi-LLM Consensus RAG Benchmarking<\/title>\n<meta name=\"description\" content=\"Learn how to use RagReader - Multi-LLM Consensus RAG Benchmark for comparing 9 RAG configurations. Optimize retrieval pipelines with precision, recall, and automated LLM evaluation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting Started with RagReader: A Hands-on Tutorial to Multi-LLM Consensus RAG Benchmarking\" \/>\n<meta property=\"og:description\" content=\"Learn how to use RagReader - Multi-LLM Consensus RAG Benchmark for comparing 9 RAG configurations. Optimize retrieval pipelines with precision, recall, and automated LLM evaluation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/\" \/>\n<meta property=\"og:site_name\" content=\"Nevatal\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-19T09:08:09+00:00\" \/>\n<meta name=\"author\" content=\"play258\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"play258\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/19\\\/getting-started-ragreader-multi-llm-consensus-benchmark\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/19\\\/getting-started-ragreader-multi-llm-consensus-benchmark\\\/\"},\"author\":{\"name\":\"play258\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"headline\":\"Getting Started with RagReader: A Hands-on Tutorial to Multi-LLM Consensus RAG Benchmarking\",\"datePublished\":\"2026-09-19T09:08:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/19\\\/getting-started-ragreader-multi-llm-consensus-benchmark\\\/\"},\"wordCount\":577,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"keywords\":[\"Django Channels\",\"Evaluation Metrics\",\"Faithfulness Scoring\",\"Multi-LLM Consensus\",\"RAG Benchmark\",\"Reciprocal Rank Fusion\",\"ROUGE-L\",\"WebSockets\"],\"articleSection\":[\"Artificial Intelligence &amp; Developer Tools\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/19\\\/getting-started-ragreader-multi-llm-consensus-benchmark\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/19\\\/getting-started-ragreader-multi-llm-consensus-benchmark\\\/\",\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/19\\\/getting-started-ragreader-multi-llm-consensus-benchmark\\\/\",\"name\":\"Getting Started with RagReader: A Hands-on Tutorial to Multi-LLM Consensus RAG Benchmarking\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#website\"},\"datePublished\":\"2026-09-19T09:08:09+00:00\",\"description\":\"Learn how to use RagReader - Multi-LLM Consensus RAG Benchmark for comparing 9 RAG configurations. Optimize retrieval pipelines with precision, recall, and automated LLM evaluation.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/19\\\/getting-started-ragreader-multi-llm-consensus-benchmark\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/19\\\/getting-started-ragreader-multi-llm-consensus-benchmark\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/19\\\/getting-started-ragreader-multi-llm-consensus-benchmark\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wordpress.nevatal.id\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Getting Started with RagReader: A Hands-on Tutorial to Multi-LLM Consensus RAG Benchmarking\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#website\",\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/\",\"name\":\"Nevatal\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wordpress.nevatal.id\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\",\"name\":\"play258\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\",\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\",\"contentUrl\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\",\"width\":190,\"height\":266,\"caption\":\"play258\"},\"logo\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\"},\"sameAs\":[\"https:\\\/\\\/wordpress.nevatal.id\"],\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/author\\\/play258\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Getting Started with RagReader: A Hands-on Tutorial to Multi-LLM Consensus RAG Benchmarking","description":"Learn how to use RagReader - Multi-LLM Consensus RAG Benchmark for comparing 9 RAG configurations. Optimize retrieval pipelines with precision, recall, and automated LLM evaluation.","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:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/","og_locale":"en_US","og_type":"article","og_title":"Getting Started with RagReader: A Hands-on Tutorial to Multi-LLM Consensus RAG Benchmarking","og_description":"Learn how to use RagReader - Multi-LLM Consensus RAG Benchmark for comparing 9 RAG configurations. Optimize retrieval pipelines with precision, recall, and automated LLM evaluation.","og_url":"https:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/","og_site_name":"Nevatal","article_published_time":"2026-09-19T09:08:09+00:00","author":"play258","twitter_card":"summary_large_image","twitter_misc":{"Written by":"play258","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/#article","isPartOf":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/"},"author":{"name":"play258","@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"headline":"Getting Started with RagReader: A Hands-on Tutorial to Multi-LLM Consensus RAG Benchmarking","datePublished":"2026-09-19T09:08:09+00:00","mainEntityOfPage":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/"},"wordCount":577,"commentCount":0,"publisher":{"@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"keywords":["Django Channels","Evaluation Metrics","Faithfulness Scoring","Multi-LLM Consensus","RAG Benchmark","Reciprocal Rank Fusion","ROUGE-L","WebSockets"],"articleSection":["Artificial Intelligence &amp; Developer Tools"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/","url":"https:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/","name":"Getting Started with RagReader: A Hands-on Tutorial to Multi-LLM Consensus RAG Benchmarking","isPartOf":{"@id":"https:\/\/wordpress.nevatal.id\/#website"},"datePublished":"2026-09-19T09:08:09+00:00","description":"Learn how to use RagReader - Multi-LLM Consensus RAG Benchmark for comparing 9 RAG configurations. Optimize retrieval pipelines with precision, recall, and automated LLM evaluation.","breadcrumb":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/19\/getting-started-ragreader-multi-llm-consensus-benchmark\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wordpress.nevatal.id\/"},{"@type":"ListItem","position":2,"name":"Getting Started with RagReader: A Hands-on Tutorial to Multi-LLM Consensus RAG Benchmarking"}]},{"@type":"WebSite","@id":"https:\/\/wordpress.nevatal.id\/#website","url":"https:\/\/wordpress.nevatal.id\/","name":"Nevatal","description":"","publisher":{"@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordpress.nevatal.id\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73","name":"play258","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg","url":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg","contentUrl":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg","width":190,"height":266,"caption":"play258"},"logo":{"@id":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg"},"sameAs":["https:\/\/wordpress.nevatal.id"],"url":"https:\/\/wordpress.nevatal.id\/author\/play258\/"}]}},"_links":{"self":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts\/374","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/comments?post=374"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts\/374\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/media?parent=374"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/categories?post=374"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/tags?post=374"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}