Skip to content

Commit

Permalink
Updated to 5 issues shown
Browse files Browse the repository at this point in the history
  • Loading branch information
craigloewen-msft committed Dec 7, 2023
1 parent 5641a7a commit c5f885f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backendsrc/embeddingsHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class embeddingsHandler {
{
kind: "vector",
fields: ["title_vector"],
kNearestNeighborsCount: 10,
kNearestNeighborsCount: 5,
// An embedding of the query "What are the most luxurious hotels?"
vector: inputVector,
},
Expand Down

0 comments on commit c5f885f

Please sign in to comment.