Skip to content

Commit

Permalink
Temporarily remove deep link to knn semantic search (#2474) (#2475)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6dca320)

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
  • Loading branch information
mergify[bot] and abdonpijpelink authored Jul 17, 2023
1 parent 85423b1 commit 5e1a663
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ After the reindexing is finished, the documents in the new index contain the
== Semantic search

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

0 comments on commit 5e1a663

Please sign in to comment.