Browse Source

Removed unnecessary character in docs (#130120)

Imad Saddik 3 months ago
parent
commit
3f79aaa1f9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docs/reference/query-languages/query-dsl/query-dsl-knn-query.md

+ 0 - 1
docs/reference/query-languages/query-dsl/query-dsl-knn-query.md

@@ -165,7 +165,6 @@ POST my-image-index/_search
 
 Knn query can be used as a part of hybrid search, where knn query is combined with other lexical queries. For example, the query below finds documents with `title` matching `mountain lake`, and combines them with the top 10 documents that have the closest image vectors to the `query_vector`. The combined documents are then scored and the top 3 top scored documents are returned.
 
-+
 
 ```console
 POST my-image-index/_search