From 22cadbcd04a7108bb361b11464bb62befe0f0571 Mon Sep 17 00:00:00 2001 From: Christopher Sharkey Date: Tue, 16 Jan 2024 16:23:14 -0500 Subject: [PATCH] Updating downloads --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18d59bb..1e0355e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenSearch kNN Vector Search -map-user map-user map-user +map-user map-user map-user This example uses the publicly avaiable [Amazon Product Question Answer](https://registry.opendata.aws/amazon-pqa/) (PQA) data set. In this example, the questions in the PQA data set are tokenized and represented as vectors. BERT via. Hugging Face is used to generate the embeddings. The vector representation of the questions (embeddings) are loading to an OpenSearch index as a *knn_vector* data type