Skip to content

Commit b58a387

Browse files
authored
Updated semantic-text links (#444)
1 parent e1f8b12 commit b58a387

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

notebooks/document-chunking/tokenization.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"\n",
2020
"# Prefer the `semantic_text` field type\n",
2121
"\n",
22-
"**Elasticsearch version 8.15 introduced the [`semantic_text`](https://www.elastic.co/guide/en/elasticsearch/reference/master/semantic-text.html) field type which handles the chunking process behind the scenes. Before continuing with this notebook, we highly recommend looking into this:**\n",
22+
"**Elasticsearch version 8.15 introduced the [`semantic_text`](https://www.elastic.co/guide/en/elasticsearch/reference/current/semantic-text.html) field type which handles the chunking process behind the scenes. Before continuing with this notebook, we highly recommend looking into this:**\n",
2323
"\n",
2424
"- **<https://www.elastic.co/search-labs/blog/semantic-search-simplified-semantic-text>**\n",
2525
"- **<https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/search/09-semantic-text.ipynb>**"

notebooks/document-chunking/with-index-pipelines.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"\n",
1818
"# Prefer the `semantic_text` field type\n",
1919
"\n",
20-
"**Elasticsearch version 8.15 introduced the [`semantic_text`](https://www.elastic.co/guide/en/elasticsearch/reference/master/semantic-text.html) field type which handles the chunking process behind the scenes. Before continuing with this notebook, we highly recommend looking into this:**\n",
20+
"**Elasticsearch version 8.15 introduced the [`semantic_text`](https://www.elastic.co/guide/en/elasticsearch/reference/current/semantic-text.html) field type which handles the chunking process behind the scenes. Before continuing with this notebook, we highly recommend looking into this:**\n",
2121
"\n",
2222
"- **<https://www.elastic.co/search-labs/blog/semantic-search-simplified-semantic-text>**\n",
2323
"- **<https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/search/09-semantic-text.ipynb>**"

notebooks/document-chunking/with-langchain-splitters.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"\n",
1717
"# Prefer the `semantic_text` field type\n",
1818
"\n",
19-
"**Elasticsearch version 8.15 introduced the [`semantic_text`](https://www.elastic.co/guide/en/elasticsearch/reference/master/semantic-text.html) field type which handles the chunking process behind the scenes. Before continuing with this notebook, we highly recommend looking into this:**\n",
19+
"**Elasticsearch version 8.15 introduced the [`semantic_text`](https://www.elastic.co/guide/en/elasticsearch/reference/current/semantic-text.html) field type which handles the chunking process behind the scenes. Before continuing with this notebook, we highly recommend looking into this:**\n",
2020
"\n",
2121
"- **<https://www.elastic.co/search-labs/blog/semantic-search-simplified-semantic-text>**\n",
2222
"- **<https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/search/09-semantic-text.ipynb>**"

notebooks/search/09-semantic-text.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"\n",
1515
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/search/09-semantic-text.ipynb\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
1616
"\n",
17-
"Learn how to use the [semantic_text](https://www.elastic.co/guide/en/elasticsearch/reference/master/semantic-text.html) field type to quickly get started with semantic search."
17+
"Learn how to use the [semantic_text](https://www.elastic.co/guide/en/elasticsearch/reference/current/semantic-text.html) field type to quickly get started with semantic search."
1818
]
1919
},
2020
{
@@ -639,7 +639,7 @@
639639
"source": [
640640
"## Conclusion\n",
641641
"\n",
642-
"The [semantic_text](https://www.elastic.co/guide/en/elasticsearch/reference/master/semantic-text.html) field type is a powerful tool that can help you quickly and easily integrate semantic search.\n",
642+
"The [semantic_text](https://www.elastic.co/guide/en/elasticsearch/reference/current/semantic-text.html) field type is a powerful tool that can help you quickly and easily integrate semantic search.\n",
643643
"It can greatly improve the relevancy of your search results, particularly when combined with lexical search techniques."
644644
]
645645
}

0 commit comments

Comments
 (0)