Skip to content

Commit

Permalink
chore: changed to indexed metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Aug 25, 2024
1 parent 58b6797 commit 3a4cd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vectorize/src/handlers/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ async function getQueryVector(
async function getMatches(queryVector: EmbeddingResponse, env: Env) {
return env.VECTORIZE.query(queryVector.data[0], {
topK: 15,
returnMetadata: true,
returnMetadata: 'indexed',
});
}

0 comments on commit 3a4cd08

Please sign in to comment.