From e204c0bbe518f105985c4a609c531855f8bb48db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Tue, 14 Nov 2023 11:03:55 +0100 Subject: [PATCH] Updates the dense vector mappings in text embedding NLP example. --- .../ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc index 191a4eb0c..c4c04609f 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc @@ -210,9 +210,7 @@ PUT collection-with-embeddings "properties": { "text_embedding.predicted_value": { "type": "dense_vector", - "dims": 384, - "index": true, - "similarity": "cosine" + "dims": 384 }, "text": { "type": "text"