Skip to content

Commit

Permalink
Updating downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
ev2900 committed Nov 16, 2024
1 parent 2420957 commit 707d2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenSearch kNN Vector Search

<img width="275" alt="map-user" src="https://img.shields.io/badge/cloudformation template deployments-16-blue"> <img width="85" alt="map-user" src="https://img.shields.io/badge/views-2300-green"> <img width="125" alt="map-user" src="https://img.shields.io/badge/unique visits-796-green">
<img width="275" alt="map-user" src="https://img.shields.io/badge/cloudformation template deployments-16-blue"> <img width="85" alt="map-user" src="https://img.shields.io/badge/views-2300-green"> <img width="125" alt="map-user" src="https://img.shields.io/badge/unique visits-800-green">

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

Expand Down

0 comments on commit 707d2d0

Please sign in to comment.