From 4c732c8894a75cc1802bfa7c876b7c548643977e Mon Sep 17 00:00:00 2001 From: Christopher Pereira Date: Mon, 11 Sep 2023 15:51:58 -0300 Subject: [PATCH] Fixed documentation (#10451) It's ._collection, not ._collection_ --- docs/extras/integrations/vectorstores/chroma.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/integrations/vectorstores/chroma.ipynb b/docs/extras/integrations/vectorstores/chroma.ipynb index 806a718a7a..4a1411f7b6 100644 --- a/docs/extras/integrations/vectorstores/chroma.ipynb +++ b/docs/extras/integrations/vectorstores/chroma.ipynb @@ -30,7 +30,7 @@ "- `.peek`\n", "- and `.query` runs the similarity search.\n", "\n", - "View full docs at [docs](https://docs.trychroma.com/reference/Collection). To access these methods directly, you can do `._collection_.method()`\n" + "View full docs at [docs](https://docs.trychroma.com/reference/Collection). To access these methods directly, you can do `._collection.method()`\n" ] }, {