{"id":90,"date":"2026-09-07T09:02:36","date_gmt":"2026-09-07T09:02:36","guid":{"rendered":"https:\/\/wordpress.nevatal.id\/2026\/09\/07\/ragreader-multi-llm-consensus-benchmark-3\/"},"modified":"2026-09-09T12:17:18","modified_gmt":"2026-09-09T12:17:18","slug":"ragreader-multi-llm-consensus-benchmark-3","status":"publish","type":"post","link":"https:\/\/wordpress.nevatal.id\/2026\/09\/07\/ragreader-multi-llm-consensus-benchmark-3\/","title":{"rendered":"RagReader &#8211; Multi-LLM Consensus &#038; Benchmark: The Ultimate RAG Pipeline Comparison Tool"},"content":{"rendered":"<h1>RagReader &#8211; Multi-LLM Consensus &#038; Benchmark: The Ultimate RAG Pipeline Comparison Tool<\/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 compares 9 concurrent RAG configurations across Dense, Sparse, and Hybrid retrieval methods combined with GPT, Claude, and Gemini LLMs.<\/li>\n<li>Automated ground-truth generation via TREC-style Reciprocal Rank Fusion (RRF) candidate pooling.<\/li>\n<li>Real-time retrieval quality metrics: Precision@K, Recall@K, and F1@K.<\/li>\n<li>Automated LLM evaluation via Mistral Nemo: Faithfulness, Answer Relevance, and Coverage.<\/li>\n<li>Interactive live WebSocket streaming dashboard for side-by-side comparison metrics.<\/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>Designing an AI QA system presents a significant challenge: determining which retrieval strategy (Dense, Sparse, Hybrid) and which generative model (GPT, Claude, Gemini) will perform best on a specific document corpus. Selecting a pipeline based on guesswork often leads to poor answer accuracy, high latency, or excessive API costs.<\/p>\n<p>RagReader addresses this challenge by providing a diagnostics platform that allows users to compare different RAG configurations. It offers a deep dive into the performance of various pipelines, ensuring that developers can make informed decisions before production rollout.<\/p>\n<h2>Core Architecture &#038; Technical Stack Deep-Dive<\/h2>\n<h3>System Topology &#038; Parallel Execution<\/h3>\n<p>RagReader is designed to run multiple RAG configurations side-by-side. The backend uses Django Channels to stream results over a single WebSocket connection. The architecture includes:<\/p>\n<ul>\n<li><strong>React Dashboard UI:<\/strong> Interactive and real-time display of comparison metrics.<\/li>\n<li><strong>Django Web Server:<\/strong> Handles the backend logic and WebSocket communication.<\/li>\n<li><strong>Parallel Pipelines:<\/strong> Dense, Sparse, and Hybrid retrieval methods combined with GPT, Claude, and Gemini LLMs.<\/li>\n<li><strong>Referee Evaluator:<\/strong> Mistral Nemo for automated LLM evaluation.<\/li>\n<\/ul>\n<h3>Reciprocal Rank Fusion (RRF) Pooling<\/h3>\n<p>For objective ground-truth benchmarking, RagReader employs TREC-style RRF candidate pooling. This automated approach combines results from all three retrievers, ensuring a robust and reliable ground-truth dataset.<\/p>\n<h2>Key Features Breakdown &#038; Practical Benefits<\/h2>\n<h3>3&#215;3 Deep Dive Execution Matrix<\/h3>\n<p>RagReader runs 9 concurrent pipelines, combining Dense, Sparse, and Hybrid retrieval methods with GPT, Claude, and Gemini LLMs. This comprehensive comparison ensures that developers can identify the best-performing pipeline for their specific needs.<\/p>\n<h3>Automated Ground-Truth Generation<\/h3>\n<p>Using TREC-style RRF candidate pooling, RagReader automates the creation of ground-truth datasets, eliminating the need for manual labeling and reducing the potential for human error.<\/p>\n<h3>Real-Time Retrieval Quality Metrics<\/h3>\n<p>RagReader computes and displays real-time metrics for retrieval quality, including Precision@K, Recall@K, and F1@K. These metrics provide immediate feedback on the performance of each pipeline.<\/p>\n<h2>Real-World Use Cases &#038; Applications<\/h2>\n<p>RagReader is ideal for:<\/p>\n<ul>\n<li><strong>Enterprise RAG Architecture Benchmarking:<\/strong> Optimize cost-vs-accuracy before production rollout.<\/li>\n<li><strong>Objective Comparative Evaluation:<\/strong> Assess frontier LLMs on specialized document collections.<\/li>\n<li><strong>Automated Ground-Truth Dataset Creation:<\/strong> Generate reliable datasets without manual labeling effort.<\/li>\n<\/ul>\n<h2>How It Works: Step-by-Step Workflow<\/h2>\n<p>RagReader follows a structured workflow:<\/p>\n<ol>\n<li>Upload a document and ask a question.<\/li>\n<li>Choose a ground-truth method (Manual Selection or Candidate Pooling).<\/li>\n<li>Define the expected answer.<\/li>\n<li>Start the Deep Dive Analysis.<\/li>\n<li>Stream 3&#215;3 pipeline execution and compare real-time evaluation metrics.<\/li>\n<\/ol>\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>Pipeline Comparison<\/td>\n<td>9 concurrent pipelines<\/td>\n<td>Single pipeline evaluation<\/td>\n<\/tr>\n<tr>\n<td>Ground-Truth Generation<\/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>Post-hoc analysis<\/td>\n<\/tr>\n<tr>\n<td>Evaluation<\/td>\n<td>Automated LLM evaluation<\/td>\n<td>Manual evaluation<\/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 diagnostic and benchmarking platform that compares 9 concurrent RAG configurations, offering automated RRF candidate pooling and real-time retrieval quality metrics.<\/p>\n<h3>How does RagReader generate ground-truth datasets?<\/h3>\n<p>RagReader uses TREC-style Reciprocal Rank Fusion (RRF) candidate pooling to automate ground-truth dataset creation.<\/p>\n<h3>What metrics does RagReader provide?<\/h3>\n<p>RagReader provides real-time retrieval quality metrics (Precision@K, Recall@K, F1@K) and automated LLM evaluation metrics (Faithfulness, Answer Relevance, Coverage).<\/p>\n<h3>Can RagReader be used for production systems?<\/h3>\n<p>Yes, RagReader is designed to help enterprises optimize their RAG architectures before production rollout.<\/p>\n<h2>Conclusion &#038; Next Steps<\/h2>\n<p>RagReader &#8211; Multi-LLM Consensus &#038; Benchmark is a powerful tool for developers and enterprises looking to optimize their AI QA systems. With its comprehensive pipeline comparison, automated ground-truth generation, and real-time metrics, RagReader ensures that you can make informed decisions with confidence.<\/p>\n<p>Ready to optimize your RAG architecture? Visit <a href=\"https:\/\/rag.nevatal.tech\">https:\/\/rag.nevatal.tech<\/a> to get started today!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>RagReader is a cutting-edge diagnostic and benchmarking platform that compares 9 concurrent RAG configurations, offering automated RRF candidate pooling and real-time retrieval quality metrics. Optimize your AI QA system with precision and ease.<\/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":[1],"tags":[77,73,75,72,71,76,74,68],"class_list":["post-90","post","type-post","status-publish","format-standard","hentry","category-uncategorized","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>RagReader - Multi-LLM Consensus &amp; Benchmark: The Ultimate RAG Pipeline Comparison Tool<\/title>\n<meta name=\"description\" content=\"Discover RagReader, the diagnostic and benchmarking platform comparing 9 concurrent RAG configurations with automated RRF candidate pooling. Optimize your AI QA system today!\" \/>\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\/07\/ragreader-multi-llm-consensus-benchmark-3\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RagReader - Multi-LLM Consensus &amp; Benchmark: The Ultimate RAG Pipeline Comparison Tool\" \/>\n<meta property=\"og:description\" content=\"Discover RagReader, the diagnostic and benchmarking platform comparing 9 concurrent RAG configurations with automated RRF candidate pooling. Optimize your AI QA system today!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordpress.nevatal.id\/2026\/09\/07\/ragreader-multi-llm-consensus-benchmark-3\/\" \/>\n<meta property=\"og:site_name\" content=\"Nevatal\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-07T09:02:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-09T12:17:18+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\\\/07\\\/ragreader-multi-llm-consensus-benchmark-3\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/07\\\/ragreader-multi-llm-consensus-benchmark-3\\\/\"},\"author\":{\"name\":\"play258\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"headline\":\"RagReader &#8211; Multi-LLM Consensus &#038; Benchmark: The Ultimate RAG Pipeline Comparison Tool\",\"datePublished\":\"2026-09-07T09:02:36+00:00\",\"dateModified\":\"2026-09-09T12:17:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/07\\\/ragreader-multi-llm-consensus-benchmark-3\\\/\"},\"wordCount\":679,\"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\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/07\\\/ragreader-multi-llm-consensus-benchmark-3\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/07\\\/ragreader-multi-llm-consensus-benchmark-3\\\/\",\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/07\\\/ragreader-multi-llm-consensus-benchmark-3\\\/\",\"name\":\"RagReader - Multi-LLM Consensus & Benchmark: The Ultimate RAG Pipeline Comparison Tool\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#website\"},\"datePublished\":\"2026-09-07T09:02:36+00:00\",\"dateModified\":\"2026-09-09T12:17:18+00:00\",\"description\":\"Discover RagReader, the diagnostic and benchmarking platform comparing 9 concurrent RAG configurations with automated RRF candidate pooling. Optimize your AI QA system today!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/07\\\/ragreader-multi-llm-consensus-benchmark-3\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/07\\\/ragreader-multi-llm-consensus-benchmark-3\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/07\\\/ragreader-multi-llm-consensus-benchmark-3\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wordpress.nevatal.id\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"RagReader &#8211; Multi-LLM Consensus &#038; Benchmark: The Ultimate RAG Pipeline Comparison Tool\"}]},{\"@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":"RagReader - Multi-LLM Consensus & Benchmark: The Ultimate RAG Pipeline Comparison Tool","description":"Discover RagReader, the diagnostic and benchmarking platform comparing 9 concurrent RAG configurations with automated RRF candidate pooling. Optimize your AI QA system today!","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\/07\/ragreader-multi-llm-consensus-benchmark-3\/","og_locale":"en_US","og_type":"article","og_title":"RagReader - Multi-LLM Consensus & Benchmark: The Ultimate RAG Pipeline Comparison Tool","og_description":"Discover RagReader, the diagnostic and benchmarking platform comparing 9 concurrent RAG configurations with automated RRF candidate pooling. Optimize your AI QA system today!","og_url":"https:\/\/wordpress.nevatal.id\/2026\/09\/07\/ragreader-multi-llm-consensus-benchmark-3\/","og_site_name":"Nevatal","article_published_time":"2026-09-07T09:02:36+00:00","article_modified_time":"2026-09-09T12:17:18+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\/07\/ragreader-multi-llm-consensus-benchmark-3\/#article","isPartOf":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/07\/ragreader-multi-llm-consensus-benchmark-3\/"},"author":{"name":"play258","@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"headline":"RagReader &#8211; Multi-LLM Consensus &#038; Benchmark: The Ultimate RAG Pipeline Comparison Tool","datePublished":"2026-09-07T09:02:36+00:00","dateModified":"2026-09-09T12:17:18+00:00","mainEntityOfPage":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/07\/ragreader-multi-llm-consensus-benchmark-3\/"},"wordCount":679,"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"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wordpress.nevatal.id\/2026\/09\/07\/ragreader-multi-llm-consensus-benchmark-3\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/07\/ragreader-multi-llm-consensus-benchmark-3\/","url":"https:\/\/wordpress.nevatal.id\/2026\/09\/07\/ragreader-multi-llm-consensus-benchmark-3\/","name":"RagReader - Multi-LLM Consensus & Benchmark: The Ultimate RAG Pipeline Comparison Tool","isPartOf":{"@id":"https:\/\/wordpress.nevatal.id\/#website"},"datePublished":"2026-09-07T09:02:36+00:00","dateModified":"2026-09-09T12:17:18+00:00","description":"Discover RagReader, the diagnostic and benchmarking platform comparing 9 concurrent RAG configurations with automated RRF candidate pooling. Optimize your AI QA system today!","breadcrumb":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/07\/ragreader-multi-llm-consensus-benchmark-3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordpress.nevatal.id\/2026\/09\/07\/ragreader-multi-llm-consensus-benchmark-3\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/07\/ragreader-multi-llm-consensus-benchmark-3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wordpress.nevatal.id\/"},{"@type":"ListItem","position":2,"name":"RagReader &#8211; Multi-LLM Consensus &#038; Benchmark: The Ultimate RAG Pipeline Comparison Tool"}]},{"@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\/90","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=90"}],"version-history":[{"count":1,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts\/90\/revisions"}],"predecessor-version":[{"id":91,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts\/90\/revisions\/91"}],"wp:attachment":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/media?parent=90"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/categories?post=90"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/tags?post=90"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}