From dbfa88099cb7dd39198c57e96ec05df7ae1b9ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Gill=C3=A9?= Date: Sun, 1 Sep 2024 19:41:17 +0200 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: