{"id":9258,"date":"2023-09-13T13:53:46","date_gmt":"2023-09-13T10:53:46","guid":{"rendered":"https:\/\/tehisintellekt.ee\/mis-on-semantiline-otsing-ning-millist-rolli-mangib-see-ettevottele-kohandatud-chatgpt-loomises\/"},"modified":"2026-02-05T15:55:58","modified_gmt":"2026-02-05T12:55:58","slug":"what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business","status":"publish","type":"post","link":"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/","title":{"rendered":"What is semantic search and its role in creating a custom ChatGPT for business"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"9258\" class=\"elementor elementor-9258 elementor-4878\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-514da5e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"514da5e\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8054149\" data-id=\"8054149\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d829ae2 elementor-widget elementor-widget-heading\" data-id=\"d829ae2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">What is semantic search<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36a5495 elementor-widget elementor-widget-text-editor\" data-id=\"36a5495\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Semantic search means searching for content based on the &#8220;meaning&#8221; of the question. For example, if I ask who has visited France, I also want to find all people who have written about visiting the Eiffel Tower. In this article, I will describe in more detail how this works.  <\/p><p>Large language models (GPT-4, Llama, etc.) are trained on millions of documents to find associations between words in different contexts. To find connections between words, every text is represented as a number sequence or vector that shows how that specific text relates to &#8220;everything else&#8221;. You can think of each number as a point in space. If we represented each text as three numbers, we would have a three-dimensional space (see the figure below). However, if we represent text as a thousand numbers (approximately the vector length used in GPT models), we have a thousand-dimensional space. True, I cannot draw a thousand-dimensional image, but the principle remains the same.     <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a41589e elementor-widget elementor-widget-image\" data-id=\"a41589e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"960\" height=\"540\" src=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2026\/02\/Untitled-presentation-2.webp\" class=\"attachment-large size-large wp-image-9262\" alt=\"\" srcset=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2026\/02\/Untitled-presentation-2.webp 960w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2026\/02\/Untitled-presentation-2-600x338.webp 600w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2026\/02\/Untitled-presentation-2-300x169.webp 300w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2026\/02\/Untitled-presentation-2-768x432.webp 768w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f76e00 elementor-widget elementor-widget-text-editor\" data-id=\"6f76e00\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>At first glance, it might seem that cryptic numbers for every text are not much better than unstructured text. But artificial intelligence and machines like numbers. In unstructured form, all our texts have different lengths. After vectorization, however, all number sequences are of the same length, and we can start doing calculations.   <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4085aec elementor-widget elementor-widget-heading\" data-id=\"4085aec\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Semantic search in the workflow of a custom ChatGPT for business<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b67fb84 elementor-widget elementor-widget-text-editor\" data-id=\"b67fb84\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Let&#8217;s look step by step at how semantic search works:<\/p><ol><li>The user asks the chatbot a question;<\/li><li>Using semantic search, documents most likely related to the question are found;<ul><li>The user&#8217;s question is sent to a pre-trained language model that converts it into a number sequence (vector);<\/li><li>The question vector is mathematically compared with the vectors of all source documents (which are pre-saved), and the mathematically most similar documents are found.<\/li><\/ul><\/li><li>Relevant documents along with the question and answering instructions are sent to the GPT model;<\/li><li>The answer provided by the GPT model is sent to the user.<\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea70537 elementor-widget elementor-widget-image\" data-id=\"ea70537\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"836\" height=\"453\" src=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2026\/02\/ENG-Semantiline-otsing-ettevottele-kohandatud-chatGPT-toovoos.webp\" class=\"attachment-large size-large wp-image-9263\" alt=\"\" srcset=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2026\/02\/ENG-Semantiline-otsing-ettevottele-kohandatud-chatGPT-toovoos.webp 836w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2026\/02\/ENG-Semantiline-otsing-ettevottele-kohandatud-chatGPT-toovoos-600x325.webp 600w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2026\/02\/ENG-Semantiline-otsing-ettevottele-kohandatud-chatGPT-toovoos-300x163.webp 300w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2026\/02\/ENG-Semantiline-otsing-ettevottele-kohandatud-chatGPT-toovoos-768x416.webp 768w\" sizes=\"(max-width: 836px) 100vw, 836px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b56828f elementor-widget elementor-widget-text-editor\" data-id=\"b56828f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The workflow described in the figure helps to effectively find answers among thousands of documents. The result is an AI assistant that answers questions from employees or clients and makes information accessible and easy to read. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e17006d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e17006d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89c1030\" data-id=\"89c1030\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b9c362 elementor-widget elementor-widget-heading\" data-id=\"7b9c362\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Latest <b>articles<\/b><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-275a99a elementor-arrows-position-inside elementor-widget elementor-widget-loop-carousel\" data-id=\"275a99a\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:9181,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;_skin&quot;:&quot;post&quot;,&quot;slides_to_show&quot;:&quot;3&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;.elementor-loop-container&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-carousel.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"swiper elementor-loop-container elementor-grid\" role=\"list\" dir=\"ltr\">\n\t\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t<style id=\"loop-9181\">.elementor-9181 .elementor-element.elementor-element-bfd0d66, .elementor-9181 .elementor-element.elementor-element-bfd0d66 > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-9181 .elementor-element.elementor-element-b5107ef:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-9181 .elementor-element.elementor-element-b5107ef > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F6;}.elementor-9181 .elementor-element.elementor-element-b5107ef > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:10px;}.elementor-9181 .elementor-element.elementor-element-b5107ef > .elementor-element-populated, .elementor-9181 .elementor-element.elementor-element-b5107ef > .elementor-element-populated > .elementor-background-overlay, .elementor-9181 .elementor-element.elementor-element-b5107ef > .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-9181 .elementor-element.elementor-element-b5107ef > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 20px 20px 20px;}.elementor-9181 .elementor-element.elementor-element-b5107ef > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-9181 .elementor-element.elementor-element-f35b4f8 img{width:100%;height:226px;object-fit:cover;object-position:center center;border-radius:10px 10px 10px 10px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-primary );}.elementor-9181 .elementor-element.elementor-element-b99bd4c > .elementor-widget-container{margin:5px 0px 0px 0px;}.elementor-9181 .elementor-element.elementor-element-b99bd4c .elementor-heading-title{font-family:\"Work Sans\", Sans-serif;font-size:19px;font-weight:600;text-transform:none;line-height:28px;color:#1B1C20;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-9181 .elementor-element.elementor-element-43da882 > .elementor-widget-container{margin:5px 0px 0px 0px;}.elementor-9181 .elementor-element.elementor-element-43da882 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(14px\/2);}.elementor-9181 .elementor-element.elementor-element-43da882 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(14px\/2);}.elementor-9181 .elementor-element.elementor-element-43da882 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(14px\/2);margin-left:calc(14px\/2);}.elementor-9181 .elementor-element.elementor-element-43da882 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-14px\/2);margin-left:calc(-14px\/2);}body.rtl .elementor-9181 .elementor-element.elementor-element-43da882 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-14px\/2);}body:not(.rtl) .elementor-9181 .elementor-element.elementor-element-43da882 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-14px\/2);}.elementor-9181 .elementor-element.elementor-element-43da882 .elementor-icon-list-icon i{color:#1B1C20;font-size:14px;}.elementor-9181 .elementor-element.elementor-element-43da882 .elementor-icon-list-icon svg{fill:#1B1C20;--e-icon-list-icon-size:14px;}.elementor-9181 .elementor-element.elementor-element-43da882 .elementor-icon-list-icon{width:14px;}.elementor-9181 .elementor-element.elementor-element-43da882 .elementor-icon-list-text, .elementor-9181 .elementor-element.elementor-element-43da882 .elementor-icon-list-text a{color:#1B1C20;}.elementor-9181 .elementor-element.elementor-element-43da882 .elementor-icon-list-item{font-family:\"Work Sans\", Sans-serif;font-size:17px;font-weight:300;text-transform:none;}.elementor-9181 .elementor-element.elementor-element-2b136d9 > .elementor-widget-container{margin:5px 0px 0px -10px;}.elementor-9181 .elementor-element.elementor-element-2b136d9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(14px\/2);}.elementor-9181 .elementor-element.elementor-element-2b136d9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(14px\/2);}.elementor-9181 .elementor-element.elementor-element-2b136d9 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(14px\/2);margin-left:calc(14px\/2);}.elementor-9181 .elementor-element.elementor-element-2b136d9 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-14px\/2);margin-left:calc(-14px\/2);}body.rtl .elementor-9181 .elementor-element.elementor-element-2b136d9 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-14px\/2);}body:not(.rtl) .elementor-9181 .elementor-element.elementor-element-2b136d9 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-14px\/2);}.elementor-9181 .elementor-element.elementor-element-2b136d9 .elementor-icon-list-icon i{color:#1B1C20;font-size:14px;}.elementor-9181 .elementor-element.elementor-element-2b136d9 .elementor-icon-list-icon svg{fill:#1B1C20;--e-icon-list-icon-size:14px;}.elementor-9181 .elementor-element.elementor-element-2b136d9 .elementor-icon-list-icon{width:14px;}.elementor-9181 .elementor-element.elementor-element-2b136d9 .elementor-icon-list-text, .elementor-9181 .elementor-element.elementor-element-2b136d9 .elementor-icon-list-text a{color:#1B1C20;}.elementor-9181 .elementor-element.elementor-element-2b136d9 .elementor-icon-list-item{font-family:\"Work Sans\", Sans-serif;font-size:17px;font-weight:300;text-transform:none;}@media(max-width:1024px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-post-info .elementor-icon-list-item{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-post-info .elementor-icon-list-item{font-size:var( --e-global-typography-text-font-size );}}\/* Start custom CSS for column, class: .elementor-element-b5107ef *\/.postitused a {\n      display: inline-flex;\n  flex-direction: row-reverse;\n  align-items: center;\n  gap: 0.4em; \/* vahe tekst ja ikooni vahel *\/\n}\n.postitused a span{\n      color: #1B1C20 !important;\n}\n\n.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text\n{\n    padding-inline-start: 0px;\n}\n\n\n.postitused .elementor-widget-wrap {\n  display: flex;\n  flex-direction: column;\n  height: 100%;\n}\n\n.postitused .elementor-element.move_arrow:last-of-type {\n  margin-top: auto;\n}\n.elementor-element-2b136d9 .elementor-post-info{\n    padding-left: 5px !important;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"9181\" class=\"elementor elementor-9181 elementor-3020 swiper-slide e-loop-item e-loop-item-9168 post-9168 post type-post status-publish format-standard has-post-thumbnail hentry category-tehisintellekt\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bfd0d66 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bfd0d66\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b5107ef postitused\" data-id=\"b5107ef\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f35b4f8 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"f35b4f8\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tehisintellekt.ee\/en\/how-to-help-language-models-move-beyond-mediocrity\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/how_to_help_llms_out_of_mediocracy-2048x1152-2-1024x576.webp\" class=\"attachment-large size-large wp-image-8716\" alt=\"\" srcset=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/how_to_help_llms_out_of_mediocracy-2048x1152-2-1024x576.webp 1024w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/how_to_help_llms_out_of_mediocracy-2048x1152-2-600x338.webp 600w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/how_to_help_llms_out_of_mediocracy-2048x1152-2-300x169.webp 300w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/how_to_help_llms_out_of_mediocracy-2048x1152-2-768x432.webp 768w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/how_to_help_llms_out_of_mediocracy-2048x1152-2.webp 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b99bd4c elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"b99bd4c\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/tehisintellekt.ee\/en\/how-to-help-language-models-move-beyond-mediocrity\/\">How to help language models move beyond mediocrity<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43da882 move_arrow elementor-widget elementor-widget-post-info\" data-id=\"43da882\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-258bbc2\" itemprop=\"datePublished\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\n\t\t\t\t\t\t\t\t\t\t<time>16. March 2025<\/time>\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b136d9 move_arrow elementor-widget elementor-widget-post-info\" data-id=\"2b136d9\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-f3c74c0\">\n\t\t\t\t\t\t<a href=\"https:\/\/tehisintellekt.ee\/en\/how-to-help-language-models-move-beyond-mediocrity\/\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tRead more\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"9181\" class=\"elementor elementor-9181 elementor-3020 swiper-slide e-loop-item e-loop-item-9201 post-9201 post type-post status-publish format-standard has-post-thumbnail hentry category-tehisintellekt\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bfd0d66 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bfd0d66\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b5107ef postitused\" data-id=\"b5107ef\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f35b4f8 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"f35b4f8\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tehisintellekt.ee\/en\/developing-a-next-generation-chatbot-for-university-of-tartu-it-support\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/peahoone_suvel_otsevaade-e1725525989150-1024x576.webp\" class=\"attachment-large size-large wp-image-8726\" alt=\"Tartu \u00dclikooli peahoone\" srcset=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/peahoone_suvel_otsevaade-e1725525989150-1024x576.webp 1024w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/peahoone_suvel_otsevaade-e1725525989150-600x338.webp 600w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/peahoone_suvel_otsevaade-e1725525989150-300x169.webp 300w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/peahoone_suvel_otsevaade-e1725525989150-768x432.webp 768w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/peahoone_suvel_otsevaade-e1725525989150.webp 1100w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b99bd4c elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"b99bd4c\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/tehisintellekt.ee\/en\/developing-a-next-generation-chatbot-for-university-of-tartu-it-support\/\">Developing a next-generation chatbot for University of Tartu IT support<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43da882 move_arrow elementor-widget elementor-widget-post-info\" data-id=\"43da882\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-258bbc2\" itemprop=\"datePublished\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\n\t\t\t\t\t\t\t\t\t\t<time>5. September 2024<\/time>\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b136d9 move_arrow elementor-widget elementor-widget-post-info\" data-id=\"2b136d9\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-f3c74c0\">\n\t\t\t\t\t\t<a href=\"https:\/\/tehisintellekt.ee\/en\/developing-a-next-generation-chatbot-for-university-of-tartu-it-support\/\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tRead more\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"9181\" class=\"elementor elementor-9181 elementor-3020 swiper-slide e-loop-item e-loop-item-9207 post-9207 post type-post status-publish format-standard has-post-thumbnail hentry category-tehisintellekt\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bfd0d66 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bfd0d66\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b5107ef postitused\" data-id=\"b5107ef\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f35b4f8 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"f35b4f8\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tehisintellekt.ee\/en\/ai-assistant-development-made-iizi-insurance-specialists-work-more-efficient\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2024\/08\/QlBu8AWHRieBPNLkt24Hqg-1-e1725524776544.webp\" class=\"attachment-large size-large wp-image-8734\" alt=\"\" srcset=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2024\/08\/QlBu8AWHRieBPNLkt24Hqg-1-e1725524776544.webp 1024w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2024\/08\/QlBu8AWHRieBPNLkt24Hqg-1-e1725524776544-600x338.webp 600w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2024\/08\/QlBu8AWHRieBPNLkt24Hqg-1-e1725524776544-300x169.webp 300w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2024\/08\/QlBu8AWHRieBPNLkt24Hqg-1-e1725524776544-768x432.webp 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b99bd4c elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"b99bd4c\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/tehisintellekt.ee\/en\/ai-assistant-development-made-iizi-insurance-specialists-work-more-efficient\/\">AI assistant development made IIZI insurance specialists&#8217; work more efficient<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43da882 move_arrow elementor-widget elementor-widget-post-info\" data-id=\"43da882\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-258bbc2\" itemprop=\"datePublished\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\n\t\t\t\t\t\t\t\t\t\t<time>16. August 2024<\/time>\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b136d9 move_arrow elementor-widget elementor-widget-post-info\" data-id=\"2b136d9\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-f3c74c0\">\n\t\t\t\t\t\t<a href=\"https:\/\/tehisintellekt.ee\/en\/ai-assistant-development-made-iizi-insurance-specialists-work-more-efficient\/\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tRead more\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"9181\" class=\"elementor elementor-9181 elementor-3020 swiper-slide e-loop-item e-loop-item-9292 post-9292 post type-post status-publish format-standard has-post-thumbnail hentry category-tehisintellekt\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bfd0d66 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bfd0d66\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b5107ef postitused\" data-id=\"b5107ef\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f35b4f8 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"f35b4f8\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tehisintellekt.ee\/en\/complex-made-simple-the-math-behind-how-ai-learns\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/AI-doing-math-2048x1152-1-1024x576.webp\" class=\"attachment-large size-large wp-image-8747\" alt=\"\" srcset=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/AI-doing-math-2048x1152-1-1024x576.webp 1024w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/AI-doing-math-2048x1152-1-600x338.webp 600w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/AI-doing-math-2048x1152-1-300x169.webp 300w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/AI-doing-math-2048x1152-1-768x432.webp 768w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/AI-doing-math-2048x1152-1-1536x864.webp 1536w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/AI-doing-math-2048x1152-1.webp 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b99bd4c elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"b99bd4c\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/tehisintellekt.ee\/en\/complex-made-simple-the-math-behind-how-ai-learns\/\">Complex made simple: the math behind how AI learns<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43da882 move_arrow elementor-widget elementor-widget-post-info\" data-id=\"43da882\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-258bbc2\" itemprop=\"datePublished\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\n\t\t\t\t\t\t\t\t\t\t<time>5. June 2024<\/time>\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b136d9 move_arrow elementor-widget elementor-widget-post-info\" data-id=\"2b136d9\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-f3c74c0\">\n\t\t\t\t\t\t<a href=\"https:\/\/tehisintellekt.ee\/en\/complex-made-simple-the-math-behind-how-ai-learns\/\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tRead more\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"9181\" class=\"elementor elementor-9181 elementor-3020 swiper-slide e-loop-item e-loop-item-9286 post-9286 post type-post status-publish format-standard has-post-thumbnail hentry category-tehisintellekt\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bfd0d66 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bfd0d66\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b5107ef postitused\" data-id=\"b5107ef\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f35b4f8 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"f35b4f8\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tehisintellekt.ee\/en\/the-eu-ai-act-supports-the-development-of-trustworthy-and-ethical-ai\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2024\/05\/Tehisintellekt_artikel-12-2048x1152-1-1024x576.webp\" class=\"attachment-large size-large wp-image-8759\" alt=\"\" srcset=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2024\/05\/Tehisintellekt_artikel-12-2048x1152-1-1024x576.webp 1024w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2024\/05\/Tehisintellekt_artikel-12-2048x1152-1-600x338.webp 600w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2024\/05\/Tehisintellekt_artikel-12-2048x1152-1-300x169.webp 300w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2024\/05\/Tehisintellekt_artikel-12-2048x1152-1-768x432.webp 768w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2024\/05\/Tehisintellekt_artikel-12-2048x1152-1-1536x864.webp 1536w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2024\/05\/Tehisintellekt_artikel-12-2048x1152-1.webp 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b99bd4c elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"b99bd4c\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/tehisintellekt.ee\/en\/the-eu-ai-act-supports-the-development-of-trustworthy-and-ethical-ai\/\">The EU AI Act supports the development of trustworthy and ethical AI<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43da882 move_arrow elementor-widget elementor-widget-post-info\" data-id=\"43da882\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-258bbc2\" itemprop=\"datePublished\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\n\t\t\t\t\t\t\t\t\t\t<time>6. May 2024<\/time>\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b136d9 move_arrow elementor-widget elementor-widget-post-info\" data-id=\"2b136d9\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-f3c74c0\">\n\t\t\t\t\t\t<a href=\"https:\/\/tehisintellekt.ee\/en\/the-eu-ai-act-supports-the-development-of-trustworthy-and-ethical-ai\/\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tRead more\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"9181\" class=\"elementor elementor-9181 elementor-3020 swiper-slide e-loop-item e-loop-item-9278 post-9278 post type-post status-publish format-standard has-post-thumbnail hentry category-tehisintellekt\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bfd0d66 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bfd0d66\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b5107ef postitused\" data-id=\"b5107ef\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f35b4f8 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"f35b4f8\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tehisintellekt.ee\/en\/generative-ai-is-completely-transforming-information-management\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/ai_coming_out_from_screen_1920x1080-1024x576.webp\" class=\"attachment-large size-large wp-image-8765\" alt=\"\" srcset=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/ai_coming_out_from_screen_1920x1080-1024x576.webp 1024w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/ai_coming_out_from_screen_1920x1080-600x338.webp 600w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/ai_coming_out_from_screen_1920x1080-300x169.webp 300w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/ai_coming_out_from_screen_1920x1080-768x432.webp 768w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/ai_coming_out_from_screen_1920x1080-1536x864.webp 1536w, https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/ai_coming_out_from_screen_1920x1080.webp 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b99bd4c elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"b99bd4c\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/tehisintellekt.ee\/en\/generative-ai-is-completely-transforming-information-management\/\">Generative AI is completely transforming information management<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43da882 move_arrow elementor-widget elementor-widget-post-info\" data-id=\"43da882\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-258bbc2\" itemprop=\"datePublished\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\n\t\t\t\t\t\t\t\t\t\t<time>23. April 2024<\/time>\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b136d9 move_arrow elementor-widget elementor-widget-post-info\" data-id=\"2b136d9\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-f3c74c0\">\n\t\t\t\t\t\t<a href=\"https:\/\/tehisintellekt.ee\/en\/generative-ai-is-completely-transforming-information-management\/\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tRead more\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-left\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>What is semantic search Semantic search means searching for content based on the &#8220;meaning&#8221; of the question. For example, if I ask who has visited France, I also want to find all people who have written about visiting the Eiffel Tower. In this article, I will describe in more detail how this works. Large language [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":9259,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[44],"tags":[],"class_list":["post-9258","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tehisintellekt"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is semantic search and its role in creating a custom ChatGPT for business - Tehisintellekt<\/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:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is semantic search and its role in creating a custom ChatGPT for business - Tehisintellekt\" \/>\n<meta property=\"og:description\" content=\"What is semantic search Semantic search means searching for content based on the &#8220;meaning&#8221; of the question. For example, if I ask who has visited France, I also want to find all people who have written about visiting the Eiffel Tower. In this article, I will describe in more detail how this works. Large language [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/\" \/>\n<meta property=\"og:site_name\" content=\"Tehisintellekt\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-13T10:53:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-05T12:55:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/Tehisintellekt_artikel-08-2048x1153-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"2048\" \/>\n\t<meta property=\"og:image:height\" content=\"1153\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Kristjan Eljand\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kristjan Eljand\" \/>\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:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/\"},\"author\":{\"name\":\"Kristjan Eljand\",\"@id\":\"https:\/\/tehisintellekt.ee\/#\/schema\/person\/70202651bc0655e820a2e9db2ebcbec3\"},\"headline\":\"What is semantic search and its role in creating a custom ChatGPT for business\",\"datePublished\":\"2023-09-13T10:53:46+00:00\",\"dateModified\":\"2026-02-05T12:55:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/\"},\"wordCount\":377,\"publisher\":{\"@id\":\"https:\/\/tehisintellekt.ee\/#organization\"},\"image\":{\"@id\":\"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/Tehisintellekt_artikel-08-2048x1153-1.webp\",\"articleSection\":[\"Tehisintellekt\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/\",\"url\":\"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/\",\"name\":\"What is semantic search and its role in creating a custom ChatGPT for business - Tehisintellekt\",\"isPartOf\":{\"@id\":\"https:\/\/tehisintellekt.ee\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/Tehisintellekt_artikel-08-2048x1153-1.webp\",\"datePublished\":\"2023-09-13T10:53:46+00:00\",\"dateModified\":\"2026-02-05T12:55:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/#primaryimage\",\"url\":\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/Tehisintellekt_artikel-08-2048x1153-1.webp\",\"contentUrl\":\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/Tehisintellekt_artikel-08-2048x1153-1.webp\",\"width\":2048,\"height\":1153},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tehisintellekt.ee\/en\/avaleht-2-2\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is semantic search and its role in creating a custom ChatGPT for business\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tehisintellekt.ee\/#website\",\"url\":\"https:\/\/tehisintellekt.ee\/\",\"name\":\"Tehisintellekt\",\"description\":\"Aitame rakendada tehisintellekti igap\u00e4evat\u00f6\u00f6s.\u00a0Koostame Sinu ettev\u00f5tte vajadustest l\u00e4htuva praktilise koolitusprogrammi ja muudame t\u00f6\u00f6tamise viisi.\",\"publisher\":{\"@id\":\"https:\/\/tehisintellekt.ee\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tehisintellekt.ee\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/tehisintellekt.ee\/#organization\",\"name\":\"Tehisintellekt\",\"url\":\"https:\/\/tehisintellekt.ee\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tehisintellekt.ee\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/06\/Tehisintellekt_logo_kompaktne.svg\",\"contentUrl\":\"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/06\/Tehisintellekt_logo_kompaktne.svg\",\"width\":405,\"height\":301,\"caption\":\"Tehisintellekt\"},\"image\":{\"@id\":\"https:\/\/tehisintellekt.ee\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/tehisintellekt.ee\/#\/schema\/person\/70202651bc0655e820a2e9db2ebcbec3\",\"name\":\"Kristjan Eljand\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tehisintellekt.ee\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c825b431051a6dd1d1226ca3497b72592bebae53c5627d00f189b60dfa3f1a99?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c825b431051a6dd1d1226ca3497b72592bebae53c5627d00f189b60dfa3f1a99?s=96&d=mm&r=g\",\"caption\":\"Kristjan Eljand\"},\"description\":\"\u00e4rianal\u00fc\u00fctik-koolitaja\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is semantic search and its role in creating a custom ChatGPT for business - Tehisintellekt","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:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/","og_locale":"en_US","og_type":"article","og_title":"What is semantic search and its role in creating a custom ChatGPT for business - Tehisintellekt","og_description":"What is semantic search Semantic search means searching for content based on the &#8220;meaning&#8221; of the question. For example, if I ask who has visited France, I also want to find all people who have written about visiting the Eiffel Tower. In this article, I will describe in more detail how this works. Large language [&hellip;]","og_url":"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/","og_site_name":"Tehisintellekt","article_published_time":"2023-09-13T10:53:46+00:00","article_modified_time":"2026-02-05T12:55:58+00:00","og_image":[{"width":2048,"height":1153,"url":"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/Tehisintellekt_artikel-08-2048x1153-1.webp","type":"image\/webp"}],"author":"Kristjan Eljand","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kristjan Eljand","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/#article","isPartOf":{"@id":"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/"},"author":{"name":"Kristjan Eljand","@id":"https:\/\/tehisintellekt.ee\/#\/schema\/person\/70202651bc0655e820a2e9db2ebcbec3"},"headline":"What is semantic search and its role in creating a custom ChatGPT for business","datePublished":"2023-09-13T10:53:46+00:00","dateModified":"2026-02-05T12:55:58+00:00","mainEntityOfPage":{"@id":"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/"},"wordCount":377,"publisher":{"@id":"https:\/\/tehisintellekt.ee\/#organization"},"image":{"@id":"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/#primaryimage"},"thumbnailUrl":"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/Tehisintellekt_artikel-08-2048x1153-1.webp","articleSection":["Tehisintellekt"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/","url":"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/","name":"What is semantic search and its role in creating a custom ChatGPT for business - Tehisintellekt","isPartOf":{"@id":"https:\/\/tehisintellekt.ee\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/#primaryimage"},"image":{"@id":"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/#primaryimage"},"thumbnailUrl":"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/Tehisintellekt_artikel-08-2048x1153-1.webp","datePublished":"2023-09-13T10:53:46+00:00","dateModified":"2026-02-05T12:55:58+00:00","breadcrumb":{"@id":"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/#primaryimage","url":"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/Tehisintellekt_artikel-08-2048x1153-1.webp","contentUrl":"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/Tehisintellekt_artikel-08-2048x1153-1.webp","width":2048,"height":1153},{"@type":"BreadcrumbList","@id":"https:\/\/tehisintellekt.ee\/en\/what-is-semantic-search-and-its-role-in-creating-a-custom-chatgpt-for-business\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tehisintellekt.ee\/en\/avaleht-2-2\/"},{"@type":"ListItem","position":2,"name":"What is semantic search and its role in creating a custom ChatGPT for business"}]},{"@type":"WebSite","@id":"https:\/\/tehisintellekt.ee\/#website","url":"https:\/\/tehisintellekt.ee\/","name":"Tehisintellekt","description":"Aitame rakendada tehisintellekti igap\u00e4evat\u00f6\u00f6s.\u00a0Koostame Sinu ettev\u00f5tte vajadustest l\u00e4htuva praktilise koolitusprogrammi ja muudame t\u00f6\u00f6tamise viisi.","publisher":{"@id":"https:\/\/tehisintellekt.ee\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tehisintellekt.ee\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/tehisintellekt.ee\/#organization","name":"Tehisintellekt","url":"https:\/\/tehisintellekt.ee\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tehisintellekt.ee\/#\/schema\/logo\/image\/","url":"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/06\/Tehisintellekt_logo_kompaktne.svg","contentUrl":"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/06\/Tehisintellekt_logo_kompaktne.svg","width":405,"height":301,"caption":"Tehisintellekt"},"image":{"@id":"https:\/\/tehisintellekt.ee\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/tehisintellekt.ee\/#\/schema\/person\/70202651bc0655e820a2e9db2ebcbec3","name":"Kristjan Eljand","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tehisintellekt.ee\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c825b431051a6dd1d1226ca3497b72592bebae53c5627d00f189b60dfa3f1a99?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c825b431051a6dd1d1226ca3497b72592bebae53c5627d00f189b60dfa3f1a99?s=96&d=mm&r=g","caption":"Kristjan Eljand"},"description":"\u00e4rianal\u00fc\u00fctik-koolitaja"}]}},"jetpack_featured_media_url":"https:\/\/tehisintellekt.ee\/wp-content\/uploads\/2025\/07\/Tehisintellekt_artikel-08-2048x1153-1.webp","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tehisintellekt.ee\/en\/wp-json\/wp\/v2\/posts\/9258","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tehisintellekt.ee\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tehisintellekt.ee\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tehisintellekt.ee\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/tehisintellekt.ee\/en\/wp-json\/wp\/v2\/comments?post=9258"}],"version-history":[{"count":20,"href":"https:\/\/tehisintellekt.ee\/en\/wp-json\/wp\/v2\/posts\/9258\/revisions"}],"predecessor-version":[{"id":10134,"href":"https:\/\/tehisintellekt.ee\/en\/wp-json\/wp\/v2\/posts\/9258\/revisions\/10134"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tehisintellekt.ee\/en\/wp-json\/wp\/v2\/media\/9259"}],"wp:attachment":[{"href":"https:\/\/tehisintellekt.ee\/en\/wp-json\/wp\/v2\/media?parent=9258"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tehisintellekt.ee\/en\/wp-json\/wp\/v2\/categories?post=9258"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tehisintellekt.ee\/en\/wp-json\/wp\/v2\/tags?post=9258"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}