{"id":14775,"date":"2023-08-30T08:30:45","date_gmt":"2023-08-30T15:30:45","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/?p=14775"},"modified":"2025-06-13T22:42:09","modified_gmt":"2025-06-14T05:42:09","slug":"what-is-generative-ai","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/","title":{"rendered":"How Generative AI Works with Couchbase"},"content":{"rendered":"<p><span style=\"font-weight: 400\">Welcome to the season of AI. <a href=\"https:\/\/www.couchbase.com\/blog\/generative-ai-development\/\">Generative AI<\/a>. With this blog we will explain how generative AI works with Couchbase. We know generative AI is going to be a huge issue and opportunity for nearly every data-enabled enterprise application. In this blog, we\u2019ll dive into what generative AI is, how generative AI works, and where Couchbase fits in the world of generative AI.<\/span><\/p>\n<h2>What is Generative AI?<\/h2>\n<p><span style=\"font-weight: 400\">Generative AI (Artificial Intelligence) is the categorical term used to describe content creation algorithms that use Large Language Models (LLMs) to construct new content based on similarity-based knowledge that the LLM has accumulated.\u00a0 The content generated can be text, code, graphics, pictures, audio, speech, music or video. The LLM is interrogated using prompts that suggest the topic and format of the desired output by a user or a program. The resulting content is generated and refined by the model, thus the term &#8220;Generative AI.&#8221;\u00a0<\/span><\/p>\n<h2>How does Generative AI work?<\/h2>\n<p><span style=\"font-weight: 400\">Generative AI was born from advancements in natural language processing (NLP) and image processing, which helped identify the intended meaning of a phrase, and recognize objects like trees and rocks within an image. Each of these examples is built using algorithms that detect similarities. For example, an algorithm could identify that both tigers and tabby&#8217;s are similar types of cats. In many cases, these similarities are expressed along a large number of dimensions, and the algorithm will create numerical representations as vectors that describe how closely similar an item or phrase is to another. <\/span><a href=\"https:\/\/www.couchbase.com\/blog\/vector-databases\/\"><span style=\"font-weight: 400\">See our blog on vector search.<\/span><\/a><\/p>\n<p><span style=\"font-weight: 400\">The challenge with these algorithms is that they must be trained to recognize when an item is similar to another, already recognized, item. This training requires feeding the models vast amounts of data allowing the model to compound and expand its field of recognition. Some LLMs have been trained by scanning the entire contents of the internet in order to build its knowledge base and understanding.<\/span><\/p>\n<h2>Examples of Generative AI Tools<\/h2>\n<p><span style=\"font-weight: 400\">Key players in building and accessing generative AI models include<\/span> <a href=\"https:\/\/aws.amazon.com\/bedrock\/\"><span style=\"font-weight: 400\">AWS<\/span><\/a><span style=\"font-weight: 400\">, <\/span><a href=\"https:\/\/open.ai\"><span style=\"font-weight: 400\">Open.AI<\/span><\/a><span style=\"font-weight: 400\">, <\/span><a href=\"https:\/\/www.bing.com\/?\/ai\"><span style=\"font-weight: 400\">Microsoft<\/span><\/a><span style=\"font-weight: 400\">,<\/span><a href=\"https:\/\/bard.google.com\/\"> <span style=\"font-weight: 400\">Google<\/span><\/a><span style=\"font-weight: 400\">, <\/span><a href=\"https:\/\/ai.meta.com\/llama\/\"><span style=\"font-weight: 400\">Meta<\/span><\/a> <span style=\"font-weight: 400\">and<\/span> <a href=\"https:\/\/www.anthropic.com\/\"><span style=\"font-weight: 400\">Anthropic<\/span><\/a><span style=\"font-weight: 400\">. Each has released their own models in both free and enterprise versions. We believe that these vendors will create a centralizing gravitational force with their LLMs, similar to what they have done with their cloud and social services, as managing LLMs is incredibly resource-intensive.<\/span><\/p>\n<p><span style=\"font-weight: 400\">We are also seeing an emergence of thousands of generative AI browser plug-ins, as exemplified in this<\/span><a href=\"https:\/\/www.zdnet.com\/article\/the-10-best-chatgpt-plugins-of-2023\/\"> <span style=\"font-weight: 400\">ZDNet article.<\/span><\/a><span style=\"font-weight: 400\"> These plug-ins are helping end users with content creation of all kinds. For Couchbase, we have announced our private preview of our own generative AI-powered coding assistant,<\/span> <a href=\"https:\/\/www.couchbase.com\/ai-cloud-services\"><span style=\"font-weight: 400\">Couchbase iQ.<\/span><\/a><\/p>\n<h2><span style=\"font-weight: 400\">Why Couchbase is a player in Generative AI-powered Applications<\/span><\/h2>\n<p><span style=\"font-weight: 400\">Couchbase is already being used as a data platform for <\/span><a href=\"https:\/\/www.couchbase.com\/blog\/couchbase-ai-ml-fraud-detection\/\"><span style=\"font-weight: 400\">AI-powered applications<\/span><\/a><span style=\"font-weight: 400\">. There are a number of reasons for this, including the value and flexibility of the JSON data format, the versatility of data access patterns afforded by Couchbase, and the introduction of our newest capability, <\/span><a href=\"https:\/\/www.couchbase.com\/ai-cloud-services\/\"><span style=\"font-weight: 400\">Couchbase Capella iQ.<\/span><\/a><\/p>\n<h3>JSON is an ideal data format for AI-oriented data<\/h3>\n<p><span style=\"font-weight: 400\">Prompt engineering is the process of building generative AI prompts that contain the proper amount of contextual data in order to receive a relevant and accurate response from an LLM. Prompt engineering is a fast-growing field of expertise and JSON is an ideal format for storing prompt data. Consider that:<\/span><\/p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">A JSON document can contain both data and metadata about that data within a single document in order to feed prompts.<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">JSON is incredibly popular for storing account profile information, including attributes intended for personalization and user experience.<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">JSON can also contain full prompt strings, which can help maintain conversational context from session to session. This is important because most LLMs are stateless and do not maintain context regarding the conversation they are conducting.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400\">Each of these observations point to why JSON is the ideal data format for generative AI.<\/span><\/p>\n<h3>Data complexity is the enemy of Generative AI<\/h3>\n<p><span style=\"font-weight: 400\">We recognize that generative AI deals in similarities, and not specifics. Accordingly, the derived information delivered from generative AI conversations may suffer from hallucinations. A generative AI hallucination may look like a real fact, but cannot be traced back to one. This highlights the imprecise nature of generative AI. In order to minimize hallucinations and improve AI&#8217;s accuracy, we believe that data architectures must be simplified. Yet many applications are powered by multiple databases, each of which performs its own discrete operation, such as caching sessions, updating user profiles in JSON, managing relational transactions, searching text and locations, triggering events, scanning time-series logs, or searching vector embeddings for AI.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400\">However the complexity of using multiple databases for each of these access patterns can confuse LLMs when prompts are derived from multiple sources. We expect that data architects will realize that their generative AI prompts will need a clean, simple data architecture and a single pool of prompt data in order to improve the accuracy of LLM results.<\/span><\/p>\n<p><span style=\"font-weight: 400\">This is why a Couchbase-powered application, that enjoys all the abovementioned access patterns, will not only help reduce architectural cost, but also create cleaner, more accurate data to inform AI models.\u00a0<\/span><\/p>\n<h3>Generative AI LLMs are centralized, but AI utilization is decentralized at the Edge<\/h3>\n<p><span style=\"font-weight: 400\">Generative AI interactions with large language models are a centralizing gravitational force for the major CSPs because of their extremely high processing and infrastructure requirements.\u00a0 But AI data creation and LLM results consumption happen at the edge and on mobile devices. This is especially true when the application is end-user facing, and providing hyper-personalized content. Mobile applications are distributed and frequently disconnected. We explain this phenomenon in our recent blog on <\/span><a href=\"https:\/\/thenewstack.io\/cloud-to-edge-ai-with-a-mobile-database-platform\/\"><span style=\"font-weight: 400\">The New Stack.<\/span><\/a><\/p>\n<h3>Couchbase can bridge the Generative AI accuracy gap<\/h3>\n<p><span style=\"font-weight: 400\">Generative AI, while powerful, lacks precision in many of its answers. This may create new challenges for developers:<\/span><\/p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">How to bridge the gap between the precision of traditional DBMS features like transactions and SQL queries with the imprecision of AI-created results.<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Using Couchbase Capella iQ, developers can lean on the precision of SQL++ and multi-document, distributed, ACID transactions to help improve the accuracy of an AI-powered application built with Couchbase Capella.\u00a0\u00a0\u00a0<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3>Couchbase is the data platform for AI-powered applications<\/h3>\n<p><span style=\"font-weight: 400\">Couchbase customers are already building <\/span><a href=\"https:\/\/www.couchbase.com\/blog\/couchbase-ai-ml-fraud-detection\/\"><span style=\"font-weight: 400\">AI-powered applications<\/span><\/a><span style=\"font-weight: 400\"> because their applications need the fundamental capabilities of Couchbase including:<\/span><\/p>\n<p style=\"padding-left: 40px\"><strong>Application performance<\/strong><\/p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">High-speed in-memory caching for responsiveness<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Low latency, even at the edge where AI-targeted data is created and consumed<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Performance tuning to isolate and optimize workloads on the cluster<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p style=\"padding-left: 40px\"><strong>Versatility<\/strong><\/p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">JSON for storing operational data, its metadata, its search arrays, and prompt sequences<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Multimodel access services for Key\/Value, text, and geographic search, document changes, Time Series data, and event capture and streaming, recursive (graph traversal) queries, and operational analytic processing<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Predictive queries in Couchbase Lite.<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Precision and Ease of SQL++ query language.<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Edge processing, hierarchical data synchronization, and peer-to-peer sync among locally-embedded mobile database instances (Couchbase Lite).<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p style=\"padding-left: 40px\"><strong>Enterprise scalability<\/strong><\/p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Distributed, geographic clustering<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Support for multi-cloud, DBaaS, Kubernetes, and self-managed deployments<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Reliable (Patented), distributed multi-document ACID transactions when needed.<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Enterprise-grade security and certifications for PCI, HIPAA, and SOC 2 Type II.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><b>Will Couchbase use AI in managing and operating the Capella Database as a Service?<\/b><\/p>\n<p><span style=\"font-weight: 400\">Yes, Couchbase is exploring ways to use AI to support operational activities like cluster sizing, scaling, rebalancing, edge automation and more.\u00a0\u00a0<\/span><\/p>\n<h2>Conclusion: Couchbase is ready for Generative AI<\/h2>\n<p><span style=\"font-weight: 400\">Couchbase will continue to incorporate AI capabilities across its product line by specifically focusing on:<\/span><\/p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Improving developer productivity by introducing capabilities like Capella iQ<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Optimizing AI processing within the Couchbase platform<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Enabling AI-driven applications anywhere, including the Edge<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Building a vibrant AI partner ecosystem<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>How do I try Capella iQ?<\/h2>\n<p><span style=\"font-weight: 400\">Couchbase is offering private technology previews to the Couchbase community.<\/span><\/p>\n<p><a href=\"https:\/\/info.couchbase.com\/CapellaIQ_SignUp_LP.html\"><span style=\"font-weight: 400\">Simply sign-up to be added to our waitlist, and we will prepare a preview session for you<\/span><\/a><span style=\"font-weight: 400\">.\u00a0\u00a0<\/span><\/p>\n<p><a href=\"https:\/\/www.couchbase.com\/preview-iq\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-14776 \" style=\"border: 1px solid\" src=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/08\/image_2023-08-29_133154777.png\" alt=\"\" width=\"564\" height=\"422\" srcset=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2023\/08\/image_2023-08-29_133154777.png 719w, https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2023\/08\/image_2023-08-29_133154777-300x224.png 300w\" sizes=\"auto, (max-width: 564px) 100vw, 564px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome to the season of AI. Generative AI. With this blog we will explain how generative AI works with Couchbase. We know generative AI is going to be a huge issue and opportunity for nearly every data-enabled enterprise application. In [&hellip;]<\/p>\n","protected":false},"author":62223,"featured_media":14777,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[10122,1821,2225,9973,9417,2389],"tags":[1261,9870],"ppma_author":[8966],"class_list":["post-14775","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-artificial-intelligence-ai","category-couchbase-architecture","category-cloud","category-generative-ai-genai","category-performance","category-solutions","tag-json","tag-llms"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.8 (Yoast SEO v25.8) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is Generative AI + How Does It Work with Couchbase<\/title>\n<meta name=\"description\" content=\"What is generative AI is, how does generative AI work, and where Couchbase is innovating in the world of generative AI? Get the answers in this blog post.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Generative AI Works with Couchbase\" \/>\n<meta property=\"og:description\" content=\"What is generative AI is, how does generative AI work, and where Couchbase is innovating in the world of generative AI? Get the answers in this blog post.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-30T15:30:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-14T05:42:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2023\/08\/capella-iq-generative-ai-google-deepmind-unsplash-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1440\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jeff Morris, VP Product Marketing\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@JeffMMorris\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Morris, VP Product Marketing\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/\"},\"author\":{\"name\":\"Jeff Morris, VP Product Marketing\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/d64e614a24acc9ed36e77607fc2fb647\"},\"headline\":\"How Generative AI Works with Couchbase\",\"datePublished\":\"2023-08-30T15:30:45+00:00\",\"dateModified\":\"2025-06-14T05:42:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/\"},\"wordCount\":1300,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2023\/08\/capella-iq-generative-ai-google-deepmind-unsplash-scaled.jpg\",\"keywords\":[\"JSON\",\"LLMs\"],\"articleSection\":[\"Artificial Intelligence (AI)\",\"Couchbase Architecture\",\"Couchbase Capella\",\"Generative AI (GenAI)\",\"High Performance\",\"Solutions\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/\",\"name\":\"What is Generative AI + How Does It Work with Couchbase\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2023\/08\/capella-iq-generative-ai-google-deepmind-unsplash-scaled.jpg\",\"datePublished\":\"2023-08-30T15:30:45+00:00\",\"dateModified\":\"2025-06-14T05:42:09+00:00\",\"description\":\"What is generative AI is, how does generative AI work, and where Couchbase is innovating in the world of generative AI? Get the answers in this blog post.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#primaryimage\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2023\/08\/capella-iq-generative-ai-google-deepmind-unsplash-scaled.jpg\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2023\/08\/capella-iq-generative-ai-google-deepmind-unsplash-scaled.jpg\",\"width\":2560,\"height\":1440},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.couchbase.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Generative AI Works with Couchbase\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"name\":\"The Couchbase Blog\",\"description\":\"Couchbase, the NoSQL Database\",\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\",\"name\":\"The Couchbase Blog\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"width\":218,\"height\":34,\"caption\":\"The Couchbase Blog\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/d64e614a24acc9ed36e77607fc2fb647\",\"name\":\"Jeff Morris, VP Product Marketing\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/d30352f9b7e0c9862c1707074f15bcd0\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8c718e94092d1dde50a7ed8a265dcb948a7d005dd850bfd0daefe013cbe388a6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8c718e94092d1dde50a7ed8a265dcb948a7d005dd850bfd0daefe013cbe388a6?s=96&d=mm&r=g\",\"caption\":\"Jeff Morris, VP Product Marketing\"},\"description\":\"Jeff Morris is VP of Product, Solutions and Customer Marketing at Couchbase. He's spent over three decades marketing software development tools, databases, analytic tools and other open source products. Needless to say, he's a big believer in Couchbase Capella because it is as easy as SQL, versatile for many use cases and blazingly fast, which delivers exceptionally low TCO.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/jeffmorris3\/\",\"https:\/\/x.com\/JeffMMorris\"],\"url\":\"https:\/\/www.couchbase.com\/blog\/author\/jmorris\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is Generative AI + How Does It Work with Couchbase","description":"What is generative AI is, how does generative AI work, and where Couchbase is innovating in the world of generative AI? Get the answers in this blog post.","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:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/","og_locale":"en_US","og_type":"article","og_title":"How Generative AI Works with Couchbase","og_description":"What is generative AI is, how does generative AI work, and where Couchbase is innovating in the world of generative AI? Get the answers in this blog post.","og_url":"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/","og_site_name":"The Couchbase Blog","article_published_time":"2023-08-30T15:30:45+00:00","article_modified_time":"2025-06-14T05:42:09+00:00","og_image":[{"width":2560,"height":1440,"url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2023\/08\/capella-iq-generative-ai-google-deepmind-unsplash-scaled.jpg","type":"image\/jpeg"}],"author":"Jeff Morris, VP Product Marketing","twitter_card":"summary_large_image","twitter_creator":"@JeffMMorris","twitter_misc":{"Written by":"Jeff Morris, VP Product Marketing","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/"},"author":{"name":"Jeff Morris, VP Product Marketing","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/d64e614a24acc9ed36e77607fc2fb647"},"headline":"How Generative AI Works with Couchbase","datePublished":"2023-08-30T15:30:45+00:00","dateModified":"2025-06-14T05:42:09+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/"},"wordCount":1300,"commentCount":0,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2023\/08\/capella-iq-generative-ai-google-deepmind-unsplash-scaled.jpg","keywords":["JSON","LLMs"],"articleSection":["Artificial Intelligence (AI)","Couchbase Architecture","Couchbase Capella","Generative AI (GenAI)","High Performance","Solutions"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/","url":"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/","name":"What is Generative AI + How Does It Work with Couchbase","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2023\/08\/capella-iq-generative-ai-google-deepmind-unsplash-scaled.jpg","datePublished":"2023-08-30T15:30:45+00:00","dateModified":"2025-06-14T05:42:09+00:00","description":"What is generative AI is, how does generative AI work, and where Couchbase is innovating in the world of generative AI? Get the answers in this blog post.","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#primaryimage","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2023\/08\/capella-iq-generative-ai-google-deepmind-unsplash-scaled.jpg","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2023\/08\/capella-iq-generative-ai-google-deepmind-unsplash-scaled.jpg","width":2560,"height":1440},{"@type":"BreadcrumbList","@id":"https:\/\/www.couchbase.com\/blog\/what-is-generative-ai\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How Generative AI Works with Couchbase"}]},{"@type":"WebSite","@id":"https:\/\/www.couchbase.com\/blog\/#website","url":"https:\/\/www.couchbase.com\/blog\/","name":"The Couchbase Blog","description":"Couchbase, the NoSQL Database","publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.couchbase.com\/blog\/#organization","name":"The Couchbase Blog","url":"https:\/\/www.couchbase.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","width":218,"height":34,"caption":"The Couchbase Blog"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/d64e614a24acc9ed36e77607fc2fb647","name":"Jeff Morris, VP Product Marketing","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/d30352f9b7e0c9862c1707074f15bcd0","url":"https:\/\/secure.gravatar.com\/avatar\/8c718e94092d1dde50a7ed8a265dcb948a7d005dd850bfd0daefe013cbe388a6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8c718e94092d1dde50a7ed8a265dcb948a7d005dd850bfd0daefe013cbe388a6?s=96&d=mm&r=g","caption":"Jeff Morris, VP Product Marketing"},"description":"Jeff Morris is VP of Product, Solutions and Customer Marketing at Couchbase. He's spent over three decades marketing software development tools, databases, analytic tools and other open source products. Needless to say, he's a big believer in Couchbase Capella because it is as easy as SQL, versatile for many use cases and blazingly fast, which delivers exceptionally low TCO.","sameAs":["https:\/\/www.linkedin.com\/in\/jeffmorris3\/","https:\/\/x.com\/JeffMMorris"],"url":"https:\/\/www.couchbase.com\/blog\/author\/jmorris\/"}]}},"authors":[{"term_id":8966,"user_id":62223,"is_guest":0,"slug":"jmorris","display_name":"Jeff Morris, VP Product Marketing","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/8c718e94092d1dde50a7ed8a265dcb948a7d005dd850bfd0daefe013cbe388a6?s=96&d=mm&r=g","author_category":"","last_name":"Morris, VP Product Marketing","first_name":"Jeff","job_title":"","user_url":"","description":"Jeff Morris is VP of Product and Solutions Marketing at Couchbase. He's spent over three decades marketing software development tools, databases, analytic tools, cloud services, and other open source products. He'd be the first to tell you that anyone looking for a fast, flexible, familiar, and affordable cloud-to-edge database-as-a-service can stop looking after they check out Couchbase. "}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts\/14775","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/users\/62223"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/comments?post=14775"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts\/14775\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/media\/14777"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/media?parent=14775"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/categories?post=14775"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/tags?post=14775"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=14775"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}