From 9c79f833b2fbb66bd94b3bea1a390141d060bc2f Mon Sep 17 00:00:00 2001 From: Michail Romaios <84708293+mromaios@users.noreply.github.com> Date: Wed, 6 Aug 2025 15:43:15 +0200 Subject: [PATCH] Update app-search-engine-exporter.ipynb chore(minor-typo): fix typo --- notebooks/enterprise-search/app-search-engine-exporter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/enterprise-search/app-search-engine-exporter.ipynb b/notebooks/enterprise-search/app-search-engine-exporter.ipynb index 01e6138b..5821babd 100644 --- a/notebooks/enterprise-search/app-search-engine-exporter.ipynb +++ b/notebooks/enterprise-search/app-search-engine-exporter.ipynb @@ -637,7 +637,7 @@ "source": [ "## Using semantic text fields for ingest and query\n", "\n", - "First, we'll augment our text fields with `semantic_text` fields in our index. We'll do this by creating a `semtantic_text` field, and providing a `copy_to` directive from the original source field to copy the text into our semantic text fields.\n", + "First, we'll augment our text fields with `semantic_text` fields in our index. We'll do this by creating a `semantic_text` field, and providing a `copy_to` directive from the original source field to copy the text into our semantic text fields.\n", "\n", "In the example below, we are using the `description` and `title` fields from our example index to add semantic search on those fields." ]