Skip to content

Commit

Permalink
Merge pull request #36 from philippgille/fix-query-godoc
Browse files Browse the repository at this point in the history
Fix Godoc of Query() method
  • Loading branch information
philippgille authored Mar 4, 2024
2 parents 7ec2813 + 2771e0e commit 9d93a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ func (c *Collection) Count() int {
return len(c.documents)
}

// Performs a nearest neighbors query on a collection specified by UUID.
// Performs an exhaustive nearest neighbor search on the collection.
//
// - queryText: The text to search for.
// - nResults: The number of results to return. Must be > 0.
Expand Down

0 comments on commit 9d93a7a

Please sign in to comment.