From 9ec72748a7758193ca5aeb5c9fcfbdbc7359f724 Mon Sep 17 00:00:00 2001 From: Christopher Sharkey Date: Wed, 20 Nov 2024 06:57:25 -0500 Subject: [PATCH] Updating downloads --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ad8500..a2a6c8e 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