Skip to content

Commit

Permalink
fix spacing on doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Jul 30, 2024
1 parent 80d9d3a commit 7cf187b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinecone/index_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ type QueryVectorsResponse struct {
// res, err := idxConnection.QueryByVectorValues(ctx, &pinecone.QueryByVectorValuesRequest{
// Vector: queryVector,
// TopK: topK, // number of vectors to be returned
// MetadataFilter: metadataFilter,
// Filter: metadataFilter,
// SparseValues: &sparseValues,
// IncludeValues: true,
// IncludeMetadata: true,
Expand Down

0 comments on commit 7cf187b

Please sign in to comment.