From c950c08ada926e7a748c8490d0417d8a5c9ef1fa Mon Sep 17 00:00:00 2001 From: Randy May Date: Thu, 7 Nov 2024 09:35:55 -0500 Subject: [PATCH] Small wording change in overview (#1248) Co-authored-by: Rob Swain --- docs/modules/data-structures/pages/vector-search-tutorial.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/modules/data-structures/pages/vector-search-tutorial.adoc b/docs/modules/data-structures/pages/vector-search-tutorial.adoc index d1a227b6d..f2dc54e5f 100644 --- a/docs/modules/data-structures/pages/vector-search-tutorial.adoc +++ b/docs/modules/data-structures/pages/vector-search-tutorial.adoc @@ -3,8 +3,7 @@ :page-enterprise: true :page-beta: true -This tutorial shows you how to use {enterprise-product-name} to build an image search system. This solution uses the https://huggingface.co/sentence-transformers/clip-ViT-B-32[CLIP sentence transformer] to map images. -and text onto a shared vector 512-dimensional vector space. +This tutorial shows you how to use {enterprise-product-name} to build an image search system. This solution uses the https://huggingface.co/sentence-transformers/clip-ViT-B-32[CLIP sentence transformer] to map images and text onto a shared, 512-dimensional vector space. This tutorial uses: