diff --git a/README.md b/README.md index c2f96b7..0054287 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ func main() { []string{"This is document1", "This is document2"}, ) - // Query/search 2 most similar results. Getting by ID will be added in the future. + // Query/search 2 most similar results. You can also get by ID. results, _ := collection.Query(ctx, "This is a query document", 2, @@ -142,6 +142,7 @@ For the full interface see the Godoc: