Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
milderhc committed Oct 2, 2024
1 parent df5bf06 commit e8daf1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Hotel {
private final List<Float> euclidean;

@JsonProperty("summaryEmbedding2")
@VectorStoreRecordVectorAttribute(dimensions = 8, indexKind = IndexKind.HNSW, distanceFunction = DistanceFunction.COSINE_DISTANCE)
@VectorStoreRecordVectorAttribute(dimensions = 8)
private final List<Float> cosineDistance;

@JsonProperty("summaryEmbedding3")
Expand Down

0 comments on commit e8daf1e

Please sign in to comment.