{"id":23437,"date":"2026-07-21T03:45:26","date_gmt":"2026-07-21T02:45:26","guid":{"rendered":"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/"},"modified":"2026-07-21T03:45:43","modified_gmt":"2026-07-21T02:45:43","slug":"i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms","status":"publish","type":"post","link":"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/","title":{"rendered":"I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMs"},"content":{"rendered":"<div class=\"anp-pro-entry\">\n<p class=\"anp-pro-lead\">The topic <strong>I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMs<\/strong> is currently the subject of lively discussion \u2014 readers and analysts are keeping a close eye on developments.<\/p>\n<p class=\"anp-pro-p\">This is taking place in a dynamic environment: companies\u2019 decisions and competitors\u2019 reactions can quickly change the picture.<\/p>\n<p class=\"anp-pro-p\">Pairing everyday productivity applications with AI models is one of the best ways to bolster their capabilities. Note takers, for example, can utilize large language models to manage all your ideas, and even generate new ones from your existing knowledge base. In most cases, you\u2019ll find AI-based note-taking workflows relying on cloud-based LLMs.<\/p>\n<p class=\"anp-pro-p\">But despite their superior reasoning capabilities and easy access, I steer clear of cloud models when it comes to managing something as private as my note collection. Instead, I use locally-deployed LLMs to handle all inference tasks for my note-taking needs. With the right collection of FOSS applications, embedding models, and good ol\u2019 LLMs, I haven\u2019t had any issues moving my personal knowledge management system off the cloud.<\/p>\n<p class=\"anp-pro-p\">I built a local AI setup out of two old GPUs that sell for cheap, and it beats a single new card<\/p>\n<figure class=\"anp-pro-inline-figure\" style=\"margin:1.75em auto;text-align:center;max-width:100%\"><img decoding=\"async\" class=\"anp-pro-inline-img\" src=\"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/blinko-12-scaled.jpg\" alt=\"\" style=\"display:block;margin:0 auto;max-width:100%;width:auto;height:auto;object-fit:contain;object-position:center\" loading=\"lazy\"><\/figure>\n<p class=\"anp-pro-p\">Let\u2019s start with what really makes AI models a solid upgrade for note-takers. Conventional LLMs are good at summarizing documents, sure, but you\u2019ll need a specialized type of model to skim through pages upon pages of notes and retrieving the right information. Specifically, I\u2019m talking about embedding models, which convert typical notes into a vector map, where text (or even images\/audio, for that matter) with similar contexts are grouped together, while unrelated data gets scattered far apart.<\/p>\n<p class=\"anp-pro-p\">Embedding models, in turn, make way for Retrieval-Augmented Generation workflows on AI-supported note-taking apps. Every time I ask my RAG-powered apps about a specific note, it funnels the query through the embedding model, which generates its own vector and compares it with the one for my note collection to find all relevant ideas. These text snippets are tossed at the LLM, and the model uses them to create a context-aware answer.<\/p>\n<p class=\"anp-pro-p\">The best part? Typical embedding models don\u2019t need top-of-the-line GPUs to run. Nomic Embed Text meshes well with most of my RAG-powered tools, and the V1.5 variant of this model is light enough to run on a mere Raspberry Pi. Of course, there\u2019s Qwen3-Embedding (8B) for folks who require maximum precision, but low-parameter embedding models work without any issues with typical note takers.<\/p>\n<p class=\"anp-pro-p\">As for the general-purpose LLM, I rely entirely on mixture-of-experts models these days. Since these LLMs can run the attention parts and router mechanism on the VRAM while offloading the lesser-used expert aspects to the CPU and system memory, they can fit even on VRAM-constrained GPUs without causing massive drops in performance. For my note-takers, I use a Gemma-4-26B-A4B that runs on my GTX at 15 tokens\/second, though I sometimes swap to GPT-OSS-20B (or even to the RTX 3080 Ti-powered Qwen3.6-35B-A3B powering my coding tasks) when I want faster inference speeds.<\/p>\n<figure class=\"anp-pro-inline-figure\" style=\"margin:1.75em auto;text-align:center;max-width:100%\"><img decoding=\"async\" class=\"anp-pro-inline-img\" src=\"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/blinko-11-scaled.jpg\" alt=\"\" style=\"display:block;margin:0 auto;max-width:100%;width:auto;height:auto;object-fit:contain;object-position:center\" loading=\"lazy\"><\/figure>\n<p class=\"anp-pro-p\">Llama.cpp is an open-source framework that runs large language models locally on your computer.<\/p>\n<p class=\"anp-pro-p\">Just like my inference engines, I also rely on locally-deployed note-takers to avoid the same privacy risks as their cloud counterparts. Obsidian with the right plugins is a solid option, but I prefer Blinko to manage my ideas, and it\u2019s mostly due to the way the latter handles notes. Rather than forcing me to plan out my directories in advance before I can even jot down my thoughts, this FOSS app lets me use a custom note format called \u201cblinko\u201d where I can hastily add ideas and go over them later.<\/p>\n<p class=\"anp-pro-p\">I typically use the blinko format for most of my ideas, be it bullet points summarizing meetings, quick lecture notes, or just random fleeting thoughts. Once I\u2019m done ruminating on them, I switch them to the notes format and use my LLMs to auto-tag them. But since Blinko supports RAG functionality, it serves as a personal knowledge management vault where my LLMs can retrieve information from.<\/p>\n<p class=\"anp-pro-p\">That way, I get precise, personalized answers sourced from my note library instead of just the data my LLMs were trained on. Since my MoE models generate precise responses to my queries, I often turn some of the AI-generated answers into their own notes, thereby adding even more information to my knowledge base.<\/p>\n<p class=\"anp-pro-p\">Although I rely on Blinko for most of my notes, I can\u2019t end this article without mentioning my Open Notebook workflow. Since it\u2019s essentially a self-hosted variant of NotebookLM, I hoard all the PDFs, blog posts, and custom notes I\u2019d need for academics and research within Open Notebook.<\/p>\n<p class=\"anp-pro-p\">Similar to Blinko, Open Notebook also supports RAG search provisions, and it\u2019s even more useful here because my AI models can sift through dozens of sources in addition to my ideas before generating relevant answers. Since Open Notebook can turn my documentation into summarized podcasts, I\u2019ve armed it with text-to-speech and speech-to-text models via Speaches, and they work pretty darn well for a completely local pipeline.<\/p>\n<aside class=\"anp-pro-aside\" aria-label=\"context\">\n<p class=\"anp-pro-kicker\">Why it matters<\/p>\n<p class=\"anp-pro-p\">News like this often changes audience expectations and competitors\u2019 plans.<\/p>\n<p class=\"anp-pro-p\">When one player makes a move, others usually react \u2014 it is worth reading the event in context.<\/p>\n<\/aside>\n<aside class=\"anp-pro-aside\" aria-label=\"outlook\">\n<p class=\"anp-pro-kicker\">What to look out for next<\/p>\n<p class=\"anp-pro-p\">The full picture will become clear in time, but the headline already shows the dynamics of the industry.<\/p>\n<p class=\"anp-pro-p\">Further statements and user reactions will add to the story.<\/p>\n<\/aside>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The topic I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local &hellip; <a title=\"I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMs\" class=\"hm-read-more\" href=\"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/\"><span class=\"screen-reader-text\">I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMs<\/span>Read more<\/a><\/p>\n","protected":false},"author":0,"featured_media":23438,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[220,887,816,1236,903],"class_list":["post-23437","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-innovate","tag-even","tag-llms","tag-models","tag-note","tag-notes"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMs - innovatenews.site<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMs - innovatenews.site\" \/>\n<meta property=\"og:description\" content=\"The topic I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local &hellip; I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMsRead more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/\" \/>\n<meta property=\"og:site_name\" content=\"innovatenews.site\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-21T02:45:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-21T02:45:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/blinko-14.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/21\\\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/21\\\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\\\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMs\",\"datePublished\":\"2026-07-21T02:45:26+00:00\",\"dateModified\":\"2026-07-21T02:45:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/21\\\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\\\/\"},\"wordCount\":937,\"image\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/21\\\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/innovatenews.site\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/blinko-14.jpg\",\"keywords\":[\"Even\",\"Llms\",\"Models\",\"Note\",\"Notes\"],\"articleSection\":[\"Innovate\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/21\\\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\\\/\",\"url\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/21\\\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\\\/\",\"name\":\"I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMs - innovatenews.site\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/21\\\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/21\\\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/innovatenews.site\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/blinko-14.jpg\",\"datePublished\":\"2026-07-21T02:45:26+00:00\",\"dateModified\":\"2026-07-21T02:45:43+00:00\",\"author\":{\"@id\":\"\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/21\\\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/21\\\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/21\\\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\\\/#primaryimage\",\"url\":\"https:\\\/\\\/innovatenews.site\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/blinko-14.jpg\",\"contentUrl\":\"https:\\\/\\\/innovatenews.site\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/blinko-14.jpg\",\"width\":1600,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/07\\\/21\\\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/innovatenews.site\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/#website\",\"url\":\"https:\\\/\\\/innovatenews.site\\\/\",\"name\":\"innovatenews.site\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/innovatenews.site\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMs - innovatenews.site","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:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/","og_locale":"en_US","og_type":"article","og_title":"I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMs - innovatenews.site","og_description":"The topic I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local &hellip; I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMsRead more","og_url":"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/","og_site_name":"innovatenews.site","article_published_time":"2026-07-21T02:45:26+00:00","article_modified_time":"2026-07-21T02:45:43+00:00","og_image":[{"width":1600,"height":900,"url":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/blinko-14.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/#article","isPartOf":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/"},"author":{"name":"","@id":""},"headline":"I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMs","datePublished":"2026-07-21T02:45:26+00:00","dateModified":"2026-07-21T02:45:43+00:00","mainEntityOfPage":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/"},"wordCount":937,"image":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/#primaryimage"},"thumbnailUrl":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/blinko-14.jpg","keywords":["Even","Llms","Models","Note","Notes"],"articleSection":["Innovate"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/","url":"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/","name":"I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMs - innovatenews.site","isPartOf":{"@id":"https:\/\/innovatenews.site\/#website"},"primaryImageOfPage":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/#primaryimage"},"image":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/#primaryimage"},"thumbnailUrl":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/blinko-14.jpg","datePublished":"2026-07-21T02:45:26+00:00","dateModified":"2026-07-21T02:45:43+00:00","author":{"@id":""},"breadcrumb":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/#primaryimage","url":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/blinko-14.jpg","contentUrl":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/07\/blinko-14.jpg","width":1600,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/innovatenews.site\/index.php\/2026\/07\/21\/i-stopped-uploading-my-notes-to-chatgpt-and-notebooklm-after-setting-up-my-local-llms\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/innovatenews.site\/"},{"@type":"ListItem","position":2,"name":"I stopped uploading my notes to ChatGPT and NotebookLM after setting up my local LLMs"}]},{"@type":"WebSite","@id":"https:\/\/innovatenews.site\/#website","url":"https:\/\/innovatenews.site\/","name":"innovatenews.site","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/innovatenews.site\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/posts\/23437","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/comments?post=23437"}],"version-history":[{"count":1,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/posts\/23437\/revisions"}],"predecessor-version":[{"id":23444,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/posts\/23437\/revisions\/23444"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/media\/23438"}],"wp:attachment":[{"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/media?parent=23437"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/categories?post=23437"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/tags?post=23437"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}