Skip to content

Commit 6dca320

Browse files
Temporarily remove deep link to knn semantic search (#2474)
1 parent 1772892 commit 6dca320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ After the reindexing is finished, the documents in the new index contain the
265265
== Semantic search
266266

267267
After the dataset has been enriched with vector embeddings, you can query the
268-
data using {ref}/knn-search.html#semantic-search[semantic search]. Pass a
268+
data using {ref}/knn-search.html[semantic search]. Pass a
269269
`query_vector_builder` to the k-nearest neighbor (kNN) vector search API, and
270270
provide the query text and the model you have used to create vector embeddings.
271271
This example searches for "How is the weather in Jamaica?":

0 commit comments

Comments
 (0)