Skip to content

Commit

Permalink
chore: Renamed queryVector to queryVectors
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedylandev committed Nov 29, 2024
1 parent 70eabb5 commit a5b6447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pinataSDK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class Files {
return vectorizeFile(this.config, fileId);
}

queryVector(options: VectorizeQuery): Promise<VectorizeQueryResponse> {
queryVectors(options: VectorizeQuery): Promise<VectorizeQueryResponse> {
return vectorizeQuery(this.config, options);
}

Expand Down

0 comments on commit a5b6447

Please sign in to comment.