From 2420957f8b9fd16c0735c1809fe4a75c7db0f730 Mon Sep 17 00:00:00 2001 From: Christopher Sharkey Date: Sat, 16 Nov 2024 13:08:30 -0500 Subject: [PATCH] Updating downloads --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9def85d..4930ec3 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